Skip to content

Commit 751e822

Browse files
authored
Update DotnetDumper.yaml (Velocidex#1264)
Added additional import selection to cover IIS assemblies
1 parent f890189 commit 751e822

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

content/exchange/artifacts/DotnetDumper.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ parameters:
4444
type: regex
4545
- name: EncodeKey
4646
default: infected
47+
description: password used when dumping assemblies to bypass AV detection
48+
type: hidden
4749
- name: UploadDmp
4850
type: bool
4951
description: |
@@ -64,7 +66,7 @@ sources:
6466
FROM Artifact.Windows.Memory.ProcessInfo(
6567
ProcessNameRegex=ProcessRegex,
6668
PidRegex=PidRegex)
67-
WHERE __PEInfo.Imports =~ 'mscoree' OR __PEInfo.Directories.DotNet_Directory
69+
WHERE __PEInfo.Imports =~ 'mscoree|iisutil|mscorwks|clr\.dll' OR __PEInfo.Directories.DotNet_Directory
6870
6971
LET fetch_x64 <= SELECT *
7072
FROM if(condition=processes.Type =~ "AMD64",

0 commit comments

Comments
 (0)