We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f890189 commit 751e822Copy full SHA for 751e822
1 file changed
content/exchange/artifacts/DotnetDumper.yaml
@@ -44,6 +44,8 @@ parameters:
44
type: regex
45
- name: EncodeKey
46
default: infected
47
+ description: password used when dumping assemblies to bypass AV detection
48
+ type: hidden
49
- name: UploadDmp
50
type: bool
51
description: |
@@ -64,7 +66,7 @@ sources:
64
66
FROM Artifact.Windows.Memory.ProcessInfo(
65
67
ProcessNameRegex=ProcessRegex,
68
PidRegex=PidRegex)
- WHERE __PEInfo.Imports =~ 'mscoree' OR __PEInfo.Directories.DotNet_Directory
69
+ WHERE __PEInfo.Imports =~ 'mscoree|iisutil|mscorwks|clr\.dll' OR __PEInfo.Directories.DotNet_Directory
70
71
LET fetch_x64 <= SELECT *
72
FROM if(condition=processes.Type =~ "AMD64",
0 commit comments