Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

F5 ASM signature version

malakibrahim
Nimbostratus
Nimbostratus

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

1 REPLY 1

Erik_Novak
F5 Employee
F5 Employee

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.