红雨滴情报助手

红雨滴情报助手,简化威胁查询流程,提升研判分析效率

What is 红雨滴情报助手?

红雨滴情报助手 is a Chrome extension developed by 奇安信威胁情报中心, and its main feature is "红雨滴情报助手,简化威胁查询流程,提升研判分析效率".

Extension Screenshots

screenshot
screenshot

Download 红雨滴情报助手 Extension CRX File

Download 红雨滴情报助手 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

                        红雨滴情报助手(RedDrip Intelligence Assistant)是奇安信威胁情报中心(QI-ANXIN Threat Intelligence Center)开发,方便用户查询威胁情报、快速识别判定威胁风险的谷歌浏览器插件服务。
使用流程:
1、通过鼠标取词,点击红雨滴情报助手logo即可查询威胁情报;
2、支持IP、Domain、HASH等多种类型IOC查询;
3、如果您在使用中遇到问题,可通过[email protected]联系我们。                    

Extension Basic Information

Name 红雨滴情报助手 红雨滴情报助手
ID djfnmbfjnlffjphjalijilohgbglihjo
Official URL https://chromewebstore.google.com/detail/%E7%BA%A2%E9%9B%A8%E6%BB%B4%E6%83%85%E6%8A%A5%E5%8A%A9%E6%89%8B/djfnmbfjnlffjphjalijilohgbglihjo
Description 红雨滴情报助手,简化威胁查询流程,提升研判分析效率
File Size 1.13 MB
Installation Count 909
Current Version 1.1.0
Last Updated 2022-09-20
Publish Date 2022-03-15
Rating 4.75/5 Total 4 Ratings
Developer 奇安信威胁情报中心
Email [email protected]
Payment Type free
Extension Website https://ti.qianxin.com/
Help Page URL https://ti.qianxin.com/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u7ea2\u96e8\u6ef4\u60c5\u62a5\u52a9\u624b",
    "description": "\u7ea2\u96e8\u6ef4\u60c5\u62a5\u52a9\u624b\uff0c\u7b80\u5316\u5a01\u80c1\u67e5\u8be2\u6d41\u7a0b\uff0c\u63d0\u5347\u7814\u5224\u5206\u6790\u6548\u7387",
    "version": "1.1.0",
    "icons": {
        "16": "images\/ti-search-16.png",
        "32": "images\/ti-search-32.png",
        "48": "images\/ti-search-48.png",
        "64": "images\/ti-search-64.png",
        "128": "images\/ti-search-128.png"
    },
    "action": {
        "default_title": "\u7ea2\u96e8\u6ef4\u60c5\u62a5\u52a9\u624b"
    },
    "homepage_url": "https:\/\/ti.qianxin.com",
    "background": {
        "service_worker": "js\/background.js"
    },
    "minimum_chrome_version": "88.0.0.0",
    "permissions": [
        "contextMenus",
        "cookies",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/ti.qianxin.com\/"
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self",
        "connect-src": "https:\/\/ti.qianxin.com\/"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*",
                "js\/*",
                "css\/*",
                "iconfont\/*"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*"
            ]
        }
    ]
}