Mandiant Advantage | Threat Intelligence

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

O que é Mandiant Advantage | Threat Intelligence?

Mandiant Advantage | Threat Intelligence é uma extensão do Chrome desenvolvida por mati-plugin, e sua principal característica é "Provides up-to-the-minute access to Mandiant Threat Intelligence for web-based content and applications.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Mandiant Advantage | Threat Intelligence

Baixe arquivos de extensão Mandiant Advantage | Threat Intelligence no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Mandiant Advantage | Threat Intelligence Mandiant Advantage | Threat Intelligence
ID aghmgfkjfbkcockededacdhemkpgdcko
URL Oficial https://chromewebstore.google.com/detail/mandiant-advantage-threat/aghmgfkjfbkcockededacdhemkpgdcko
Descrição Provides up-to-the-minute access to Mandiant Threat Intelligence for web-based content and applications.
Tamanho do Arquivo 2.85 MB
Contagem de Instalações 3,016
Versão Atual 3.2.3
Última Atualização 2024-02-06
Data de Publicação 2020-12-09
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor mati-plugin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.mandiant.com/
URL da Página de Ajuda https://www.mandiant.com/support.html
URL da Página de Política de Privacidade https://www.mandiant.com/privacy-and-cookies-archive
Idiomas Suportados 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"
}