Azure AI API keys listed from previously unseen application
Set up the azure integration.
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、
お気軽にご連絡ください。
Goal
Detect when a previously unseen application lists keys for Azure AI and ML services.
Strategy
Monitor Azure activity logs for when a previously unseen application lists keys for Azure AI and ML services. This may indicate an attacker listing keys with compromised Azure tokens through the Azure CLI, direct web requests, or other tooling. Compromised keys may be used in attacks such as LLM hijacking (LLMjacking).
Triage and response
- Verify if the user or service principal is expected to be working with Azure AI and ML services, and if they are using these services outside of available web portals.
- Use the value
{{@identity.claims.appid}}
in the Enterprise Application section of Microsoft Entra to gather further context about the application used.
- If the activity is not expected, investigate activity around the user and IP generating this event.