Skip to content

Commit 817d656

Browse files
authored
Merge pull request #183 from zaicurity/patch-1
Create KeepVMDisksByExtension.toml
2 parents 05bfee0 + 6d7427f commit 817d656

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[[ClassifierRules]]
2+
EnumerationScope = "FileEnumeration"
3+
RuleName = "KeepVMDisksByExtension"
4+
MatchAction = "Snaffle"
5+
Description = "Virtual Machine Disks can contain sensitive data or credentials."
6+
MatchLocation = "FileExtension"
7+
WordListType = "Exact"
8+
MatchLength = 0
9+
WordList = [
10+
"\\.vmdk",
11+
"\\.vdi",
12+
"\\.vhd",
13+
"\\.vhdx"]
14+
Triage = "Red"

0 commit comments

Comments
 (0)