-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add delete drive layout via ioctl (#878)
- Loading branch information
1 parent
48dfd00
commit f50b80d
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
rule: | ||
meta: | ||
name: delete drive layout via IOCTL | ||
namespace: impact/wipe-disk | ||
authors: | ||
- [email protected] | ||
scopes: | ||
static: basic block | ||
dynamic: thread | ||
att&ck: | ||
- Impact::Disk Wipe::Disk Structure Wipe [T1561.002] | ||
mbc: | ||
- Impact::Disk Wipe [F0014] | ||
references: | ||
- https://www.crowdstrike.com/blog/the-anatomy-of-wiper-malware-part-3/ | ||
- http://www.ioctls.net/ | ||
- https://tyleo.github.io/sharedlib/doc/winapi/winioctl/constant.IOCTL_DISK_DELETE_DRIVE_LAYOUT.html | ||
examples: | ||
- 36cc72c55f572fe02836f25516d18fed1de768e7f29af7bdf469b52a3fe2531f:0x401090 | ||
features: | ||
- and: | ||
- or: | ||
- api: DeviceIoControl | ||
- characteristic: indirect call | ||
- number: 0x7c100 = IOCTL_DISK_DELETE_DRIVE_LAYOUT |