Windows ConfigSecurityPolicy.EXE Used for HTTP/FTP Arbitrary File Transfers
Alert when ConfigSecurityPolicy.exe runs with ftp/http/https URLs in the command line, indicating potential file transfer abuse.
- Product
- windows
- Category
- process_creation
- Author
- frack113 (SigmaHQ), DRL 1.1
- Published
- 2021-11-26
- Updated
- 2026-07-31
ATT&CK techniques
ExfiltrationRecon
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 process creation where ConfigSecurityPolicy.EXE is executed with HTTP or FTP URLs present in the command line, indicating potential arbitrary file upload or download behavior. Attackers may abuse this signed Windows Defender component to move files over the network as part of data exfiltration or staging. The detection relies on Windows process creation telemetry including Image/OriginalFileName and command-line contents.
Reporting behind it
Changelog
v2- 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.
title: Windows ConfigSecurityPolicy.EXE Used for HTTP/FTP Arbitrary File Transfers
id: 75a291b6-a9ea-459b-916e-9dc0cf6a1d4b
status: test
description: This rule flags process creation where ConfigSecurityPolicy.EXE is executed with HTTP or FTP URLs present in the command line, indicating potential arbitrary file upload or download behavior. Attackers may abuse this signed Windows Defender component to move files over the network as part of data exfiltration or staging. The detection relies on Windows process creation telemetry including Image/OriginalFileName and command-line contents.
references:
- https://lolbas-project.github.io/lolbas/Binaries/ConfigSecurityPolicy/
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_configsecuritypolicy_download_file.yml
author: frack113, Huntrule Team
date: 2021-11-26
modified: 2022-05-16
tags:
- attack.exfiltration
- attack.t1567
logsource:
category: process_creation
product: windows
detection:
selection_img:
- CommandLine|contains: ConfigSecurityPolicy.exe
- Image|endswith: \ConfigSecurityPolicy.exe
- OriginalFileName: ConfigSecurityPolicy.exe
selection_url:
CommandLine|contains:
- ftp://
- http://
- https://
condition: all of selection_*
falsepositives:
- Unknown
level: medium
license: DRL-1.1
related:
- id: 1f0f6176-6482-4027-b151-00071af39d7e
type: derived