Cyware Threat Intel Crawler

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

O que é Cyware Threat Intel Crawler?

Cyware Threat Intel Crawler é uma extensão do Chrome desenvolvida por Cyware Labs, Inc., e sua principal característica é "Cyware Threat Intel Crawler detects and operationalizes intel from the web using Machine Learning and Natural Language Processing.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Cyware Threat Intel Crawler

Baixe arquivos de extensão Cyware Threat Intel Crawler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Cyware Threat Intel Crawler Cyware Threat Intel Crawler
ID lndaacpabfonaobokgabcigpglcpkpmc
URL Oficial https://chromewebstore.google.com/detail/cyware-threat-intel-crawl/lndaacpabfonaobokgabcigpglcpkpmc
Descrição Cyware Threat Intel Crawler detects and operationalizes intel from the web using Machine Learning and Natural Language Processing.
Tamanho do Arquivo 970 KB
Contagem de Instalações 213
Versão Atual 2.0.0
Última Atualização 2024-02-15
Data de Publicação 2021-09-27
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor Cyware Labs, Inc.
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cyware.com/cyware-threat-intel-crawler-browser-extension
URL da Página de Política de Privacidade https://cyware.com/legal/privacy-policy
Idiomas Suportados 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"
}