Cyware Threat Intel Crawler

Cyware Threat Intel Crawler detects and operationalizes intel from the web using Machine Learning and Natural Language Processing.

Cos'è Cyware Threat Intel Crawler?

Cyware Threat Intel Crawler è un'estensione di Chrome sviluppata da Cyware Labs, Inc., e la sua funzione principale è "Cyware Threat Intel Crawler detects and operationalizes intel from the web using Machine Learning and Natural Language Processing.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Cyware Threat Intel Crawler

Scarica i file di estensione Cyware Threat Intel Crawler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Upgrade your Cyware Threat Intel Crawler browser extension to versions 1.0.1 or higher for improved functionality with CTIX v3.3.2 and CSAP v3.6.0 versions.

The Threat Intel Crawler identifies and highlights all the cyber threat intelligence information such as Indicators of Compromise (IOCs), threat actors, malware, attack pattern, etc on the content in your browser. This could be in articles detailing the latest threats, threat bulletins, an email with information about a breach, or a raw intelligence threat feed. Threat Intel Crawler highlights and gives you a quick summary of the threat intel.

Operationalize Threat Intelligence in CTIX and CSAP: Create threat intel in Cyware’s CTIX and CSAP products.

Threat Intel Lookup in CTIX: Mouse over the highlighted entities for a quick summary of the intel from CTIX. Use CITX to extend your research and gain more context into the threat data.

Export Threat intel: You can choose to export the threat intelligence data detected by the Threat Intel Crawler into a CSV file for reporting, collaboration, or offline analysis. 

Multi-Tenancy and Automatic Login with CTIX and CSAP: You can use Cyware Threat Intel Crawler with multiple instances of CTIX and CSAP applications. To get started, sign in to either of these applications and launch the Threat Intel Crawler from CTIX or CSAP application’s browser tab.                    

Informazioni di Base sull'Estensione

Nome Cyware Threat Intel Crawler Cyware Threat Intel Crawler
ID lndaacpabfonaobokgabcigpglcpkpmc
URL Ufficiale https://chromewebstore.google.com/detail/cyware-threat-intel-crawl/lndaacpabfonaobokgabcigpglcpkpmc
Descrizione Cyware Threat Intel Crawler detects and operationalizes intel from the web using Machine Learning and Natural Language Processing.
Dimensione del File 970 KB
Conteggio Installazioni 213
Versione Corrente 2.0.0
Ultimo Aggiornamento 2024-02-15
Data di Pubblicazione 2021-09-27
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore Cyware Labs, Inc.
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cyware.com/cyware-threat-intel-crawler-browser-extension
URL della Pagina della Politica sulla Privacy https://cyware.com/legal/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/cyware-threat-intel-crawl\/lndaacpabfonaobokgabcigpglcpkpmc",
    "description": "Cyware Threat Intel Crawler detects and operationalizes intel from the web using Machine Learning and Natural Language Processing.",
    "default_locale": "en",
    "permissions": [
        "background",
        "storage",
        "tabs",
        "scripting",
        "activeTab",
        "nativeMessaging"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/",
        "file:\/\/\/*",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cywaredev.com\/*",
            "*:\/\/*.mycyware.com\/*",
            "*:\/\/*.cyware.com\/*",
            "*:\/\/*.cywareqa.com\/*"
        ]
    },
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Cyware Threat Intel Crawler",
        "default_icon": {
            "19": "icons\/logo16.png",
            "38": "icons\/logo38.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "css\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "scripts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "https:\/\/*\/",
                "http:\/\/*\/",
                "file:\/\/\/*",
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "connect-src 'self' ws:\/\/localhost:9090\/ https:\/\/*\/ https:\/\/*.mycyware.com https:\/\/*.cywaredev.com https:\/\/*.cyware.com https:\/\/*.cywareqa.com; default-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com; font-src 'self' https:\/\/fonts.gstatic.com"
    },
    "version": "2.0.0"
}