Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions nursery/search-for-file-via-searchpath.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
rule:
meta:
name: search for file via SearchPath
Comment thread
mike-hunhoff marked this conversation as resolved.
Outdated
namespace: host-interaction/file-system
authors:
- "@w3lld1"
scopes:
static: instruction
dynamic: call
att&ck:
- Discovery::File and Directory Discovery [T1083]
references:
- https://learn.microsoft.com/en-us/windows/win32/api/processenv/nf-processenv-searchpatha
Comment thread
mike-hunhoff marked this conversation as resolved.
Outdated
- https://learn.microsoft.com/en-us/windows/win32/api/processenv/nf-processenv-searchpathw
Comment thread
mike-hunhoff marked this conversation as resolved.
Outdated
features:
- or:
- api: kernel32.SearchPath
Comment thread
mike-hunhoff marked this conversation as resolved.
Outdated