← Back to SOC feed Coverage →

insider-threat-detection-queries (4)

kql MEDIUM Azure-Sentinel
DeviceEvents
huntingmicrosoftofficial
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at Azure-Sentinel →
Retrieved: 2026-05-23T03:15:01Z · Confidence: medium

Hunt Hypothesis

Intent:

KQL Query

//Secondary Query
//This eventtype exists, but seems to be a bit noisy
DeviceEvents
| where ActionType startswith "ScreenshotTaken"

Analytic Rule Definition

id: 1b6d19d5-c1f9-43b0-8db6-1c44c3c965b3
name: insider-threat-detection-queries (4)
description: |
  Intent:
  - Use MTP capability to look for insider threat potential risk indicators
  - Indicators would then serve as the building block for insider threat risk modeling in subsequent tools
  Definition of Insider Threat:
  "The potential for an individual who has or had authorized access to an organization's assets to use their access, either maliciously or unintentionally, to act in a way that could negatively affect the organization."
  This collection of queries describes the different indicators that could be used to model and look for patterns suggesting an increased risk of an individual becoming a potential insider threat.
  Note: no single indicator should be used as a lone determinant of insider threat activity, but should be part of an overall program to understand the increased risk to your organization's critical assets. This in turn is used to feed an investigation by a formal insider threat program to look at the context associated with the whole person to understand the implication of a set of indicators.
requiredDataConnectors:
- connectorId: MicrosoftThreatProtection
  dataTypes:
  - DeviceEvents
tactics:
- Initial access
- Persistence
- Exfiltration
query: |
  //Secondary Query
  //This eventtype exists, but seems to be a bit noisy
  DeviceEvents
  | where ActionType startswith "ScreenshotTaken"

Required Data Sources

Sentinel TableNotes
DeviceEventsEnsure this data connector is enabled

False Positive Guidance

MITRE ATT&CK Context

References

Original source: https://github.com/Azure/Azure-Sentinel/blob/main/Hunting Queries/Microsoft 365 Defender/General queries/insider-threat-detection-queries (4).yaml