Skip to content

Commit

Permalink
fix 'set-system-properties' for 'install driver'
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Feb 14, 2024
1 parent acc7fab commit a67e2f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
7 changes: 7 additions & 0 deletions host-interaction/driver/install-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ rule:
- Hardware::Install Driver [C0037]
examples:
- af60700383b75727f5256a0000c1476f:0x1127E
references:
- https://www.geoffchappell.com/studies/windows/km/ntoskrnl/api/ex/sysinfo/set.htm
features:
- or:
- api: ntdll.NtLoadDriver
- api: ZwLoadDriver
- and:
- number: 38 = SystemLoadAndCallImage
- or:
- api: NtSetSystemInformation
- api: ZwSetSystemInformation
17 changes: 0 additions & 17 deletions nursery/set-system-properties.yml

This file was deleted.

0 comments on commit a67e2f3

Please sign in to comment.