cyberTWEAK

Mitigate risk of social engineering waterhole attacks by changing user agent string

Τι είναι το cyberTWEAK;

Το cyberTWEAK είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον thirstylions, και η κύρια λειτουργία του είναι "Mitigate risk of social engineering waterhole attacks by changing user agent string".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης cyberTWEAK

Λήψη αρχείων επέκτασης cyberTWEAK σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
    }
}