Skip to content

Commit

Permalink
Update Wmic.yml (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
avihayeldad committed Sep 15, 2024
1 parent 9ee5548 commit 9b1a987
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions yml/OSBinaries/Wmic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ Commands:
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
Tags:
- 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:
- Path: C:\Windows\System32\wbem\wmic.exe
- Path: C:\Windows\SysWOW64\wbem\wmic.exe
Expand All @@ -60,10 +67,13 @@ Detection:
- IOC: Wmic retrieving scripts from remote system/Internet location
- IOC: DotNet CLR libraries loaded into wmic.exe
- IOC: DotNet CLR Usage Log - wmic.exe.log
- IOC: wmiprvse.exe writing files
Resources:
- 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://twitter.com/subTee/status/986234811944648707
Acknowledgement:
- Person: Casey Smith
Handle: '@subtee'
- Person: Avihay Eldad
Handle: '@AvihayEldad'

0 comments on commit 9b1a987

Please sign in to comment.