OneStopSOC is a collection of tools typically used by SOC analysts when triaging alerts presented in a python GUI.
- Python 3.11
- None
- Clone the repo
git clone https://github.com/AlbusNoir/OneStopSOC.git
- Install requirements
pip install -r requirements.txt
The project currently features the following tools:
- AbuseIPDB
- Base64 Decode with CyberChef
- VirusTotal
- AlienVault domain lookup
- WhoIs domain lookup
- TOR relay lookup
- URLScan.io lookup
- MAC Address lookup
- UserAgent lookup
- File.net lookup
- File info for file extensions
- EventID lookup
Current
- Tools listed above
Future Plans
- Additional tools
- Additional features??
If you want to make contributions:
- Fork this Repository
- Create your Branch(
git checkout -b <branch name>
) - Commit your Changes(
git commit -m 'I did some things'
) - Push to the Branch(
git push origin <project_name>/<location>
) - Open a Pull Request
Feel free to contribute to this project if it interests you.
Distributed under the MIT License. See LICENSE INFO
for more information.
Name | Social | |
---|---|---|
Name |
User | Contribution |
---|---|
@AlbusNoir | Project |
@zdhenard42 | Original idea via his project SOC-Multitool |