Threat actors have purchased an old "trustworthy" domain and are using it for mischievous purposes.
Is there a way to force-remove a URL from tranco or is this not possible?
Sorry if this is a dumb question.
domain=mtgox.co; curl -ksLo t.zip https://tranco-list.eu/top-1m.csv.zip && unzip -p t.zip | grep -q ",$domain" && echo IN || echo NOT IN
IN
thanks
(the offensive domain has now been suspended, so this concrete attack is no more)
Threat actors have purchased an old "trustworthy" domain and are using it for mischievous purposes.
Is there a way to force-remove a URL from tranco or is this not possible?
Sorry if this is a dumb question.
thanks
(the offensive domain has now been suspended, so this concrete attack is no more)