Risk Intelligence Web Extension

Risk Intelligence Web Extension powered by Cyberint

Risk Intelligence Web Extensionคืออะไร?

Risk Intelligence Web Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cyberint.com และคุณลักษณะหลักของมันคือ "Risk Intelligence Web Extension powered by Cyberint"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
        }
    ]
}