Identifying information for an Entity at a given point in time. This encapsulates the indicator type (in the field name) and value, as well as the namespace when relevant (for internal Asset indicators).
JSON representation |
---|
{ "indicator_namespace": string, // Union field |
Fields | |
---|---|
indicator_ |
Namespace value of the indicator. Namespaces are supported for Asset indicators - hostname, mac, asset_ip_address, product_id, and project_object_id. |
Union field indicator . Indicator type and value, consistent with malachite.dao.KValueType. indicator can be only one of the following: |
|
hostname |
The hostname to identify an asset. |
asset_ |
The IP address to identify an asset. |
mac |
The MAC address to identify an asset. |
product_ |
Some ID that uniquely identifies an asset. This corresponds to the |
username |
The user name or user ID to identify a user. This corresponds to the |
email |
The email address to identify a user. This corresponds to the |
employee_ |
The employee id to identify a user. |
windows_ |
The windows SID to identify a user. |
project_object_id |
Deprecated. Some vendor-specific ID to identify a user. This corresponds to the |
raw_ |
The raw pid. |
process_ |
The process id. This corresponds to the |
full_ |
The full command line. This corresponds to the |
parent_ |
The parent process id. This corresponds to the |
hash_ |
The hash md5. |
hash_ |
The hash sha1. |
hash_ |
The hash sha256. |
file_ |
The file path. This corresponds to the |
destination_ |
The resolved ip address. This corresponds to the |
domainname |
The domain name. This corresponds to the |
resource_ |
LDAP Object Id or generic product object identifier that creates a unique user entity identifier. This corresponds to the |
resource |
System unique resource name. This corresponds to the |
product_ |
The product object id which can be used to identify an asset, user, group, or resource. This corresponds to the |