2022-10-05 17:21:34 +02:00
|
|
|
title: Connection Proxy
|
|
|
|
|
id: 72f4ab3f-787d-495d-a55d-68c2ff46cf4c
|
|
|
|
|
status: test
|
|
|
|
|
description: Detects setting proxy configuration
|
2022-10-25 08:53:44 +02:00
|
|
|
author: Ömer Günal
|
2024-08-12 12:02:50 +02:00
|
|
|
date: 2020-06-17
|
|
|
|
|
modified: 2022-10-05
|
2022-10-25 08:53:44 +02:00
|
|
|
tags:
|
2024-08-12 12:02:50 +02:00
|
|
|
- attack.defense-evasion
|
2025-05-20 23:08:57 +02:00
|
|
|
- attack.command-and-control
|
2022-10-25 08:53:44 +02:00
|
|
|
- attack.t1090
|
2022-10-05 17:21:34 +02:00
|
|
|
logsource:
|
|
|
|
|
product: linux
|
|
|
|
|
category: process_creation
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
|
|
|
|
CommandLine|contains:
|
|
|
|
|
- 'http_proxy='
|
|
|
|
|
- 'https_proxy='
|
|
|
|
|
condition: selection
|
|
|
|
|
falsepositives:
|
|
|
|
|
- Legitimate administration activities
|
|
|
|
|
level: low
|