The
threat_group,threat_state, andthreat_outcometags below are the building blocks of the Threat triage workflow. For how they fit into the bigger picture — the Threats Overview, queues, responses, and reporting — see Threat Management.
threat_type (Eg threat_group) which will create values that show up in the dropdowns and reports related to that fieldname
group - Threat Group field is used to allow Threats to be placed into various groups (Eg L1 Support, L2 Support) so that resources can work on individual queuesstate - Threat State field is used to classify the stage or progress of a Threat in its resolution (Last state is always Closed)outcome - Threat Outcome field is used to define what type of Threat was identified. This may be used to classify threats into Malicious or Benign for examplevalue of the Tag can be any text string that will then be displayed in the dropdownthreat_group can also be given a queue colour. The colour appears as the dot beside that queue in the Threats Overview rail, so teams can tell their queues apart at a glance. Set it when creating or editing a Threat Group (the + in the queue rail, or under Custom Tags); a default palette is used for any group without an explicit colour.notification_type field is notification_ + object (Eg threat which will trigger on changes to Threats. Full type data is then: notification_threat)value field of a notification has a specific format that allows the system to detect a match for a specific scenario
value data: {"component":"group", "value":"25", "email":"test@example.com"}
component is the fieldname that will be matched. This must be provided.value is the contents of the fieldname that will be matched. This is optional.email the email address that a notification will be sent togroup - Targets the Threat Group fieldstate - Targets the Threat State fieldthreatnote_threattype field is threatnote_threatvalue field of a notification has a specific format that allows the system to detect a match for a specific scenario
value data: {"component":"group", "value":"25"}
component is the fieldname that will be matched. This must be provided.value is the contents of the fieldname that will be matched. This is optional.group - Targets the Threat Group fieldstate - Targets the Threat State field