Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

malakibrahim's avatar
malakibrahim
Icon for Nimbostratus rankNimbostratus
Oct 21, 2020

F5 ASM signature version

is there any way to find the ASM signature database version via CLI ?

1 Reply

  • curl -ksu <admin>:<password> https://IP address of your BIG-IP/mgmt/tm/live-update/asm-attack-signatures/installations/ | jq -r '.items[] | "Load Time: \(.loadDateTime) Status: \(.status) Link: \(.updateFileReference.link)"'

     

    Run the above curl command and then look for the resulting "install-complete" link. You can paste that link into a browser and replace localhost with the IP address of your BIG-IP.