cyberTWEAK

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

cyberTWEAK란 무엇입니까?

cyberTWEAK은(는) thirstylions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mitigate risk of social engineering waterhole attacks by changing user agent string"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

cyberTWEAK 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}