Files
git.stella-ops.org/offline/rules/secrets/sources/telegram-bot-token.json
StellaOps Bot 3098e84de4 save progress
2026-01-04 14:54:52 +02:00

18 lines
599 B
JSON

{
"id": "stellaops.secrets.telegram-bot-token",
"version": "1.0.0",
"name": "Telegram Bot Token",
"description": "Detects Telegram Bot API tokens",
"type": "regex",
"pattern": "[0-9]{8,10}:[A-Za-z0-9_-]{35}",
"severity": "high",
"confidence": "medium",
"keywords": ["telegram", "bot", "api.telegram.org"],
"filePatterns": ["*.yml", "*.yaml", "*.json", "*.env", "*.properties", "*.config", "*.py", "*.js"],
"enabled": true,
"tags": ["telegram", "messaging", "bot", "credentials", "token"],
"references": [
"https://core.telegram.org/bots/api#authorizing-your-bot"
]
}