Skip to content

Commit

Permalink
New patterns added
Browse files Browse the repository at this point in the history
  • Loading branch information
k4ch0w committed Sep 8, 2017
1 parent 9fdfe59 commit a45811d
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions patterns/new.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[
{
"highFalsePositive": "false",
"value": "(\\n[a-z0-9_\\-]+[:;\\|][a-z0-9_\\-]+){10,}",
"description": "Secret",
"secretType": "fileContentRegex"
},
{
"highFalsePositive": "false",
"value": "(api|secret)key\\s*[\\=]+",
"description": "API secret key",
"secretType": "fileContentRegex"
},
{
"highFalsePositive": "false",
"value": "BEGIN:VCALENDAR",
"description": "iCalender",
"secretType": "fileContentLiteral"
},
{
"highFalsePositive": "false",
"value": "\\s*[a-z0-9\\-_]*secret[key]+\\s*[:=]+\\s*[\"']\\S+[\"']",
"description": "secret key",
"secretType": "fileContentRegex"
},
{
"highFalsePositive": "false",
"value": "^[a-z0-9]+:[a-z0-9]{13}$",
"description": "HtPasswds",
"secretType": "fileContentRegex"
},
{
"highFalsePositive": "false",
"value": "secret\\s*[\\=]+",
"description": "Secret finder",
"secretType": "fileContentRegex"
}
]

0 comments on commit a45811d

Please sign in to comment.