Stop Malicious
Emails
A free, generative AI-powered API designed to plug into your SIEM, SOAR, or custom workflows for advanced email threat detection.
Terminal
$ curl \
-H "x-api-key: mapi_your_api_key" \
"https://scan.mesasecurity.com/api/v1/jobs/550e8400-e29b-41d4-a716-446655440000"
{
"email_sender": "\"John Doe\" <[email protected]>",
"threat_score": 90,
"verdict_summary": {
"summary": "This is a classic callback phishing scam impersonating Norton with multiple red flags. Multiple different phone numbers provided (suspicious pattern). Sender email ([email protected]) doesn't match claimed Norton organization.",
"verdict": "Malicious",
"recommended_action": "Do not call the phone number provided in the email. Do not provide any personal information to the sender. Block the sender [email protected]"
}
}
How It Works
Our API makes detailed threat detection simple and efficient
Upload Email
Upload your .eml file using our API and receive a job ID for tracking.
Detect Threat
We process your file, detect threats and extract insights automatically.
Get Results
Query the API with your job ID to retrieve the processed results in JSON format.