The securityContext object provides security information that is directly related to the evaluation of the event's IP reputation. IP reputation is a trustworthiness rating that evaluates how likely a sender is to be malicious and is based on the sender's IP address. As the name implies, the securityContext object is useful for security applications-flagging and inspecting suspicious events.
| Name | Type | Description | Notes |
|---|---|---|---|
| AsNumber | int | The Autonomous system number that's associated with the autonomous system the event request was sourced to | [optional] [readonly] |
| AsOrg | string | The organization that is associated with the autonomous system that the event request is sourced to | [optional] [readonly] |
| Domain | string | The domain name that's associated with the IP address of the inbound event request | [optional] [readonly] |
| Isp | string | The Internet service provider that's used to send the event's request | [optional] [readonly] |
| IsProxy | bool | Specifies whether an event's request is from a known proxy | [optional] [readonly] |