Skip to content

Latest commit

 

History

History
163 lines (116 loc) · 4.33 KB

README.md

File metadata and controls

163 lines (116 loc) · 4.33 KB

Contributors Forks Stargazers License


OneStopSOC

Logo
OneStopSOC is a collection of tools typically used by SOC analysts when triaging alerts presented in a python GUI.

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

Image

Languages and Frameworks

  • Python 3.11

Getting Started

Prerequisites

  • None

Installation

  1. Clone the repo
    git clone https://github.com/AlbusNoir/OneStopSOC.git
    
  2. Install requirements
    pip install -r requirements.txt
    

Usage

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

Roadmap

Current

  • Tools listed above

Future Plans

  • Additional tools
  • Additional features??

Contributing

If you want to make contributions:

  1. Fork this Repository
  2. Create your Branch(git checkout -b <branch name>)
  3. Commit your Changes(git commit -m 'I did some things')
  4. Push to the Branch(git push origin <project_name>/<location>)
  5. Open a Pull Request

Feel free to contribute to this project if it interests you.

License

Distributed under the MIT License. See LICENSE INFO for more information.

Contact

Name Social Email
Name Twitter

Acknowledgements & Contributions

Thank you to the following:

User Contribution
@AlbusNoir Project
@zdhenard42 Original idea via his project SOC-Multitool