Skip to content

Commit

Permalink
Merge pull request #183 from re-fox/master
Browse files Browse the repository at this point in the history
Create read-virtual-disk.yml
  • Loading branch information
mr-tz authored Dec 2, 2020
2 parents 95d3192 + 1fb9aff commit 1fc46e7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions host-interaction/file-system/read/read-virtual-disk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
rule:
meta:
name: read virtual disk
namespace: host-interaction/file-system/read
author: "@_re_fox"
scope: function
references:
- https://github.com/vxunderground/VXUG-Papers/blob/main/Weaponizing%20Windows%20Virtualization/src.cpp
- https://github.com/vxunderground/VXUG-Papers/blob/main/Weaponizing%20Windows%20Virtualization/WeaponizingWindowsVirtualization.pdf
examples:
- 3265b2b0afc6d2ad0bdd55af8edb9b37:0x00410637
features:
- and:
- api: OpenVirtualDisk
- api: AttachVirtualDisk
- api: GetVirtualDiskPhysicalPath
- optional:
- and:
- number: 0xec984aec
- number: 0x47e9a0f9
- number: 0x41711f90
- number: 0x5b34665a

0 comments on commit 1fc46e7

Please sign in to comment.