Windows File Creation of .funksec Ransom Note Extension

Flags Windows file creations where the new filename ends with .funksec, consistent with FunkLocker-encrypted file naming.

FreeReviewedSigma · High · v5
Product
windows
Category
file_event
Author
Saiprashanth Pulisetti ( @Prashanthblogs) (SigmaHQ), DRL 1.1
Published
2025-08-08
Updated
2026-07-31
title: Windows File Creation of .funksec Ransom Note Extension
id: 797b51e7-eb21-43f6-ad6f-56384de4dcd3
status: experimental
description: This rule flags Windows file creation events where the target filename ends with the .funksec extension. Appending a distinctive extension to encrypted files is a common ransomware behavior that enables easy identification of affected data and can support extortion workflows. Detection relies on file event telemetry that captures the created/handled filename and allows suffix matching.
references:
  - https://www.broadcom.com/support/security-center/protection-bulletin/funksec-ransomware
  - https://www.pcrisk.com/removal-guides/31853-funklocker-funksec-ransomware
  - https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2025/Malware/file_event_win_malware_funklocker_ransomware_extension.yml
author: Saiprashanth Pulisetti ( @Prashanthblogs), Huntrule Team
date: 2025-08-08
tags:
  - attack.impact
  - attack.t1486
  - detection.emerging-threats
logsource:
  category: file_event
  product: windows
detection:
  selection:
    TargetFilename|endswith: .funksec
  condition: selection
falsepositives:
  - Unlikely
level: high
license: DRL-1.1
related:
  - id: 2c76a22b-702d-48fd-8fa9-e41e2fe203b3
    type: derived