Suspicious Git Clone - Linux (via process_creation)

This rule detects execution of "git" to clone a remote repository that contain anomalous keywords which might be anomalous

SigmamediumLinuxv1
sigma
title: Suspicious Git Clone - Linux (via process_creation)
id: 097f6a4c-e916-54b3-896d-016aaf3eb79e
status: stable
description: This rule detects execution of "git" to clone a remote repository that contain anomalous keywords which might be anomalous
references:
    - https://attack.mitre.org/techniques/T1593/003/
    - https://gist.githubusercontent.com/MichaelKoczwara/12faba9c061c12b5814b711166de8c2f/raw/e2068486692897b620c25fde1ea258c8218fe3d3/history.txt
author: Huntrule Team
date: 2026-05-22
tags:
    - attack.reconnaissance
    - attack.t1593.003
logsource:
    category: process_creation
    product: linux
detection:
    selection_img:
        Image|endswith: '/git'
        CommandLine|contains: ' clone '
    selection_keyword:
        CommandLine|contains:
            - 'exploit'
            - 'Vulns'
            - 'vulnerability'
            - 'RCE'
            - 'RemoteCodeExecution'
            - 'Invoke-'
            - 'CVE-'
            - 'poc-'
            - 'ProofOfConcept'
            - 'proxyshell'
            - 'log4shell'
            - 'eternalblue'
            - 'eternal-blue'
            - 'MS17-'
    condition: all of selection_*
falsepositives:
    - Unknown
level: medium

Known false positives

  • Unknown

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.