RBA_Types.md

February 4, 2025 ยท View on GitHub

RBA Types

contentctl v5 has drastically simplified the configuration for Risk Based Alerting compared to previous versions. This page will serve as a changelog for the accepted values for a risk_object_type and threat_object_type as well as a brief description of each value.

Risk Object Types

Risk Object TypeDescription
userusernames, emails, anything that ties back to a specific user
systemhostnames, IP Addresses, thing that tie back to a known device
otherAn escape hatch if you want to track risk against something that is neither a user nor system

Threat Object Types

Threat Object TypeDescription
certificate_common_nameA certificate owner's common name
certificate_organizationA certificate owner's organization
certificate_serialThe certificate's serial number
certificate_unitThe certificate owner's organizational unit
commandA command (Frequently, from the Change Datamodel)
domainA domain name
email_addressAn email address
email_subjectThe subject line of an email
file_hashA file hash
file_nameA file's name
file_pathA file's path
http_user_agentAn HTTP User Agent
ip_addressAn IP Address
processThe full command line string of a process invocation
process_nameThe friendly name of a process
parent_processThe full command line string of the parent process
parent_process_nameThe friendly name of a parent process
process_hashThe digests of a process
registry_pathThe path to a registry value
registry_value_nameThe name of the registry value
registry_value_textThe textual representation of registry_value_data
serviceThe full service name
signatureA human readable event name
systemA device or application identifier
tls_hashThe hash of a certificate
urlThe URL of the requested resource

Last Updated: 2025.02.04, in prep for v5.1.0 of contentctl