Skip to main content
Box Shield must be purchased and enabled on a Box enterprise to take advantage of the advanced security offerings outlined below.

Threat detection alerts

Shield threat detection delivers context-rich alerts on potential threats, such as compromised accounts and data theft, based on anomalous user behavior. The possible alerts produced by Shield are for:
  1. Suspicious locations
  2. Suspicious sessions
  3. Anomalous downloads
  4. Malicious content
  5. Ransomware activity (part of Shield Pro)
All Shield threat detection alert events are produced within the stream. These events follow the standard event object schema and the event_type value is set to SHIELD_ALERT.
The additional_details object provides information about the specific type of shield alert that triggered the event.

Suspicious locations alert

A suspicious locations alert is produced when Shield detects a user accessing content from an unusual, excluded geographic location, or ‘host’ IP address. It can be identified by the Suspicious Locations value within additional_details.shield_alert.rule_category. The additional_details payload will provide the following details:

Suspicious sessions alert

A suspicious sessions alert is produced when Shield detects a user accessing content in a session characterized by unusual user-agent strings, unusual IDs, uncommon types of applications, new IP addresses, and an improbably rapid change in the person’s log-in location. It can be identified by the Suspicious Sessions value within additional_details.shield_alert.rule_category. The additional_details payload will provide the following details:

Anomalous download alert

An anomalous download alert is produced when Shield detects an account holder who may be stealing sensitive content. It can be identified by the Anomalous Download value within additional_details.shield_alert.rule_category. The additional_details payload will provide the following details:

Malicious content alert

A malicious content alert is produced when Shield detects potential malware in content uploading to an account. It can be identified by the Malicious Content value within additional_details.shield_alert.rule_category. The additional_details payload will provide the following details:

Ransomware activity alert

A ransomware activity alert is produced when Box Shield identifies suspicious file extensions that may be indicative of a ransomware attack. It can be identified by the Ransomware Activity value within additional_details.shield_alert.rule_category. The additional_details payload will provide the following details:
For the Ransomware Activity alert, the rule_response_action object reflects the automated response action taken by Box Shield when the alert was created. The terminate_sessions field indicates whether Box Shield initiated a request to terminate all active sessions of a managed user:
  • true — the Terminate Target User Sessions rule setting was enabled, so Box Shield initiated a request to terminate all active sessions of a managed user when the alert was created.
  • false — the Terminate Target User Sessions rule setting was disabled, so no automated session termination was taken.
The value of terminate_sessions depends on the Terminate Target User Sessions setting in the rule configuration, which is off by default.
Last modified on July 21, 2026