Linux Process Creation: curl Exfiltration from Malicious NPM Package Webhook.site

Alerts on Linux curl command lines using -d to send data to a specific webhook.site endpoint, consistent with exfiltration.

FreeReviewedSigma · High · v5
Product
linux
Category
process_creation
Author
Swachchhanda Shrawan Poudel (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2025-09-24
Updated
2026-07-31
title: "Linux Process Creation: curl Exfiltration from Malicious NPM Package Webhook.site"
id: 8908a692-7df9-4519-8ba8-e86fab3491b7
status: experimental
description: This rule flags Linux process creation events where the executed command is curl and includes data-posting arguments (-d) targeting a specific webhook.site URL. Such behavior is consistent with attackers exfiltrating collected data from a compromised environment to an external endpoint. The detection relies on process execution telemetry capturing the image path and command-line contents, including the presence of curl, -d, and the exact webhook URL.
references:
  - https://www.getsafety.com/blog-posts/shai-hulud-npm-attack
  - https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2025/Malware/Shai-Hulud/proc_creation_lnx_mal_shai_hululd_exfiltration.yml
author: Swachchhanda Shrawan Poudel (Nextron Systems), Huntrule Team
date: 2025-09-24
tags:
  - attack.exfiltration
  - attack.t1041
  - attack.collection
  - attack.t1005
  - detection.emerging-threats
logsource:
  category: process_creation
  product: linux
detection:
  selection:
    Image|endswith: /curl
    CommandLine|contains|all:
      - curl
      - -d
      - webhook.site/bb8ca5f6-4175-45d2-b042-fc9ebb8170b7
  condition: selection
falsepositives:
  - Unlikely
level: high
license: DRL-1.1
related:
  - id: efd2eb09-b72e-4a61-8dc7-b1382a1e8983
    type: derived