← Back to SOC feed Coverage →

JNLP-File-Attachment

kql MEDIUM Azure-Sentinel
T1566
EmailAttachmentInfo
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-09T23:00:01Z · Confidence: medium

Hunt Hypothesis

The JNLP-File-Attachment rule detects the presence of Java Network Launch Protocol files, which are commonly used by adversaries to deliver malware through deceptive file attachments. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify potential phishing or malware delivery attempts that leverage uncommon file types to evade traditional detection mechanisms.

KQL Query

EmailAttachmentInfo
| where FileName endswith ".jnlp"

Analytic Rule Definition

id: b6392f39-a1f4-4ec8-8689-4cb9d28c295a
name: JNLP-File-Attachment
description: |
  JNLP file extensions are an uncommon file type often used to deliver malware.
description-detailed: |
  JNLP file extensions are an uncommon file type often used to deliver malware.
requiredDataConnectors:
- connectorId: MicrosoftThreatProtection
  dataTypes:
  - EmailAttachmentInfo
tactics:
- InitialAccess
relevantTechniques:
  - T1566
query: |
  EmailAttachmentInfo
  | where FileName endswith ".jnlp"
version: 1.0.0

Required Data Sources

Sentinel TableNotes
EmailAttachmentInfoEnsure this data connector is enabled

MITRE ATT&CK Context

References

False Positive Guidance

Original source: https://github.com/Azure/Azure-Sentinel/blob/main/Hunting Queries/Microsoft 365 Defender/Email and Collaboration Queries/Attachment/JNLP attachment.yaml