X情报查询助手

鼠标上的情报专家。简化查询流程,提升分析效率。步刻科技有限公司出品

Cos'è X情报查询助手?

X情报查询助手 è un'estensione di Chrome sviluppata da threatbook, e la sua funzione principale è "鼠标上的情报专家。简化查询流程,提升分析效率。步刻科技有限公司出品".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione X情报查询助手

Scarica i file di estensione X情报查询助手 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        鼠标上的情报专家。简化查询流程,提升分析效率。北京步刻科技有限公司出品
X情报查询助手:简化查询流程,提升分析效率,帮助您在高强度的情报查询中发现可疑信息。

具体使用:

鼠标取词,即时获取X情报社区情报: 
 
结合X情报社区标签与判定,快速判定威胁风险类别;

结合关键情报数据,快速判断资产是否具有溯源价值;

高强度红蓝对抗中,快速识别Hash相关样本信誉情况。                    

Informazioni di Base sull'Estensione

Nome X情报查询助手 X情报查询助手
ID dbdemkocknedkigkocjlackhcmlfhjih
URL Ufficiale https://chromewebstore.google.com/detail/x%E6%83%85%E6%8A%A5%E6%9F%A5%E8%AF%A2%E5%8A%A9%E6%89%8B/dbdemkocknedkigkocjlackhcmlfhjih
Descrizione 鼠标上的情报专家。简化查询流程,提升分析效率。步刻科技有限公司出品
Dimensione del File 451 KB
Conteggio Installazioni 2,330
Versione Corrente 1.2.1
Ultimo Aggiornamento 2023-12-13
Data di Pubblicazione 2021-03-14
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore threatbook
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "X\u60c5\u62a5\u67e5\u8be2\u52a9\u624b",
    "version": "1.2.1",
    "description": "\u9f20\u6807\u4e0a\u7684\u60c5\u62a5\u4e13\u5bb6\u3002\u7b80\u5316\u67e5\u8be2\u6d41\u7a0b\uff0c\u63d0\u5347\u5206\u6790\u6548\u7387\u3002\u6b65\u523b\u79d1\u6280\u6709\u9650\u516c\u53f8\u51fa\u54c1",
    "icons": {
        "16": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_icon": "images\/[email protected]",
        "default_title": "X\u60c5\u62a5\u67e5\u8be2\u52a9\u624b",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "homepage_url": "https:\/\/x.threatbook.com",
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}