save progress
This commit is contained in:
17
offline/rules/secrets/sources/slack-token.json
Normal file
17
offline/rules/secrets/sources/slack-token.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "stellaops.secrets.slack-token",
|
||||
"version": "1.0.0",
|
||||
"name": "Slack Token",
|
||||
"description": "Detects Slack Bot, User, and Webhook tokens",
|
||||
"type": "regex",
|
||||
"pattern": "xox[baprs]-[0-9]{10,13}-[0-9]{10,13}[a-zA-Z0-9-]*",
|
||||
"severity": "high",
|
||||
"confidence": "high",
|
||||
"keywords": ["xoxb-", "xoxa-", "xoxp-", "xoxr-", "xoxs-", "slack"],
|
||||
"filePatterns": ["*.yml", "*.yaml", "*.json", "*.env", "*.properties", "*.sh", "*.bash", "*.config"],
|
||||
"enabled": true,
|
||||
"tags": ["slack", "messaging", "credentials", "token"],
|
||||
"references": [
|
||||
"https://api.slack.com/authentication/token-types"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user