Windows curl.exe Process Creation

Alerts on execution of curl.exe on Windows, which may indicate remote downloads or web requests.

FreeReviewedSigma · Low · v5
Product
windows
Category
process_creation
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2022-07-05
Updated
2026-07-31
title: Windows curl.exe Process Creation
id: fb3d7012-b801-4224-af08-380766334a10
related:
  - id: e218595b-bbe7-4ee5-8a96-f32a24ad3468
    type: derived
  - id: bbeaed61-1990-4773-bf57-b81dbad7db2d
    type: derived
status: test
description: This rule matches the creation of a process whose image ends with \curl.exe on Windows. Attackers may use curl to download files from remote locations or make HTTP/S requests as part of command-and-control or staging. Detection relies on Windows process creation telemetry that records the launched executable path and command execution events.
references:
  - https://web.archive.org/web/20200128160046/https://twitter.com/reegun21/status/1222093798009790464
  - https://github.com/SigmaHQ/sigma/blob/master/rules-threat-hunting/windows/process_creation/proc_creation_win_curl_execution.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2022-07-05
modified: 2023-02-21
tags:
  - attack.command-and-control
  - attack.t1105
  - detection.threat-hunting
logsource:
  category: process_creation
  product: windows
detection:
  selection:
    - Image|endswith: \curl.exe
    - Product: The curl executable
  condition: selection
falsepositives:
  - Scripts created by developers and admins
  - Administrative activity
level: low
license: DRL-1.1