Lookyloo / lookyloo

Lookyloo is a web interface that allows users to capture a website page and then display a tree of domains that call each other.
https://www.lookyloo.eu
Other
678 stars 83 forks source link

[Feature]: New module for Urlhause #505

Open FafnerKeyZee opened 2 years ago

FafnerKeyZee commented 2 years ago

Is your feature request related to a problem? Please describe.

It could be nice to have a module to check the URL from Urlhaus ;) Since Lookyloo is able to handle file, it will be be a great improvement.

Describe the solution you'd like

Adding a new third party based on this API: https://urlhaus-api.abuse.ch/#urlinfo https://urlhaus-api.abuse.ch/#hostinfo If there are to much request, it could be great to create a local db like phishtank.

Describe alternatives you've considered

No response

Additional context

No response

Rafiot commented 1 year ago

the reason we have a local phishtank lookup db is because the API was terrible and not really working. This one seems to be pretty sane and if possible, I'd like not to re-implement the wheel.

Anyway, I'll start with a quick module that queries the remote instance and see where we go from there.