mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 23:37:58 +01:00
Update Wmic.yml (#355)
This commit is contained in:
parent
9ee5548623
commit
9b1a98794b
@ -41,6 +41,13 @@ Commands:
|
|||||||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
||||||
Tags:
|
Tags:
|
||||||
- Execute: WSH
|
- Execute: WSH
|
||||||
|
- Command: wmic.exe datafile where "Name='C:\\windows\\system32\\calc.exe'" call Copy "C:\\users\\public\\calc.exe"
|
||||||
|
Description: Copy file from source to destination.
|
||||||
|
Usecase: Copy file.
|
||||||
|
Category: Copy
|
||||||
|
Privileges: User
|
||||||
|
MitreID: T1105
|
||||||
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
||||||
Full_Path:
|
Full_Path:
|
||||||
- Path: C:\Windows\System32\wbem\wmic.exe
|
- Path: C:\Windows\System32\wbem\wmic.exe
|
||||||
- Path: C:\Windows\SysWOW64\wbem\wmic.exe
|
- Path: C:\Windows\SysWOW64\wbem\wmic.exe
|
||||||
@ -60,6 +67,7 @@ Detection:
|
|||||||
- IOC: Wmic retrieving scripts from remote system/Internet location
|
- IOC: Wmic retrieving scripts from remote system/Internet location
|
||||||
- IOC: DotNet CLR libraries loaded into wmic.exe
|
- IOC: DotNet CLR libraries loaded into wmic.exe
|
||||||
- IOC: DotNet CLR Usage Log - wmic.exe.log
|
- IOC: DotNet CLR Usage Log - wmic.exe.log
|
||||||
|
- IOC: wmiprvse.exe writing files
|
||||||
Resources:
|
Resources:
|
||||||
- Link: https://stackoverflow.com/questions/24658745/wmic-how-to-use-process-call-create-with-a-specific-working-directory
|
- Link: https://stackoverflow.com/questions/24658745/wmic-how-to-use-process-call-create-with-a-specific-working-directory
|
||||||
- Link: https://subt0x11.blogspot.no/2018/04/wmicexe-whitelisting-bypass-hacking.html
|
- Link: https://subt0x11.blogspot.no/2018/04/wmicexe-whitelisting-bypass-hacking.html
|
||||||
@ -67,3 +75,5 @@ Resources:
|
|||||||
Acknowledgement:
|
Acknowledgement:
|
||||||
- Person: Casey Smith
|
- Person: Casey Smith
|
||||||
Handle: '@subtee'
|
Handle: '@subtee'
|
||||||
|
- Person: Avihay Eldad
|
||||||
|
Handle: '@AvihayEldad'
|
||||||
|
Loading…
Reference in New Issue
Block a user