MISP / PyMISPWarningLists

Pythonic way to work with the warning lists defined there: https://github.com/MISP/misp-warninglists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ngrok domains failed to be detected

sisoma2 opened this issue · comments

commented

Hi,

I'm testing the domain '0.tcp.eu.ngrok.io' with the script warninglist_test.py and fails to be detected.
The domain 'ngrok.io' is at the second-level-tlds JSON list file.

imagen
imagen

If you instantiate the warning list as below(slow_search=True), it will match the Ngrok domain.

warninglists = WarningLists(slow_search=True)
...
for domain in domain_list:
    r = warninglists.search(domain)

Please see also #16.

I suppose we can close the issue. Don't hesitate to open it back if the issue persists. Thank you.