Cyware Threat Intel Crawler

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

Vad är Cyware Threat Intel Crawler?

Cyware Threat Intel Crawler är en Chrome-tillägg utvecklad av Cyware Labs, Inc., och dess huvudfunktion är "Cyware Threat Intel Crawler detects and operationalizes intel from the web using Machine Learning and Natural Language Processing.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Cyware Threat Intel Crawler-förlängningens CRX-fil

Ladda ner Cyware Threat Intel Crawler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Cyware Threat Intel Crawler Cyware Threat Intel Crawler
ID lndaacpabfonaobokgabcigpglcpkpmc
Officiell webbadress https://chromewebstore.google.com/detail/cyware-threat-intel-crawl/lndaacpabfonaobokgabcigpglcpkpmc
Beskrivning Cyware Threat Intel Crawler detects and operationalizes intel from the web using Machine Learning and Natural Language Processing.
Filstorlek 970 KB
Antal Installationer 213
Aktuell Version 2.0.0
Senast Uppdaterad 2024-02-15
Publiceringsdatum 2021-09-27
Betyg 5.00/5 Totalt 9 Betyg
Utvecklare Cyware Labs, Inc.
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://cyware.com/cyware-threat-intel-crawler-browser-extension
URL till Sekretesspolicy Sidan https://cyware.com/legal/privacy-policy
Stödda Språk 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"
}