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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gatewatcher CTI give up-to-date context-based information on cyber threats instantly accessible from your web browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gatewatcher CTI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}