Stratus

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

Stratus là gì?

Stratus là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Identifies word indicators for ATT&CK Enterprise Techniques in text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stratus

Tải xuống các tệp mở rộng Stratus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stratus Stratus
ID jjpceekakjijeamhoeedjfgmhgbefcmp
URL Chính Thức https://chromewebstore.google.com/detail/stratus/jjpceekakjijeamhoeedjfgmhgbefcmp
Mô tả Identifies word indicators for ATT&CK Enterprise Techniques in text.
Kích Thước Tệp 32.7 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-11-27
Ngày Phát Hành 2019-11-27
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}