ATT&CK Powered Suit

Powered Suit puts the MITRE ATT&CK® knowledge base at your fingertips. Instantly search ATT&CK techniques, groups, and more.

Τι είναι το ATT&CK Powered Suit;

Το ATT&CK Powered Suit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MITRE Engenuity Center for Threat-Informed Defense, και η κύρια λειτουργία του είναι "Powered Suit puts the MITRE ATT&CK® knowledge base at your fingertips. Instantly search ATT&CK techniques, groups, and more.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ATT&CK Powered Suit

Λήψη αρχείων επέκτασης ATT&CK Powered Suit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Powered Suit puts the MITRE ATT&CK® knowledge base at your fingertips. Instantly search ATT&CK techniques, groups, and more without disrupting your workflow. Copy snippets into a notebook to streamline your research. Export selected techniques to ATT&CK navigator. The extension supports context menus, omnibar support, and more.

ATT&CK Powered Suit is created by the Center for Threat-Informed Defense and released for free (and with open source code) in service of our mission: to advance the state of the art and the state of the practice in threat-informed defense globally.

The Center for Threat-Informed Defense does not collect or share any data about users or their usage of ATT&CK Powered Suit. Search queries and other features are performed locally in the browser. If you are signed into Chrome using a Google account, then your bookmarks data is synced via your Google account.

Copyright 2021 MITRE Engenuity. Approved for public release. Document number CT0052.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

This project makes use of ATT&CK® https://attack.mitre.org/resources/terms-of-use/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ATT&CK Powered Suit ATT&CK Powered Suit
ID gfhomppaadldngjnmbefmmiokgefjddd
Επίσημο URL https://chromewebstore.google.com/detail/attck-powered-suit/gfhomppaadldngjnmbefmmiokgefjddd
Περιγραφή Powered Suit puts the MITRE ATT&CK® knowledge base at your fingertips. Instantly search ATT&CK techniques, groups, and more.
Μέγεθος Αρχείου 2.86 MB
Αριθμός Εγκαταστάσεων 5,902
Τρέχουσα Έκδοση 1.6.0
Τελευταία Ενημέρωση 2024-02-13
Ημερομηνία Δημοσίευσης 2022-06-25
Αξιολόγηση 5.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής MITRE Engenuity Center for Threat-Informed Defense
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://ctid.mitre-engenuity.org/attack-powered-suit/
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/center-for-threat-informed-defense/attack-powered-suit/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Center for Threat-Informed Defense ",
    "name": "ATT&CK Powered Suit",
    "description": "Powered Suit puts the MITRE ATT&CK\u00ae knowledge base at your fingertips. Instantly search ATT&CK techniques, groups, and more.",
    "version": "1.6.0",
    "icons": {
        "32": "image\/icon-32.png",
        "48": "image\/icon-48.png",
        "128": "image\/store-icon.png"
    },
    "minimum_chrome_version": "101",
    "background": {
        "service_worker": "build\/worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/content.js"
            ]
        }
    ],
    "omnibox": {
        "keyword": "&"
    },
    "permissions": [
        "clipboardWrite",
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "32": "image\/icon-32.png",
            "48": "image\/icon-48.png"
        }
    },
    "options_page": "index.html?view=settings"
}