save progress
This commit is contained in:
17
offline/rules/secrets/sources/datadog-api-key.json
Normal file
17
offline/rules/secrets/sources/datadog-api-key.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "stellaops.secrets.datadog-api-key",
|
||||
"version": "1.0.0",
|
||||
"name": "Datadog API Key",
|
||||
"description": "Detects Datadog API keys",
|
||||
"type": "regex",
|
||||
"pattern": "(?i)(?:datadog[_-]?api[_-]?key|DD_API_KEY)['\"]?\\s*[:=]\\s*['\"]?([a-f0-9]{32})['\"]?",
|
||||
"severity": "high",
|
||||
"confidence": "medium",
|
||||
"keywords": ["DD_API_KEY", "datadog_api_key", "datadog"],
|
||||
"filePatterns": ["*.yml", "*.yaml", "*.json", "*.env", "*.properties", "*.config"],
|
||||
"enabled": true,
|
||||
"tags": ["datadog", "monitoring", "observability", "credentials", "api-key"],
|
||||
"references": [
|
||||
"https://docs.datadoghq.com/account_management/api-app-keys/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user