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 |
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_ip_address |
The IP address to identify an asset. |
mac |
The MAC address to identify an asset. |
product_id |
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_id |
The employee id to identify a user. |
windows_sid |
The windows SID to identify a user. |
project_object_id |
Deprecated. Some vendor-specific ID to identify a user. This corresponds to the |
raw_pid |
The raw pid. |
process_id |
The process id. This corresponds to the |
full_command_line |
The full command line. This corresponds to the |
parent_process_id |
The parent process id. This corresponds to the |
hash_md5 |
The hash md5. |
hash_sha1 |
The hash sha1. |
hash_sha256 |
The hash sha256. |
file_path |
The file path. This corresponds to the |
destination_ip_address |
The resolved ip address. This corresponds to the |
domainname |
The domain name. This corresponds to the |
resource_project_object_id |
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_object_id |
The product object id which can be used to identify an asset, user, group, or resource. This corresponds to the |