You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to identify the attacks_technique_uid as a multi-valued field. There is an enrichment in core that uses lookup_all() to enrich events based on this field, populating the attacks_technique_name with detailed information.
Document that the attacks_technique_uid value can be set as a string, containing multiple technique IDs and sub-IDs, separated by a pipe character (|).
Document in attacks_technique_name that the field will be enriched by core if it is not already set.
Maybe add similar fields for risk, impact and confidence because SecDev may implement stuff around this and AWS Security lake has these features.
confidence_id
impact_ip
risk_level_id
Describe the bug
Now that a MITRE UID > name lookup exists in core, consider adding
attacks_technique_uid
andattacks_technique_name
to schema.Example:
attacks_technique_uid
= T1059.001attacks_technique_name
= Command and Scripting Interpreter: PowerShellThe text was updated successfully, but these errors were encountered: