Cyware Threat Intel Crawler

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

Was ist Cyware Threat Intel Crawler?

Cyware Threat Intel Crawler ist eine Chrome-Erweiterung, die von Cyware Labs, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Cyware Threat Intel Crawler detects and operationalizes intel from the web using Machine Learning and Natural Language Processing.".

Erweiterungsscreenshots

screenshot
screenshot

Cyware Threat Intel Crawler-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cyware Threat Intel Crawler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cyware Threat Intel Crawler Cyware Threat Intel Crawler
ID lndaacpabfonaobokgabcigpglcpkpmc
Offizielle URL https://chromewebstore.google.com/detail/cyware-threat-intel-crawl/lndaacpabfonaobokgabcigpglcpkpmc
Beschreibung Cyware Threat Intel Crawler detects and operationalizes intel from the web using Machine Learning and Natural Language Processing.
Dateigröße 970 KB
Installationsanzahl 213
Aktuelle Version 2.0.0
Letztes Update 2024-02-15
Veröffentlichungsdatum 2021-09-27
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler Cyware Labs, Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cyware.com/cyware-threat-intel-crawler-browser-extension
URL der Datenschutzrichtlinien-Seite https://cyware.com/legal/privacy-policy
Unterstützte Sprachen 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"
}