LoFP LoFP / legitimate usage of the big ip rest api to execute command for administration purposes

Techniques

Sample rules

F5 BIG-IP iControl Rest API Command Execution - Webserver

Description

Detects POST requests to the F5 BIG-IP iControl Rest API “bash” endpoint, which allows the execution of commands on the BIG-IP

Detection logic

condition: selection
selection:
  cs-method: POST
  cs-uri-query|endswith: /mgmt/tm/util/bash

F5 BIG-IP iControl Rest API Command Execution - Proxy

Description

Detects POST requests to the F5 BIG-IP iControl Rest API “bash” endpoint, which allows the execution of commands on the BIG-IP

Detection logic

condition: selection
selection:
  c-uri|endswith: /mgmt/tm/util/bash
  cs-method: POST