ltm rule command ANTIFRAUD alert bait signaturesΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



ANTIFRAUD::alert_bait_signatures
       Deprecated: For the trojan_bait alert: returns the bait signatures in
       an escaped base64 format.

SYNOPSIS
DESCRIPTION
       for the trojan_bait alert: returns the bait signatures in an escaped
       base64 format.

RETURN VALUE
       for the trojan_bait alert: returns the bait signatures in an escaped
       base64 format.

VALID DURING
       ANTIFRAUD_ALERT

EXAMPLES
	when ANTIFRAUD_ALERT {
			log local0. "Alert bait signatures: [ANTIFRAUD::alert_bait_signatures]."
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-12.0.0 --First introduced the command.  @BIGIP-13.0.0
       --Deprecated in favor of ANTIFRAUD::alert_min command.



BIG-IP				  2017-01-31			      iRule(1)