What problem does it solve? Security learners and SOC analysts often struggle to connect external threat intelligence to real endpoint telemetry. This Skill walks a learner through the full threat intelligence loop in Microsoft Sentinel: ingesting indicators, building a custom IOC Watchlist, and writing an analytics rule that fires when endpoints contact known-bad infrastructure. ## Core Features & Use Cases - TI Connector Setup: Enable the Microsoft Defender Threat Intelligence connector or a free TAXII feed (e.g., Anomali Limo) so indicators land in the ThreatIntelligenceIndicator table. - Manual Indicators & Watchlists: Add STIX indicators by hand and upload a CSV-based Watchlist queryable via _GetWatchlist(). - IOC Matching Analytics Rule: Write a KQL scheduled rule that unions TI indicators with Watchlist entries and joins them against DeviceNetworkEvents to generate incidents. - Use Case: A cybersecurity student triggers a test connection from an MDE-onboarded VM to a lab indicator IP, then watches a Sentinel incident appear with Host, IP, and Account entities populated. ## Quick Start Ask the Mentor to start the threat intelligence integration project and walk you through connecting a TAXII feed, creating a Watchlist, and building an IOC matching rule in Sentinel.