Skip to content

Commit

Permalink
Update active_setup_registry_autostart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MHaggis committed Apr 11, 2023
1 parent c55307a commit aba28cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions detections/endpoint/active_setup_registry_autostart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ description: This analytic is to detect a suspicious modification of the active
do the modification since modification of this registry is not commonly done. check
the legitimacy of the file and process involve in this rules to check if it is a
valid setup installer that creating or modifying this registry.
search: '
| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Registry WHERE (Registry.registry_value_name= "StubPath" Registry.registry_path = "*\\SOFTWARE\\Microsoft\\Active Setup\\Installed Components*") BY _time span=1h Registry.registry_path Registry.registry_key_name Registry.registry_value_name Registry.registry_value_data Registry.process_guid
search: '| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Registry WHERE (Registry.registry_value_name= "StubPath" Registry.registry_path = "*\\SOFTWARE\\Microsoft\\Active Setup\\Installed Components*") BY _time span=1h Registry.registry_path Registry.registry_key_name Registry.registry_value_name Registry.registry_value_data Registry.process_guid
| `drop_dm_object_name(Registry)`
| `security_content_ctime(firstTime)`
| `security_content_ctime(lastTime)`| `active_setup_registry_autostart_filter`'
Expand Down

0 comments on commit aba28cf

Please sign in to comment.