Discord Webhook URL
Description
General
- Documentation: https://discord.com/developers/docs/resources/webhook
- Summary: Discord is an instant messaging and VoIP application.Discord webhooks enables to send messages to channels from other services with a simple HTTP POST requests to the webhook url.
- IPs allowlist: Discord webhooks does not support IPs restrictions.
- Scopes: Discord webhooks are limited to a given channel.
Revoke the secret
To delete the webhooks, go to the channel settings then the "Webhooks" sections. The webhooks will be listed here.
Check for suspicious activity
A webhook usage can be tracked with the messages sent to the corresponding channel.
Details for Discord webhook url
Family: Api
Category: Messaging system
Company: Discord
High recall: True
Validity check available: True
On-premise instances exist: False
Only valid secrets raise an alert: False
Minimum number of matches: 1
Occurrences found for one million commits: 5.24
Prefixed: True
PreValidators:
- type: ContentWhitelistPreValidator
patterns:
- api/webhooks/
Examples
- text: |
webhooks: {
'my-super-awesome-hook':
'https://discordapp.com/api/webhooks/363115391473680395/91nFHPPElzPRPS7RIYhTbCBS5I2yzCwpMO-_z9FCGb_cK4P4e74-bwOJGbNTNiZixPum'
}
apikey: discordapp.com/api/webhooks/363115391473680395/91nFHPPElzPRPS7RIYhTbCBS5I2yzCwpMO-_z9FCGb_cK4P4e74-bwOJGbNTNiZixPum
- text: |
webhooks: {
'chat':
'https://discord.com/api/webhooks/363115391473680395/91nFHPPElzPRPS7RIYhTbCBS5I2yzCwpMO-_z9FCGb_cK4P4e74-bwOJGbNTNiZixPum'
}
apikey: discord.com/api/webhooks/363115391473680395/91nFHPPElzPRPS7RIYhTbCBS5I2yzCwpMO-_z9FCGb_cK4P4e74-bwOJGbNTNiZixPum
# Fat-fingered secret
- text: |
Xhttps://discord.com/api/webhooks/363115391473680395/91nFHPPElzPRPS7RIYhTbCBS5I2yzCwpMO-_z9FCGb_cK4P4e74-bwOJGbNTNiZixPum
apikey: discord.com/api/webhooks/363115391473680395/91nFHPPElzPRPS7RIYhTbCBS5I2yzCwpMO-_z9FCGb_cK4P4e74-bwOJGbNTNiZixPum