EXPLORE
← Back to Explore
sigmalowHunting

Connection Proxy

Detects setting proxy configuration

MITRE ATT&CK

defense-evasioncommand-and-control

Detection Query

selection:
  CommandLine|contains:
    - http_proxy=
    - https_proxy=
condition: selection

Author

Ömer Günal

Created

2020-06-17

Data Sources

linuxProcess Creation Events

Platforms

linux

Tags

attack.defense-evasionattack.command-and-controlattack.t1090
Raw Content
title: Connection Proxy
id: 72f4ab3f-787d-495d-a55d-68c2ff46cf4c
status: test
description: Detects setting proxy configuration
author: Ömer Günal
date: 2020-06-17
modified: 2022-10-05
tags:
    - attack.defense-evasion
    - attack.command-and-control
    - attack.t1090
logsource:
    product: linux
    category: process_creation
detection:
    selection:
        CommandLine|contains:
            - 'http_proxy='
            - 'https_proxy='
    condition: selection
falsepositives:
    - Legitimate administration activities
level: low