2022-09-16 09:22:57 +02:00
|
|
|
title: Curl Usage on Linux
|
|
|
|
|
id: ea34fb97-e2c4-4afb-810f-785e4459b194
|
2023-10-17 14:35:26 +02:00
|
|
|
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)
|
2024-08-12 12:02:50 +02:00
|
|
|
date: 2022-09-15
|
2022-10-25 08:53:44 +02:00
|
|
|
tags:
|
2024-08-12 12:02:50 +02:00
|
|
|
- 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
|