Windows File Events: Detect ds7002*.lnk, .pdf, and .zip Indicators
Flags Windows file events with target filenames containing ds7002.lnk, ds7002.pdf, or ds7002.zip.
FreeReviewedSigma · Critical · v5
- Product
- windows
- Category
- file_event
- Author
- @41thexplorer (SigmaHQ), DRL 1.1
- Published
- 2018-11-20
- Updated
- 2026-07-31
ATT&CK techniques
Defense EvasionRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags Windows file events where the target filename contains ds7002.lnk, ds7002.pdf, or ds7002.zip. Such filename indicators can help identify phishing delivery or follow-on staging artifacts used by attackers. The detection relies on Windows file-event telemetry that includes the target filename for created/opened files.
Reporting behind it
- twitter.comhttps://twitter.com/DrunkBinary/status/1063075530180886529
- mandiant.comhttps://www.mandiant.com/resources/blog/not-so-cozy-an-uncomfortable-examination-of-a-suspected-apt29-phishing-campaign
- github.comhttps://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2018/TA/APT29-CozyBear/file_event_win_apt_cozy_bear_phishing_campaign_indicators.yml
Changelog
v5- v5Candidate ingested via manual entry.2026-07-31
- v4Candidate ingested via manual entry.2026-07-31
- v3Candidate ingested via manual entry.2026-07-31
- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
windows-file-event-indicators-for-ds7002-lnk-ds7002-pdf-and-ds7002-zip-3a3f81ca
title: "Windows File Events: Detect ds7002*.lnk, .pdf, and .zip Indicators"
id: 4d5b9d7a-3fb6-4f39-aa55-f4706f2e767c
related:
- id: 7453575c-a747-40b9-839b-125a0aae324b
type: derived
- id: 3a3f81ca-652c-482b-adeb-b1c804727f74
type: derived
status: stable
description: This rule flags Windows file events where the target filename contains ds7002.lnk, ds7002.pdf, or ds7002.zip. Such filename indicators can help identify phishing delivery or follow-on staging artifacts used by attackers. The detection relies on Windows file-event telemetry that includes the target filename for created/opened files.
references:
- https://twitter.com/DrunkBinary/status/1063075530180886529
- https://www.mandiant.com/resources/blog/not-so-cozy-an-uncomfortable-examination-of-a-suspected-apt29-phishing-campaign
- https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2018/TA/APT29-CozyBear/file_event_win_apt_cozy_bear_phishing_campaign_indicators.yml
author: "@41thexplorer, Huntrule Team"
date: 2018-11-20
modified: 2023-02-20
tags:
- attack.stealth
- attack.t1218.011
- detection.emerging-threats
logsource:
product: windows
category: file_event
detection:
selection:
TargetFilename|contains:
- ds7002.lnk
- ds7002.pdf
- ds7002.zip
condition: selection
falsepositives:
- Unlikely
level: critical
license: DRL-1.1