Stratus

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

O que é Stratus?

Stratus é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Identifies word indicators for ATT&CK Enterprise Techniques in text.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Stratus

Baixe arquivos de extensão Stratus 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

                        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.                    

Informações Básicas da Extensão

Nome Stratus Stratus
ID jjpceekakjijeamhoeedjfgmhgbefcmp
URL Oficial https://chromewebstore.google.com/detail/stratus/jjpceekakjijeamhoeedjfgmhgbefcmp
Descrição Identifies word indicators for ATT&CK Enterprise Techniques in text.
Tamanho do Arquivo 32.7 KB
Contagem de Instalações 49
Versão Atual 0.1
Última Atualização 2019-11-27
Data de Publicação 2019-11-27
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}