17 lines
307 B
YAML
17 lines
307 B
YAML
|
id: slack-webhook
|
||
|
|
||
|
info:
|
||
|
name: Slack Webhook
|
||
|
author: gaurang
|
||
|
severity: high
|
||
|
tags: keys,file
|
||
|
|
||
|
file:
|
||
|
- extensions:
|
||
|
- all
|
||
|
- txt
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "https://hooks.slack.com/services/T[0-9A-Za-z\\-_]{10}/B[0-9A-Za-z\\-_]{10}/[0-9A-Za-z\\-_]{23}"
|