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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides up-to-the-minute access to Mandiant Threat Intelligence for web-based content and applications."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mandiant Advantage | Threat Intelligence 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}