Stratus

Identifies word indicators for ATT&CK Enterprise Techniques in text.

什麼是Stratus?

Stratus是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Identifies word indicators for ATT&CK Enterprise Techniques in text.”。

擴展截圖

screenshot
screenshot

下載Stratus擴展crx文件

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

擴展使用說明

                        A simple, lightweight Chrome extension that identifies language that indicates an ATT&CK technique is being described on a webpage. Ideal for Threat Intelligence Analysts and those looking to adopt the Mitre's ATT&CK Framework.

Just navigate to your chosen CTI web page and hit the button. The app highlights matches to pre-defined regexes (that are likely to indicate a technique description) and shows a summary in the popup window.

Currently in Alpha.                    

擴展基本資訊

名稱 Stratus Stratus
ID jjpceekakjijeamhoeedjfgmhgbefcmp
官方網址 https://chromewebstore.google.com/detail/stratus/jjpceekakjijeamhoeedjfgmhgbefcmp
簡介 Identifies word indicators for ATT&CK Enterprise Techniques in text.
檔案大小 32.7 KB
安裝次數 49
目前版本 0.1
更新時間 2019-11-27
上架時間 2019-11-27
開發者 Unknown
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stratus",
    "version": "0.1",
    "description": "Identifies word indicators for ATT&CK Enterprise Techniques in text.",
    "manifest_version": 2,
    "icons": {
        "128": "popup\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Click to activate"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "popup\/popup.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}