We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05bfee0 + 6d7427f commit 817d656Copy full SHA for 817d656
Snaffler/SnaffRules/DefaultRules/FileRules/Keep/Infrastructure/VirtualMachines/KeepVMDisksByExtension.toml
@@ -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