APT_PY_ESXi_Backdoor_Dec22
Description
Detects Python backdoor found on ESXi servers
Query · yara
strings:
$x1 = "cmd = str(base64.b64decode(encoded_cmd), " ascii
$x2 = "sh -i 2>&1 | nc %s %s > /tmp/" ascii
condition:
filesize < 10KB and 1 of them or all of them