Im trying to publish some of the Threat Intelligence URL/Domains on my website (using simple PHP/HTML table) pulled from public repositories.
While opening the webpage, some forward proxy devices are blocking the request as "Embedded malicious link", which is true but I don't have a choice. I can open the webpage from where I pull these malicious websites which is not getting blocked.
https://ransomwaretracker.abuse.ch/downloads/TC_DS_URLBL.txt
I can open the page from non proxied host and verified none of them are link embedded.
I tried to create a href
and link it within website and not going out to malicious website, still no luck.
What is the good way to mask them and publish?