Anomali Copilot

Anomali Copilot is the cybersecurity industry's first natural language processing (NLP) based web content parser.

Anomali Copilotคืออะไร?

Anomali Copilot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anomali และคุณลักษณะหลักของมันคือ "Anomali Copilot is the cybersecurity industry's first natural language processing (NLP) based web content parser."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anomali Copilot

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

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

                        When enabled, Anomali Copilot parses and highlights all cyber threat information on the current screen, be it an article detailing the latest breach or a raw intelligence feed. Since Anomali Copilot uses NLP to parse content, cyber threat information—such as actors or observables—is highlighted even if it is currently unknown to Anomali.

Context at the point of use: Mouse over highlighted entities for a quick summary.

Know if you’ve already been impacted: Integrate with Anomali Match and automatically detect whether highlighted observables have been present in your environment.

Operationalize threat intelligence: Create machine readable threat bulletins and observables with the click of a button.

Investigate threats with ease: Add highlighted entities to an investigation in ThreatStream for further research and pivoting.                    

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

ชื่อ Anomali Copilot Anomali Copilot
ID ghmbpcmonklliphfbkdbedkdkilfbngm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anomali-copilot/ghmbpcmonklliphfbkdbedkdkilfbngm
คำอธิบาย Anomali Copilot is the cybersecurity industry's first natural language processing (NLP) based web content parser.
ขนาดไฟล์ 3.36 MB
จำนวนการติดตั้ง 2,712
เวอร์ชันปัจจุบัน 5.3.0
อัปเดตครั้งล่าสุด 2024-02-09
วันที่เผยแพร่ 2020-06-14
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Anomali
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.anomali.com/products/copilot
URL หน้าช่วยเหลือ https://support.anomali.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.anomali.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anomali Copilot",
    "version": "5.3.0",
    "description": "Anomali Copilot is the cybersecurity industry's first natural language processing (NLP) based web content parser.",
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "unlimitedStorage",
        "notifications",
        "cookies",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_host_permissions": [
        "file:\/\/\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Anomali",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/threatlens-icon\/threatlens-icon-16.png",
            "32": "images\/threatlens-icon\/threatlens-icon-32.png",
            "48": "images\/threatlens-icon\/threatlens-icon-48.png",
            "128": "images\/threatlens-icon\/threatlens-icon-128.png",
            "256": "images\/threatlens-icon\/threatlens-icon-256.png"
        }
    },
    "icons": {
        "16": "images\/threatlens-icon\/threatlens-icon-16.png",
        "32": "images\/threatlens-icon\/threatlens-icon-32.png",
        "48": "images\/threatlens-icon\/threatlens-icon-48.png",
        "128": "images\/threatlens-icon\/threatlens-icon-128.png",
        "256": "images\/threatlens-icon\/threatlens-icon-256.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'none'; style-src 'self' 'unsafe-inline' https:\/\/app.pendo.io https:\/\/cdn.pendo.io https:\/\/pendo-static-5100316050325504.storage.googleapis.com; font-src 'self'; child-src *; img-src 'self' data: https:\/\/cdn.pendo.io https:\/\/app.pendo.io https:\/\/pendo-static-5100316050325504.storage.googleapis.com https:\/\/data.pendo.io; script-src 'self'; connect-src *;"
    },
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*",
                "build\/*",
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "minimum_chrome_version": "88",
    "manifest_version": 3
}