We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827a80b commit 42fbabaCopy full SHA for 42fbaba
detections/endpoint/windows_sqlservr_spawning_shell.yml
@@ -36,17 +36,14 @@ drilldown_searches:
36
earliest_offset: $info_min_time$
37
latest_offset: $info_max_time$
38
rba:
39
- message: A command shell ($process_name$) was spawned by sqlservr.exe on host $dest$ by user $user$. This may indicate unauthorized command execution.
+ message: A command shell was spawned by sqlservr.exe on host $dest$ by user $user$. This may indicate unauthorized command execution.
40
risk_objects:
41
- field: dest
42
type: system
43
score: 90
44
- field: user
45
type: user
46
47
- - field: process
48
- type: other
49
- score: 90
50
threat_objects:
51
- field: parent_process_name
52
type: parent_process_name
0 commit comments