Mandiant Advantage | Threat Intelligence

Provides up-to-the-minute access to Mandiant Threat Intelligence for web-based content and applications.

Mandiant Advantage | Threat Intelligence क्या है?

Mandiant Advantage | Threat Intelligence mati-plugin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides up-to-the-minute access to Mandiant Threat Intelligence for web-based content and applications."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mandiant Advantage | Threat Intelligence एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The power of Mandiant Threat Intelligence in your browser.  
The Mandiant Advantage Threat Intelligence Browser Extension provides up-to-the-minute access to Mandiant Threat Intelligence for web-based content and applications.

Use access to real-time intelligence to more easily prioritize the threats that matter now and take action. Focus on what matters most to you by overlaying your data with Mandiant intelligence and expertise.

Make the Mandiant Advantage Threat Intelligence Browser Extension a part of your regular workflow to identify your important alerts in your SIEM, research known vulnerabilities, pinpoint malicious IPs or domains in logs, quickly access context on infosec news articles, and help speed up your workflow in your web-based security applications.

Join us on the frontline. Sign up for a Mandiant Advantage account today at https://www.mandiant.com/ti-free

Mandiant is now part of Google Cloud.                    

एक्सटेंशन की मूल जानकारी

नाम Mandiant Advantage | Threat Intelligence Mandiant Advantage | Threat Intelligence
ID aghmgfkjfbkcockededacdhemkpgdcko
आधिकारिक URL https://chromewebstore.google.com/detail/mandiant-advantage-threat/aghmgfkjfbkcockededacdhemkpgdcko
विवरण Provides up-to-the-minute access to Mandiant Threat Intelligence for web-based content and applications.
फ़ाइल का आकार 2.85 MB
स्थापना संख्या 3,016
वर्तमान संस्करण 3.2.3
अंतिम अपडेट 2024-02-06
प्रकाशन तिथि 2020-12-09
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर mati-plugin
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.mandiant.com/
सहायता पृष्ठ URL https://www.mandiant.com/support.html
गोपनीयता नीति पृष्ठ URL https://www.mandiant.com/privacy-and-cookies-archive
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.2.3",
    "name": "Mandiant Advantage | Threat Intelligence",
    "short_name": "Investigate",
    "description": "Provides up-to-the-minute access to Mandiant Threat Intelligence for web-based content and applications.",
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png",
        "192": "img\/192.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "app.css"
            ],
            "js": [
                "browser-polyfill.js",
                "app.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "app.css"
            ],
            "js": [
                "browser-polyfill.js",
                "scanAndMark.js"
            ],
            "all_frames": true
        }
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "identity",
        "storage",
        "tabs",
        "history"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "indicators\/*",
                "industriesIcons\/*",
                "motivationsIcons\/*",
                "app.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en"
}