Risk Intelligence Web Extension

Risk Intelligence Web Extension powered by Cyberint

什麼是Risk Intelligence Web Extension?

Risk Intelligence Web Extension是由https://cyberint.com開發的Chrome擴展程式,該擴展的主要功能是“Risk Intelligence Web Extension powered by Cyberint”。

擴展截圖

screenshot

下載Risk Intelligence Web Extension擴展crx文件

下載Risk Intelligence Web Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Enrich IOCs and CVEs in any website with intelligence from hundreds of
sources from the open, deep and dark web.

Get unique risk score and intelligence-based risk factors, detect C2 Servers, Botnets, Infected Machines and more within any webpage in a click of button.

Works perfect with your web interfaces of SOC systems, SIEM, EDR, and any blogs and news sites.

Cyberint fuses threat intelligence with attack surface management, providing organizations with
extensive integrated visibility into their external risk exposure. Leveraging
autonomous discovery of all external-facing assets, coupled with open, deep
& dark web intelligence, the solution allows cybersecurity teams to uncover
their most relevant known and unknown digital risks - earlier. Global
customers, including Fortune 500 leaders across all major market verticals,
rely on Cyberint to prevent, detect, investigate, and remediate phishing,
fraud, ransomware, brand abuse, data leaks, external vulnerabilities and more,
ensuring continuous external protection from cyber threats.                    

擴展基本資訊

名稱 Risk Intelligence Web Extension Risk Intelligence Web Extension
ID nkiomlfnhcldoiogembgepanimfdafip
官方網址 https://chromewebstore.google.com/detail/risk-intelligence-web-ext/nkiomlfnhcldoiogembgepanimfdafip
簡介 Risk Intelligence Web Extension powered by Cyberint
檔案大小 553 KB
安裝次數 165
目前版本 1.2.2
更新時間 2023-01-30
上架時間 2022-08-10
評分 5.00/5 共 1 次評分
開發者 https://cyberint.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://cyberint.com/
說明頁面URL https://cyberint.com/customer-support/
隱私政策頁面URL https://cyberint.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Risk Intelligence Web Extension",
    "description": "Risk Intelligence Web Extension powered by Cyberint",
    "version": "1.2.2",
    "manifest_version": 3,
    "icons": {
        "16": "favIcon-enabled.png",
        "48": "favIcon-enabled.png",
        "128": "favIcon-enabled.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Risk Intelligence Web Extension powered by Cyberint",
        "default_icon": "favIcon-enabled.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ]
}