Hacker News new | ask | show | jobs
by dsnuh 3209 days ago
I'm just seeing this today. Great work! Looks like it could be very useful!

Would it be possible to integrate this into something like a Palo Alto, so that you could instantly add new blocking rules for any content containing one of the urls?

How about a browser plugin that strips any phishing urls that match? I don't know much about Javascript, but maybe you could even just source in a library and run it client side?

1 comments

Hi dnsuh,

It is definitely possible to integrate this Palo Alto networks NGFW or any email or web scanning appliance via our APIs.

As for browser plugin, we can use APIs and check url in real time and block phishing urls. We just haven't had the resources to develop one.

It is not possible to do full detection at client side at the moment as our AI engine needs quite a bit of computing power.

here is the link to our python client https://github.com/redmarlin-labs/neo

Thanks for the information! Good luck with the project!
thanks dsnuh!