SOC-Multitool

Introduction

Introducing SOC Multitool a free and open-source browser extension that accelerates and optimizes research. 

Now accessible through the Chrome Web Store and working with every browser powered by the Chromium OS, including Microsoft Edge, Chrome, Brave, and Opera.

Download link- https://chrome.google.com/webstore/detail/soc-multi-tool/diagjgnagmnjdfnfcciocmjcllacgkab?hl=en&authuser=0 

Streamline your investigations

The constant copying and pasting required during investigations is done away with by SOC Multi-Tool. To access the type of data you want to look into, simply highlight the text you want to look into, right-click, and select the option.

The results of your investigation will then be displayed in new tabs opened by the extension.

Modern and feature-rich

The SOC Multi-Tool is a modernized multi-tool built from the ground up, with a range of features and capabilities. Some of the key features include:

  • IP Reputation Lookup using VirusTotal and AbuseIPDB
  • IP Info Lookup using Tor relay checker and WHOIS
  • Hash Reputation Lookup using VirusTotal
  • Domain Reputation Lookup using VirusTotal and AbuseIPDB
  • Domain Info Lookup using Alienvault
  • Living off the land binaries Lookup using the LOLBas project
  • Decoding of Base64 and HEX using CyberChef
  • File Extension and 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 ultimatewindowssecurity.com
  • Blockchain Address Lookup using blockchain.com
  • CVE Info using cve.mitre.org

Easy to install

By downloading the most recent version from the Chrome Web Store, you can quickly install the extension!

Download the file from the releases page, extract the folder, and make your changes if necessary. 

Turn on developer mode in your browser’s extension settings, click “Load Unpacked,” and choose the extracted folder to load your modified extension!

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

Aman Mishra

Aman Mishra is a eJPT certified and always keen to learn new concepts and methodologies regarding cybersecurity.he is also a cyber security content writer and have passion for sharing my knowledge about the latest threads and trends in the industry.

Recent Posts

Bash Scripting Best Practices Every Beginner Should Know

Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…

1 day ago

How To Create A Self-Signed SSL Certificate Using Bash And OpenSSL

Introduction A self-signed SSL certificate is a certificate that is created and signed by the…

1 day ago

How To Debug Bash Scripts Using bash -x And set Commands

Introduction Debugging is an important part of Bash scripting. When a script does not work…

1 day ago

How To Use Cron Jobs With Bash Scripts For Automation

Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…

1 day ago

How To Use Pipes In Bash Scripts For Command Chaining

Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…

1 day ago

How To Use grep, awk, And sed In Bash Scripts

Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…

2 days ago