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은(는) zdhenard42에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SOC Multi-tool is a powerful and user-friendly browser extension that streamlines investigations for security professionals."입니다.

확장 프로그램 스크린샷

screenshot

SOC Multi-tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}