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
664 stars 83 forks source link

[Feature] Improve email template for takedown requests #902

Open Rafiot opened 3 months ago

Rafiot commented 3 months ago

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

Currently, the template just contains a list of redirected URLs

https://github.com/Lookyloo/lookyloo/blob/9ffe9f23e9aeebc1686ec12d21e0911f38d9c906/lookyloo/lookyloo.py#L773-L791

It would be nice to have more contextual information.

Describe the solution you'd like

We already gather a lot of information from 3rd party services (phishtank, urlhaus, virustotal, ...), and can ease de-duplication with a lookup against MISP -> https://github.com/Lookyloo/lookyloo/issues/901

Describe alternatives you've considered

No response

Additional context

No response