EXPLORE
← Back to Explore
sigmahighHunting

File Download And Execution Via IEExec.EXE

Detects execution of the IEExec utility to download and execute files

MITRE ATT&CK

command-and-control

Detection Query

selection_img:
  - Image|endswith: \IEExec.exe
  - OriginalFileName: IEExec.exe
selection_cli:
  CommandLine|contains:
    - http://
    - https://
condition: all of selection_*

Author

Nasreddine Bencherchali (Nextron Systems)

Created

2022-05-16

Data Sources

windowsProcess Creation Events

Platforms

windows

Tags

attack.command-and-controlattack.t1105
Raw Content
title: File Download And Execution Via IEExec.EXE
id: 9801abb8-e297-4dbf-9fbd-57dde0e830ad
status: test
description: Detects execution of the IEExec utility to download and execute files
references:
    - https://lolbas-project.github.io/lolbas/Binaries/Ieexec/
author: Nasreddine Bencherchali (Nextron Systems)
date: 2022-05-16
modified: 2023-11-09
tags:
    - attack.command-and-control
    - attack.t1105
logsource:
    category: process_creation
    product: windows
detection:
    selection_img:
        - Image|endswith: '\IEExec.exe'
        - OriginalFileName: 'IEExec.exe'
    selection_cli:
        CommandLine|contains:
            - 'http://'
            - 'https://'
    condition: all of selection_*
falsepositives:
    - Unknown
level: high