Azure Event Grid Access Key
Description
General
-
Documentation: https://learn.microsoft.com/en-us/azure/event-grid/authenticate-with-access-keys-shared-access-signatures
-
Summary: Azure Event Grid Access Keys are used to authorize clients to publish events to an Azure Event Grid topic.
-
IPs allowlist: See Configure Firewall
-
Scopes: Access keys only allow access to event publishing.
Revoke the secret
The keys can be managed on the topic or domain's Keys tab.
Check for suspicious activity
This feature is not supported.
Details for Azure event grid access key
-
Family: credentials
-
Category: data_storage
-
Company: Microsoft
-
High recall: False
-
Validity check available: False
-
Analyzer available: False
-
Minimum number of matches: 1
-
Occurrences found for one million commits: 0.82
-
Prefixed: False
-
PreValidators:
- type: ContentWhitelistPreValidator
patterns:
- event[_-]?grid
- aeg-sas-key
Examples
- text: EventGrid__TopicKey=h+hDRjRV5ix+o9FOsJccB8zQQ2cEGwHUM+BBS6TMTTbCYCDRHeXdzQ/lg0FpG1NajC8NPGDVrjzqAqD5eM93
apikey: h+hDRjRV5ix+o9FOsJccB8zQQ2cEGwHUM+BBS6TMTTbCYCDRHeXdzQ/lg0FpG1NajC8NPGDVrjzqAqD5eM93
- text: '{aeg-sas-key: h+hDRjRV5ix+o9FOsJccB8zQQ2cEGwHUM+BBS6TMTTbCYCDRHeXdzQ/lg0FpG1NajC8NPGDVrjzqAqD5eM93}'
apikey: h+hDRjRV5ix+o9FOsJccB8zQQ2cEGwHUM+BBS6TMTTbCYCDRHeXdzQ/lg0FpG1NajC8NPGDVrjzqAqD5eM93
- text: |
topicKey=+IDq6YLhwstys9FkYzeaDnLK7FME0DuKQxnBxL9Qg+E=
{aeg-sas-key: topicKey}
apikey: +IDq6YLhwstys9FkYzeaDnLK7FME0DuKQxnBxL9Qg+E=
Details for Azure event grid access key with host
-
Family: credentials
-
Category: data_storage
-
Company: Microsoft
-
High recall: False
-
Validity check available: True
-
Analyzer available: False
-
On-premise instances exist: False
-
Only valid secrets raise an alert: False
-
Minimum number of matches: 2
-
Occurrences found for one million commits: 0.7
-
Prefixed: False
-
PreValidators:
- type: ContentWhitelistPreValidator
patterns:
- eventgrid\.azure\.net
Examples
- text: |
EventGrid__TopicKey=h+hDRjRV5ix+o9FOsJccB8zQQ2cEGwHUM+BBS6TMTTbCYCDRHeXdzQ/lg0FpG1NajC8NPGDVrjzqAqD5eM93
EventGrid__TopicEndpoint=https://mytopic.myregion-1.eventgrid.azure.net/api/events
apikey: h+hDRjRV5ix+o9FOsJccB8zQQ2cEGwHUM+BBS6TMTTbCYCDRHeXdzQ/lg0FpG1NajC8NPGDVrjzqAqD5eM93
host: https://mytopic.myregion-1.eventgrid.azure.net/api/events
- text: |
{aeg-sas-key: h+hDRjRV5ix+o9FOsJccB8zQQ2cEGwHUM+BBS6TMTTbCYCDRHeXdzQ/lg0FpG1NajC8NPGDVrjzqAqD5eM93}
URL=https://mytopic.myregion-1.eventgrid.azure.net/api/events
apikey: h+hDRjRV5ix+o9FOsJccB8zQQ2cEGwHUM+BBS6TMTTbCYCDRHeXdzQ/lg0FpG1NajC8NPGDVrjzqAqD5eM93
host: https://mytopic.myregion-1.eventgrid.azure.net/api/events
- text: |
topicKey=+IDq6YLhwstys9FkYzeaDnLK7FME0DuKQxnBxL9Qg+E=
topicEndpoint=https://mytopic.myregion-1.eventgrid.azure.net/api/events
apikey: +IDq6YLhwstys9FkYzeaDnLK7FME0DuKQxnBxL9Qg+E=
host: https://mytopic.myregion-1.eventgrid.azure.net/api/events