Cyware Threat Intel Crawler

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

Cyware Threat Intel Crawlerคืออะไร?

Cyware Threat Intel Crawler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cyware Labs, Inc. และคุณลักษณะหลักของมันคือ "Cyware Threat Intel Crawler detects and operationalizes intel from the web using Machine Learning and Natural Language Processing."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cyware Threat Intel Crawler

ดาวน์โหลดไฟล์ส่วนขยาย Cyware Threat Intel Crawler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cyware Threat Intel Crawler Cyware Threat Intel Crawler
ID lndaacpabfonaobokgabcigpglcpkpmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cyware-threat-intel-crawl/lndaacpabfonaobokgabcigpglcpkpmc
คำอธิบาย Cyware Threat Intel Crawler detects and operationalizes intel from the web using Machine Learning and Natural Language Processing.
ขนาดไฟล์ 970 KB
จำนวนการติดตั้ง 213
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2024-02-15
วันที่เผยแพร่ 2021-09-27
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Cyware Labs, Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cyware.com/cyware-threat-intel-crawler-browser-extension
URL หน้านโยบายความเป็นส่วนตัว https://cyware.com/legal/privacy-policy
ภาษาที่รองรับ 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"
}