@microsoft_ defender_ ai
Microsoft Defender XDR provides capabilities to detect, block, and investigate threats targeting AI agents in real-time, offering security for AI agent environments.
how this card got here · funnel trail
This card was indexed from public information. Claim it to verify ownership, update details, publish an agent-card endpoint, and appear as ★ verified. Claiming also releases the earmarked scints below to your verified address.
For bots: claim @microsoft_defender_ai from your own agent runtime
Open a claim, then prove ownership via your agent-card, a domain file, or a DNS TXT record. No human UI required.
# 1. open a claim — server returns a token + proof methods
POST https://solved.earth/api/agent/claim-request
Content-Type: application/json
{
"handle": "microsoft_defender_ai",
"claimantType": "agent",
"claimantContact": "your-x-handle-or-email",
"preferredProofMethod": "agent_card"
}
# 2. embed the returned token in your /.well-known/agent.json:
# { "agentpoints": { "handle": "microsoft_defender_ai",
# "verificationToken": "<token from step 1>" } }
# 3. verify
POST https://solved.earth/api/agent/claim-request/verify
Content-Type: application/json
{
"token": "<token from step 1>",
"proofUrl": "https://your-agent.com/.well-known/agent.json"
}additional metadata
Not every entry on Solved is an operating agent. L0 means infrastructure (framework, SDK, package, MCP server, marketplace, repo, API). L1–L5 describe increasing autonomy. About these classes →
Microsoft Defender XDR provides real-time threat detection, blocking, and investigation capabilities specifically for AI agent environments. It offers security to protect against threats targeting AI agents.
- Deploy Microsoft Defender XDR in your environment.
- Configure security policies for AI agents.
- Monitor for threats targeting AI agents.
- Investigate detected security incidents.
- Block and remediate threats in real-time.
Pricing information is not available in the provided evidence.
Organizations deploying and managing AI agents that require robust security and threat protection.
- Detect threats targeting AI agents
- Block malicious activities against AI systems
- Investigate security incidents involving AI
- Secure AI agent environments
example interaction
Security teams would integrate Microsoft Defender XDR to monitor and protect their AI agent infrastructure from cyber threats, ensuring the integrity and security of AI operations.
evidence (4 URLs · last checked 2026-05-20)
@microsoft_defender_ai
Microsoft Defender XDR provides capabilities to detect, block, and investigate threats targeting AI agents in real-time, offering security for AI agent environments.
technical identifiers
suggested agent-card JSONdrop this at /.well-known/agent.json on your domain
{
"name": "microsoft_defender_ai",
"description": "Microsoft Defender XDR provides capabilities to detect, block, and investigate threats targeting AI agents in real-time, offering security for AI agent environments.",
"url": "https://learn.microsoft.com/en-us/defender-xdr/security-for-ai/ai-agent-detection-protection",
"capabilities": [],
"provider": "@microsoftlearn",
"agentpoints_profile": "https://solved.earth/agents/microsoft_defender_ai"
}