mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-01-13 15:29:05 +01:00
Update Certutil
This commit is contained in:
parent
2166960d4e
commit
76d79ea479
@ -44,11 +44,19 @@ Commands:
|
|||||||
MitreID: T1140
|
MitreID: T1140
|
||||||
MitreLink: https://attack.mitre.org/wiki/Technique/T1140
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1140
|
||||||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
||||||
|
- Command: certutil --decodehex encoded_hexadecimal_InputFileName
|
||||||
|
Description: Command to decode a hexadecimal-encoded file decodedOutputFileName
|
||||||
|
Usecase: Decode files to evade defensive measures
|
||||||
|
Category: Decode
|
||||||
|
Privileges: User
|
||||||
|
MitreID: T1140
|
||||||
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1140
|
||||||
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
||||||
Full_Path:
|
Full_Path:
|
||||||
- Path: C:\Windows\System32\certutil.exe
|
- Path: C:\Windows\System32\certutil.exe
|
||||||
- Path: C:\Windows\SysWOW64\certutil.exe
|
- Path: C:\Windows\SysWOW64\certutil.exe
|
||||||
Code_Sample:
|
Code_Sample:
|
||||||
- Code:
|
- Code:546573745f62795f4c696f72(example of the encoded hexadecimal file)
|
||||||
Detection:
|
Detection:
|
||||||
- IOC: Certutil.exe creating new files on disk
|
- IOC: Certutil.exe creating new files on disk
|
||||||
- IOC: Useragent Microsoft-CryptoAPI/10.0
|
- IOC: Useragent Microsoft-CryptoAPI/10.0
|
||||||
@ -64,4 +72,5 @@ Acknowledgement:
|
|||||||
Handle: '@Moriarty_Meng'
|
Handle: '@Moriarty_Meng'
|
||||||
- Person: egre55
|
- Person: egre55
|
||||||
Handle: '@egre55'
|
Handle: '@egre55'
|
||||||
|
- Person: Lior Adar
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user