Gatewatcher CTI

Gatewatcher CTI give up-to-date context-based information on cyber threats instantly accessible from your web browser.

Gatewatcher CTI란 무엇입니까?

Gatewatcher CTI은(는) Gatewatcher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gatewatcher CTI give up-to-date context-based information on cyber threats instantly accessible from your web browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Gatewatcher CTI is a browser extension that instantly improves your level of information on cyber threats. From your browser, analyze any suspicious element with a single click, and access precise contextual information on its harmfulness in real time.

Experience the power of Gatewatcher CTI directly from your browser:
 • Minimize noise with enriched, contextualized indicators of compromise
 • Instantly analyze the potential threat of web content and applications
 • Speed up analysis time and facilitate decision-making by your SOC team 
 • Malware, phishing, vulnerabilities, malicious IP... identify which alerts to prioritize
 • Access a library of millions of IoCs, daily updated by over 6,000 new validated markers."

If you want to try our freemium offer your can obtain your API key : https://info.gatewatcher.com/en/lp-free-browser-extension                    

확장 프로그램 기본 정보

이름 Gatewatcher CTI Gatewatcher CTI
ID fbkbckhmagfcebnoipcmopdlmoklplid
공식 URL https://chromewebstore.google.com/detail/gatewatcher-cti/fbkbckhmagfcebnoipcmopdlmoklplid
설명 Gatewatcher CTI give up-to-date context-based information on cyber threats instantly accessible from your web browser.
파일 크기 984 KB
설치 횟수 46
현재 버전 1.2.0
최근 업데이트 2023-10-27
출시 날짜 2023-09-11
평점 5.00/5 총 1 개의 평점
개발자 Gatewatcher
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gatewatcher.com/en/our-solutions/lastinfosec/
개인정보 보호 정책 페이지 URL https://5202762.fs1.hubspotusercontent-na1.net/hubfs/5202762/Legal/GW_Free%20IoC%20Analysis_Terms_of_Use_EN.pdf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gatewatcher CTI",
    "description": "Gatewatcher CTI give up-to-date context-based information on cyber threats instantly accessible from your web browser.",
    "version": "1.2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "gw.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "gw.png",
        "32": "gw.png",
        "64": "gw.png"
    }
}