TheDr1ver / MISPHunter

Uses searches on 3rd party services and MISP to track actor infrastructure as it's built
Apache License 2.0
2 stars 0 forks source link

Cleanup 20210909 #28

Closed TheDr1ver closed 3 years ago

TheDr1ver commented 3 years ago

Condensed the whole process into much fewer functions.

Started using 80-char line lengths with the new stuff because it forces you to avoid excessive if/then/for statements and ultimately makes the whole thing cleaner.

Probably addresses and closes #3 for the time being.