Skip to content

This project is to score IoCs based on the LowRegret model.

Notifications You must be signed in to change notification settings

malwr0a/LowRegret-Scoring-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

LowRegret-Scoring

LowRegret scoring is collection of python scripts used to score indicator of compromise based on LowRegret model. The model developed by John Hopkins University to respond faster to IOCs received, thus improve network defense.

Reference: https://github.com/JHUAPL/Low-Regret-Methodology

Contributors

Installation

git clone https://github.com/malwr0a/LowRegret-Scoring-

Requirements

To use LowRegret-Scoring you should insert VirusTotal and IPVoid into the secrets.json file with the following format:

  {"virustotal": "YOUR_API_KEY", "void": "YOUR_API_KEY"}

Then, drop <IOCs_file_name>.csv file with the following format:

type value
ip <IP_IoC>
domain <Domain_IoC>
hash <Hash_IoC>

The APIs can be requested on the respective service websites:

About

This project is to score IoCs based on the LowRegret model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages