Skip to content

Commit 7316314

Browse files
authored
Merge pull request #3300 from splunk/5.0_fixes
Remove falcon data
2 parents ed60538 + bd608b0 commit 7316314

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

detections/endpoint/suspicious_process_file_path.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ search: '| tstats `security_content_summariesonly` count min(_time) as firstTime
2222
"*\\windows\\temp\\*", "*\\users\\public\\*", "*\\windows\\debug\\*", "*\\Users\\Administrator\\Music\\*",
2323
"*\\Windows\\servicing\\*", "*\\Users\\Default\\*", "*Recycle.bin*", "*\\Windows\\Media\\*", "\\Windows\\repair\\*",
2424
"*\\temp\\*" , "*\\PerfLogs\\*","*\\windows\\tasks\\*", "*:\\programdata\\*") by
25-
Processes.parent_process_name Processes.parent_process Processes.process_path Processes.dest
25+
Processes.parent_process_name Processes.parent_process Processes.process_name Processes.process_path Processes.dest
2626
Processes.user | `drop_dm_object_name(Processes)` | `security_content_ctime(firstTime)`
2727
| `security_content_ctime(lastTime)` | `suspicious_process_file_path_filter`'
2828
how_to_implement: The detection is based on data that originates from Endpoint Detection

detections/endpoint/windows_sensitive_registry_hive_dump_via_commandline.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,3 @@ tests:
6565
- data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.002/atomic_red_team/windows-sysmon.log
6666
source: XmlWinEventLog:Microsoft-Windows-Sysmon/Operational
6767
sourcetype: XmlWinEventLog
68-
- name: True Positive Test - CrowdStrike
69-
attack_data:
70-
- data: https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.002/atomic_red_team/crowdstrike_falcon.log
71-
source: crowdstrike
72-
sourcetype: crowdstrike:events:sensor

0 commit comments

Comments
 (0)