ThreatQ Extension

A Chrome Extension to give an analyst integration capabilities on any browser page, with ThreatQ

ThreatQ Extensionคืออะไร?

ThreatQ Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ThreatQ และคุณลักษณะหลักของมันคือ "A Chrome Extension to give an analyst integration capabilities on any browser page, with ThreatQ"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The ThreatQ Chrome Extension gives analysts a quick and easy to use assistant while navigating web pages. The extension will allow analysts to perform quick lookups, automatically extract information from web pages, and ultimately, conduct thorough investigations.

Analysts will be able to quickly identify key pieces threat intelligence from web pages, and immediately figure out if they are relevant to their threat hunt or investigation. Additional context can be added to tracked threat objects and can be synced directly with a ThreatQ instance. Reports can be built directly from web pages and imported into ThreatQ, along with any relevant attribution, tags, and relationships.

The extension will be able to assist analysts in numerous ways, making them more efficient by giving them the tools they need to do their work.                    

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

ชื่อ ThreatQ Extension ThreatQ Extension
ID kaoghaifdcjeaabfbdggomcpdgdfdjlm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/threatq-extension/kaoghaifdcjeaabfbdggomcpdgdfdjlm
คำอธิบาย A Chrome Extension to give an analyst integration capabilities on any browser page, with ThreatQ
ขนาดไฟล์ 1.71 MB
จำนวนการติดตั้ง 179
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2023-06-21
วันที่เผยแพร่ 2020-04-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ThreatQ
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://threatq.com
URL หน้าช่วยเหลือ https://support.threatq.com
URL หน้านโยบายความเป็นส่วนตัว https://www.threatq.com/privacy-policy-chrome
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ThreatQ Extension",
    "description": "A Chrome Extension to give an analyst integration capabilities on any browser page, with ThreatQ",
    "version": "1.1.0",
    "action": {
        "default_icon": "logo_32.png",
        "default_title": "ThreatQ Extension",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/index.js",
        "type": "module"
    },
    "icons": {
        "32": "logo_32.png",
        "48": "logo_48.png",
        "64": "logo_64.png",
        "128": "logo_128.png",
        "500": "logo_500.png"
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "notifications",
        "scripting",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; connect-src http:\/\/*:* https:\/\/*:*; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;"
    }
}