ltm rule command ASM deceptionΒΆ
iRule(1) BIG-IP TMSH Manual iRule(1)
ASM::deception
Mark a request as deceptive for further enforcement by asm
SYNOPSIS
ASM::deception
DESCRIPTION
Mark a request as deceptive for further enforcement by asm
Syntax
ASM::deception
RETURN VALUE
no return value
VALID DURING
ASM_REQUEST_DONE, ASM_REQUEST_VIOLATION
EXAMPLES
when ASM_REQUEST_DONE
{
ASM::deception
}
HINTS
SEE ALSO
CHANGE LOG
@BIGIP-15.0.0
--First introduced the command.
BIG-IP 2022-04-12 iRule(1)