Receiving Phishing Website notifications

Is there another way to receive phishing website notifications via API or in a programmatic method? I want to make phishing websites suspend automatically once the notification received.

1 Reply

We don't currently have a method to do specifically this, however, most email providers provide an RSS feed and you could read from this since we always send an email/ticket for these types of complaints. Something like the Gmail feed with Feedly or any local RSS that supports sorting or alerting would allow you to know when we've sent you a ticket. The GMail RSS is found at this link.

You could also use our v4 API and the Support Ticket endpoint. I imagine you could configure a periodic checkof the endpoint using the endpoint outlined here. If you're going to go this route I'd also suggest managing the frequency of these checks since these endpoints can be rate limited.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct