identity-threat-detect

Scan Azure AD sign-in logs to detect anomalous identity threat patterns.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/afoxnyc3/chelsea-piers-itops --skill identity-threat-detect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identity-threat-detect
Source: https://github.com/afoxnyc3/chelsea-piers-itops/tree/main/plugins/azure-security/skills/identity-threat-detect
Command: npx skills add https://github.com/afoxnyc3/chelsea-piers-itops --skill identity-threat-detect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you detect anomalous Azure AD sign-ins that may indicate account compromise by scanning for impossible travel, unfamiliar locations, and brute-force patterns.

Core Features & Use Cases

  • Anomaly Detection for Sign-ins: Flags impossible travel using time gaps and geographic changes, identifies unfamiliar locations based on historical baselines, and detects brute-force patterns from failed-attempt bursts.
  • Alert Correlation: Checks existing identity-related alerts to connect findings with known incidents.
  • Risk-Ranked Output: Produces a prioritized identity risk report with recommended actions for investigation and response.

Quick Start

Ask the skill to scan recent Azure AD identity threat signals for all users in the last 24 hours and return a ranked anomalies report.

Frequently Asked Questions about identity-threat-detect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect impossible travel and brute-force patterns in Azure AD sign-in logs?

To detect impossible travel and brute-force patterns in Azure AD sign-in logs, you need to correlate time gaps, geographic changes, and failed-attempt bursts. This process scans recent sign-in activity and matches anomalies against historical location baselines to flag risky authentications.

What is identity threat detection for Azure sign-in anomalies?

Identity threat detection for Azure sign-ins is the process of scanning logs for anomalous access patterns like impossible travel, unfamiliar locations, and brute-force behavior. It correlates these findings with existing identity alerts to produce a risk-ranked report for incident investigation.

How do I investigate risky Azure AD sign-ins for a specific user?

To investigate risky Azure AD sign-ins for a specific user, scan their recent authentication logs for impossible travel and brute-force patterns. The analysis retrieves sign-in logs and correlates them with existing identity alerts to generate a structured, risk-ranked output.

Can I scan the entire Azure AD population for identity threats over the last 24 hours?

Yes, you can scan the entire Azure AD population for identity threats over the last 24 hours. The scan retrieves recent sign-in logs across all users, identifies anomalous patterns like unfamiliar locations, and outputs a prioritized identity risk report.

How does alert correlation work when investigating Azure AD identity threats?

Alert correlation for Azure AD identity threats works by connecting detected sign-in anomalies with existing identity-related alerts. This checks known incidents during the investigation, matching patterns like impossible travel against current alerts to produce a prioritized response report.