Suspicious Execution of F5 BIG-IP iControl Rest API Command - Webserver (via webserver)
This rule detects POST requests to the F5 BIG-IP iControl Rest API "bash" endpoint, which enables the execution of commands on the BIG-IP
SigmamediumWebv1
sigma
suspicious-execution-of-f5-big-ip-icontrol-rest-api-command-webserver-via-webserver
title: Suspicious Execution of F5 BIG-IP iControl Rest API Command - Webserver (via webserver)
id: bd72cf5b-705b-5804-98e4-83fb083133ea
status: stable
description: This rule detects POST requests to the F5 BIG-IP iControl Rest API "bash" endpoint, which enables the execution of commands on the BIG-IP
references:
- https://attack.mitre.org/techniques/T1190/
- https://f5-sdk.readthedocs.io/en/latest/apidoc/f5.bigip.tm.util.html#module-f5.bigip.tm.util.bash
- https://community.f5.com/t5/technical-forum/icontrolrest-11-5-execute-bash-command/td-p/203029
- https://community.f5.com/t5/technical-forum/running-bash-commands-via-rest-api/td-p/272516
author: Huntrule Team
date: 2026-05-29
tags:
- attack.execution
- attack.t1190
- attack.initial-access
logsource:
category: webserver
detection:
selection:
cs-method: 'POST'
cs-uri-query|endswith: '/mgmt/tm/util/bash'
condition: 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.