SOC Multi-tool

SOC Multi-tool is a powerful and user-friendly browser extension that streamlines investigations for security professionals.

Τι είναι το SOC Multi-tool;

Το SOC Multi-tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zdhenard42, και η κύρια λειτουργία του είναι "SOC Multi-tool is a powerful and user-friendly browser extension that streamlines investigations for security professionals.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης SOC Multi-tool

Λήψη αρχείων επέκτασης SOC Multi-tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        The SOC Multi-tool is a powerful and user-friendly tool that streamlines investigations for security professionals. With a range of features and capabilities, this open-source tool allows you to quickly and easily investigate text that you have highlighted, using a variety of different resources.

Some of the key features of the SOC Multi-tool include:

• IP Reputation Lookup using VirusTotal & AbuseIPDB
• IP Info Lookup using Tor relay checker & WHOIS
• Hash Reputation Lookup using VirusTotal
• Domain Reputation Lookup using VirusTotal & AbuseIPDB
• Domain Info Lookup using Alienvault
• Living off the land binaries Lookup using the LOLBas project
• Decoding of Base64 & HEX using CyberChef
• File Extension & Filename Lookup using fileinfo.com & File.net
• MAC Address manufacturer Lookup using maclookup.com
• Parsing of UserAgent using user-agents.net
• Microsoft Error code Lookup using Microsoft's DB
• Event ID Lookup (Windows, Sharepoint, SQL Server, Exchange, and Sysmon) 


Using the SOC Multi-tool is simple, just highlight the text you want to investigate, right-click and navigate to the type of data highlighted, and select your desired investigation. 
New tabs will open with the results of your investigation, making it easy to work with multiple investigations at once.

SOC Multi-tool is a community-driven project, and the developer encourages users to contribute and share better resources.                    

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

Όνομα SOC Multi-tool SOC Multi-tool
ID diagjgnagmnjdfnfcciocmjcllacgkab
Επίσημο URL https://chromewebstore.google.com/detail/soc-multi-tool/diagjgnagmnjdfnfcciocmjcllacgkab
Περιγραφή SOC Multi-tool is a powerful and user-friendly browser extension that streamlines investigations for security professionals.
Μέγεθος Αρχείου 10.69 KB
Αριθμός Εγκαταστάσεων 3,422
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-01-16
Ημερομηνία Δημοσίευσης 2023-01-10
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής zdhenard42
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SOC Multi-tool",
    "version": "1.0.1",
    "description": "SOC Multi-tool is a powerful and user-friendly browser extension that streamlines investigations for security professionals.",
    "background": {
        "service_worker": "eventPage.js",
        "type": "module"
    },
    "icons": {
        "16": "\/icons\/icon16.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "permissions": [
        "contextMenus"
    ]
}