home

Mobile Endpoint Security

Lookout Product Documentation

Find answers about using and optimizing Lookout products.

Web Content Threat Detail Fields

In addition to the Common Threat Detail Fields, the details block for THREAT events of type=WEB_CONTENT also includes the following fields:

"details": {
  ...,
  "assessments": [...],
  "pcpReportingReason":"OBJECTIONABLE_CONTENT",
  "pcpDeviceResponse":"BLOCKED",
  "pcpUserAction":"BACK_TO_SAFETY",
  "pcpCategories":"PORNOGRAPHY",
  "url":"http://doyoureallyexpectanexamplehere.com",
}
Field Type Description
pcpReportingReason
enum The reason for the threat event. One of OBJECTIONABLE_CONTENT, MALICIOUS, PHISHING, BLACKLISTED, ANALYSIS
pcpDeviceResponse
enum The Lookout client response to the threat event, based on the Protections policy configured in the MES Console. One of NONE, BLOCKED, REDIRECTED_USER_MAY_PROCEED
pcpUserAction
enum The device user's response to the threat. One of BACK_TO_SAFETY, WARNING_IGNORED, WHITELISTED
pcpCategories
enum The categorization(s) of the URL, from: RESERVED, PORNOGRAPHY, SEX_EROTICA, VIOLENCE, CRIMINAL_SKILLS, HACKING, HATE_SPEECH, ILLEGAL_DRUGS, CRIMINAL_ACTIVITIES, AD_FRAUD, COMMAND_AND_CONTROL_CENTERS, COMPROMISED_LINKS_TO_MALWARE, MALWARE_CALL_HOME, MALWARE_DISTRIBUTION_POINT, PHISHING_FRAUD, SPAM_URLS, SPYWARE_QUESTIONABLE_SOFTWARE, ONLINE_ADS, BOTNET, NUDITY, OK, GAMBLING, SEXUALLY_SUGGESTIVE, R_RATED, AGGRESSIVE, CHILD_ABUSE_IMAGES, PIRACY, SCHOOL_CHEATING, SELF_HARM, TORRENT_REPOSITORY, TERRORISM
url
String The URL that triggered the PCP response.