Te-k / harpoon

CLI tool for open source and threat intelligence
https://www.randhome.io/blog/2018/02/23/harpoon-an-osint-/-threat-intelligence-tool/
GNU General Public License v3.0
1.16k stars 181 forks source link

Creating UrlHaus plugin #125 #131

Closed evilcel3ri closed 3 years ago

evilcel3ri commented 3 years ago

This work implements the enrichment section of the urlhaus.abuse.ch API. It doesn't implement submissions but allow user to query url, hostnames tags and samples.

Example usages:

harpoon urlhaus get-url http://perdu.com
harpoon urlhaus get-host perdu.com
harpoon urlhaus get-tag gozi
harpoon urlhaus get-signature 5d41402abc4b2a76b9719d911017c592
harpoon urlhaus get-sample 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824

This work opens a new configuration too for this API although it isn't need for the current implementation.

[UrlHaus]
key:Your_api_key

Queries and bug reports welcomed!

Te-k commented 3 years ago

Thanks a lot, I just merged it !