Fix formatting issues

This commit is contained in:
Tonmoy Jitu 2024-11-25 20:17:04 +11:00
parent 0986609c4b
commit 8cc231328f
No known key found for this signature in database
GPG Key ID: 5268921F49EE80A1

View File

@ -20,7 +20,7 @@ Commands:
OperatingSystem: Windows Vista and later
- Command: wevtutil qe Security /f:xml > exported_logs.xml
Description: Queries the Security event log and exports its contents in XML format to a file.
Usecase: sed to exfiltrate Security log data for analysis. The XML format allows attackers to parse and extract detailed information about audit events, user activity, or security configurations.
Usecase: Used to exfiltrate Security log data for analysis. The XML format allows attackers to parse and extract detailed information about audit events, user activity, or security configurations.
Category: Dump
Privileges: Administrator
MitreID: T1005
@ -29,7 +29,7 @@ Full_Path:
- Path: C:\Windows\System32\wevtutil.exe
- Path: C:\Windows\SysWOW64\wevtutil.exe
Code_Sample:
- Code:
- Code: https://example.com/sample-code
Detection:
- IOC: Use of wevtutil cl in command-line logs.
- IOC: Multiple wevtutil qe commands targeting specific Event IDs.