home

Mobile Endpoint Security

Lookout Product Documentation

Find answers about using and optimizing Lookout products.

Application / File Threat Detail Fields

In addition to the Common Threat Detail Fields, the details block for THREAT events of type=APPLICATION or FILE also includes the following fields, unless privacy controls are enabled on your tenant:

"details": {
  ...,
  "assessments": [...],
  "applicationName": "FooBarApplication",
  "packageName": "com.FooBarApplication",
  "path": "/usr/local/FooBarApplication",
  "fileName": "FooBarFileName.ipa",
  "packageSha": "!application SHA!",
}
Field Type Description
*applicationName
String Name of the application.
*packageName
String Package name of the application.
*path
String Path of the file.
*fileName
String Name of the file.
*packageSha
String ( APPLICATION events only) SHA-256 of the application, Base64 encoded.

* Field omitted if privacy controls are enabled.