Suspicious Execution of Renamed Microsoft Teams (via process_creation)

This rule detects the execution of a renamed Microsoft Teams binary.

SigmamediumWindowsv1
sigma
title: Suspicious Execution of Renamed Microsoft Teams (via process_creation)
id: 992e3364-9b52-5748-9bc2-d866bdb4086e
status: stable
description: This rule detects the execution of a renamed Microsoft Teams binary.
references:
    - Internal Research
author: Huntrule Team
date: 2026-04-12
tags:
    - attack.stealth
    - attack.defense-evasion
    - attack.t1036.003
logsource:
    category: process_creation
    product: windows
detection:
    selection:
        OriginalFileName:
            - 'msteams.exe'
            - 'teams.exe'
    filter_main_legit_names:
        Image|endswith:
            - '\msteams.exe'
            - '\teams.exe'
    condition: selection and not 1 of filter_main_*
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.