Stratus

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

Stratus क्या है?

Stratus Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Identifies word indicators for ATT&CK Enterprise Techniques in text."।

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

screenshot
screenshot

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

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

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

                        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
आधिकारिक URL 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"
    ]
}