X情报查询助手

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

What is X情报查询助手?

X情报查询助手 is a Chrome extension developed by threatbook, and its main feature is "鼠标上的情报专家。简化查询流程,提升分析效率。步刻科技有限公司出品".

Extension Screenshots

screenshot
screenshot

Download X情报查询助手 Extension CRX File

Download X情报查询助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

具体使用:

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

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

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

Extension Basic Information

Name X情报查询助手 X情报查询助手
ID dbdemkocknedkigkocjlackhcmlfhjih
Official URL 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
Description 鼠标上的情报专家。简化查询流程,提升分析效率。步刻科技有限公司出品
File Size 451 KB
Installation Count 2,330
Current Version 1.2.1
Last Updated 2023-12-13
Publish Date 2021-03-14
Rating 5.00/5 Total 4 Ratings
Developer threatbook
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}