Files
blue-team-tools/rules/linux/process_creation/proc_creation_lnx_curl_usage.yml
T

23 lines
737 B
YAML
Raw Normal View History

2022-09-16 09:22:57 +02:00
title: Curl Usage on Linux
id: ea34fb97-e2c4-4afb-810f-785e4459b194
status: test
2022-09-16 09:22:57 +02:00
description: Detects a curl process start on linux, which indicates a file download from a remote location or a simple web request to a remote server
references:
- https://www.trendmicro.com/en_us/research/22/i/how-malicious-actors-abuse-native-linux-tools-in-their-attacks.html
2023-02-01 11:14:59 +01:00
author: Nasreddine Bencherchali (Nextron Systems)
date: 2022-09-15
2022-10-25 08:53:44 +02:00
tags:
- attack.command-and-control
2022-10-25 08:53:44 +02:00
- attack.t1105
2022-09-16 09:22:57 +02:00
logsource:
category: process_creation
product: linux
detection:
selection:
2022-09-16 11:47:19 +02:00
Image|endswith: '/curl'
2022-09-16 09:22:57 +02:00
condition: selection
falsepositives:
- Scripts created by developers and admins
- Administrative activity
level: low