mirror of https://gitlab.com/curben/blog
page(threat-hunting): Windows Recovery Environment disabled
This commit is contained in:
parent
3511c59121
commit
e284914748
|
|
@ -120,6 +120,7 @@ updated: 2025-08-03
|
||||||
- [Volume Shadow Copy](volume-shadow-copy)
|
- [Volume Shadow Copy](volume-shadow-copy)
|
||||||
- [Volume Shadow Delete](volume-shadow-delete)
|
- [Volume Shadow Delete](volume-shadow-delete)
|
||||||
- [Windows Event Log Clearing Events](windows-event-log-clearing-events)
|
- [Windows Event Log Clearing Events](windows-event-log-clearing-events)
|
||||||
|
- [Windows Recovery Environment disabled](windows-recovery-environment-disabled)
|
||||||
- [Windows System Event Log Clearing Events](windows-system-event-log-clearing-events)
|
- [Windows System Event Log Clearing Events](windows-system-event-log-clearing-events)
|
||||||
- [Windows Firewall Modification](windows-firewall-modification)
|
- [Windows Firewall Modification](windows-firewall-modification)
|
||||||
- [Windows JScript execution](windows-jscript-execution)
|
- [Windows JScript execution](windows-jscript-execution)
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
title: Windows Recovery Environment disabled
|
||||||
|
layout: page
|
||||||
|
date: 2025-08-03
|
||||||
|
---
|
||||||
|
|
||||||
|
References: [1](https://www.elastic.co/security-labs/maas-appeal-an-infostealer-rises-from-the-ashes#defeat-system-recovery)
|
||||||
|
SPL:
|
||||||
|
|
||||||
|
```spl
|
||||||
|
| tstats summariesonly=true allow_old_summaries=true count FROM datamodel=Endpoint.Processes WHERE index="windows" Processes.process_name="reagentc.exe" Processes.process="*/disable*" BY index, host, Processes.signature_id, Processes.signature, Processes.parent_process, Processes.process, Processes.user, _time span=1s
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue