Microsoft Phishing URL Detection

Mani Ghahrmani 0 Reputation points
2024-08-12T15:35:39.8433333+00:00

Hi,

I am building a simple app for educational purposes. I was wondering if there is a service in Azure that I can use, to which I can pass a URL to it and get a response that tells me whether it is phishing.

Thanks in advance for any help.

Regards,

Mani

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,932 questions
Azure AI Content Safety
Azure AI Content Safety
An Azure service that enables users to identify content that is potentially offensive, risky, or otherwise undesirable. Previously known as Azure Content Moderator.
24 questions
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 53,221 Reputation points
    2024-08-13T22:00:08.3033333+00:00

    Hello Mani

    Thanks for reaching out to us, I think you are looking for a way to verify a URL is a phishing or not.

    There currently is no straightforward way to do so as far as I know by Azure products, for alternative, there are some thoughts you may want to refer to -1. Azure Content Moderator: The input should be text and images

    This service helps in detecting potentially offensive or unwanted content. While it's not specifically designed for phishing detection, you might be able to use it in conjunction with other techniques to flag suspicious URLs.

    1. Microsoft Defender for Cloud: It's not an API for URL checker Azure provides security solutions that integrate with various services. While not a direct phishing URL checker, it offers comprehensive security management that might help in a broader sense.
    2. Custom Solutions: You might consider building a custom solution using Azure Functions or Azure Logic Apps that integrates with third-party APIs or services specialized in phishing detection, such as those offered by security vendors like PhishTank, or similar.
    3. Microsoft Sentinel: This is Azure's cloud-native SIEM (Security Information and Event Management) service. It can aggregate security data from various sources and could be set up to alert on suspicious activities, including phishing attempts, if you have a suitable integration or setup.

    For your specific need, combining these tools with third-party phishing detection services might be the most effective approach. Feel free to ask if you need more detailed guidance on setting this up!

    Regards,

    Yutong

    -Please kindly accept the answer if you feel helpful to support the community, thanks a lot.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.