cyberTWEAK
Mitigate risk of social engineering waterhole attacks by changing user agent string
cyberTWEAK क्या है?
cyberTWEAK thirstylions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mitigate risk of social engineering waterhole attacks by changing user agent string"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में cyberTWEAK एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
In today’s online world, cyber adversaries use increasingly sophisticated attack techniques to breach large organizations. In particular, social engineering attacks have been leveraged in many high-profile breaches in recent years. A very clever technique used by attackers are "water-hole" style attacks. These attacks compromise a legitimate website to execute drive-by download attacks by redirecting users to another domain with an exploit kit. To prevent water-hole attacks, organizations can use a slew of countermeasures that alter the environment information given by employees when they visit websites so as to deceive the attackers. This extension is intended to thwart these social engineering waterhole attacks by spoofing the user agent string that your browser sends with each website request. The user agent string contains info such as your browser version and operating system, spoofing it can conceal your identity and mislead potential attackers. The extension makes use of an algorithm developed at a leading research university which uses a game-theoretic model to implement an automated protection policy.
एक्सटेंशन की मूल जानकारी
नाम | cyberTWEAK |
ID | ojjfggaomlkjgenciofpoalojoiacllc |
आधिकारिक URL | https://chromewebstore.google.com/detail/cybertweak/ojjfggaomlkjgenciofpoalojoiacllc |
विवरण | Mitigate risk of social engineering waterhole attacks by changing user agent string |
फ़ाइल का आकार | 9.63 MB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2019-09-20 |
प्रकाशन तिथि | 2019-09-19 |
रेटिंग | 4.00/5 कुल 1 रेटिंग्स |
डेवलपर | thirstylions |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "cyberTWEAK", "description": "Mitigate risk of social engineering waterhole attacks by changing user agent string", "version": "1.0.2", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "options_page": "options.html", "web_accessible_resources": [ "assets\/top-1m.csv" ], "permissions": [ "webRequest", "storage", "tabs", "webRequestBlocking", "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "scripts": [ "\/scripts\/background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "\/assets\/cyberTweakLogo.png", "48": "\/assets\/cyberTweakLogo.png", "16": "\/assets\/cyberTweakLogo.png" } } |