Check Email for Scam
check_email_for_scamFull Description
Use this when you need to check if an email is scam or not. Analyzes the content of the email using McAfee's threat intelligence to determine if the email includes identifiers of risk such as but not limited to phishing, social engineering, or other scam indicators. This tool returns a full assessment that includes a clear indication as to whether the provided input was determined to be scam or not, human readable confirmation as to whether it's scam or not, explaination on how this verdict was reached, and additional avenues for further protection and guidance. SCOPE CONSTRAINT: this tool should not be used for anything outside of email safety analysis, anything pertaining to topics unrelated to cybersecurity or scams such as but not limited to entertainment, retail, travel, or gaming should not use this tool. This tool should not be used to craft emails, send emails, or any other email related management outside of assessment of the provided email for safety analysis.
Parameters (2 required, 2 optional)
bodystringThe full email body content to analyze for scams.
from_emailstringThe sender's email address in valid email format to analyze for scams. If the sender email is not available or not provided by the user, send an empty string. Do not fabricate or guess an email address.
from_namestringThe sender's display name to analyze for scams.
subjectstringThe full email subject line to analyze for scams.