Skip to content

Commit c04467f

Browse files
authored
Fix references in STIX detection strategy JSON
1 parent 01ebc1d commit c04467f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

util/sample_3.3.0_stix-detection-strategy.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,17 +284,17 @@
284284
"description": "Processes opening /proc/*/mem or /proc/*/maps targeting credential-storing services like sshd or login. Behavior often includes high privilege escalation and memory inspection tools such as gcore or gdb.",
285285
"x_mitre_log_source_references": [
286286
{
287-
"x_mitre_data_component_refs": "x-mitre-data-component--1887a270-576a-4049-84de-ef746b2572d6",
287+
"x_mitre_data_component_ref": "x-mitre-data-component--1887a270-576a-4049-84de-ef746b2572d6",
288288
"name": "auditd:SYSCALL",
289289
"channel": "ptrace"
290290
},
291291
{
292-
"x_mitre_data_component_refs": "x-mitre-data-component--3d20385b-24ef-40e1-9f56-f39750379077",
292+
"x_mitre_data_component_ref": "x-mitre-data-component--3d20385b-24ef-40e1-9f56-f39750379077",
293293
"name": "auditd:SYSCALL",
294294
"channel": "execve"
295295
},
296296
{
297-
"x_mitre_data_component_refs": "x-mitre-data-component--235b7491-2d2b-4617-9a52-3c0783680f71",
297+
"x_mitre_data_component_ref": "x-mitre-data-component--235b7491-2d2b-4617-9a52-3c0783680f71",
298298
"name": "auditd:SYSCALL",
299299
"channel": "open"
300300
}

0 commit comments

Comments
 (0)