Merge branch 'new_test_file_format' of https://github.com/splunk/security-content into new_test_file_format

This commit is contained in:
Detection Testing Service
2020-11-04 14:09:45 +00:00
2 changed files with 10 additions and 4 deletions
@@ -15,10 +15,10 @@ references: []
author: David Dorsey, Splunk
search: '| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time)
as lastTime from datamodel=Endpoint.Processes where Processes.process_name = powershell.exe
(Processes.process=*-EncodedCommand* OR Processes.process=*-enc*)
by Processes.user Processes.process_name Processes.process Processes.parent_process_name Processes.dest Processes.process_id
| `drop_dm_object_name(Processes)` | `security_content_ctime(firstTime)`| `security_content_ctime(lastTime)`
| `malicious_powershell_process___encoded_command_filter`'
(Processes.process=*-EncodedCommand* OR Processes.process=*-enc*) by Processes.user
Processes.process_name Processes.process Processes.parent_process_name Processes.dest
Processes.process_id | `drop_dm_object_name(Processes)` | `security_content_ctime(firstTime)`|
`security_content_ctime(lastTime)` | `malicious_powershell_process___encoded_command_filter`'
known_false_positives: System administrators may use this option, but it's not common.
tags:
analytics_story:
@@ -38,3 +38,6 @@ tags:
- PR.IP
security_domain: endpoint
asset_type: Endpoint
automated_detection_testing: passed
dataset:
- https://attack-range-attack-data.s3-us-west-2.amazonaws.com/T1027/windows-sysmon.log
@@ -42,3 +42,6 @@ tags:
- DE.CM
security_domain: endpoint
asset_type: Endpoint
automated_detection_testing: passed
dataset:
- https://attack-range-attack-data.s3-us-west-2.amazonaws.com/T1112/windows-sysmon.log