Stratus

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

Cos'è Stratus?

Stratus è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Identifies word indicators for ATT&CK Enterprise Techniques in text.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Stratus

Scarica i file di estensione Stratus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Stratus Stratus
ID jjpceekakjijeamhoeedjfgmhgbefcmp
URL Ufficiale https://chromewebstore.google.com/detail/stratus/jjpceekakjijeamhoeedjfgmhgbefcmp
Descrizione Identifies word indicators for ATT&CK Enterprise Techniques in text.
Dimensione del File 32.7 KB
Conteggio Installazioni 49
Versione Corrente 0.1
Ultimo Aggiornamento 2019-11-27
Data di Pubblicazione 2019-11-27
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}