security bot-defense signatureΒΆ

security bot-defense signature(1)			BIG-IP TMSH Manual			 security bot-defense signature(1)

NAME
       signature - Configures the Bot Defense Signatures.

MODULE
       security dos

SYNTAX
       Configure the signature component within the security bot-defense module using the syntax shown in the following sections.

   CREATE/MODIFY
	create signature [string]
	modify signature [name]
	  options:
	    category [name]
	    domains [none | add | delete | replace-all-with] { [string] ... }
	    risk [high | low | medium]
	    rule [string]
	    signature-references [string]
	    url {
		match-type [contains | regexp]
		search-string [string]
	    }
	    user-agent {
		match-type [contains | regexp]
		search-string [string]
	    }

   DISPLAY
	list signature

   DELETE
	delete signature [name]

DESCRIPTION
       You can use the signature component to create, modify, display, or delete a Bot Defense Signature.

EXAMPLES
       create signature my_signature

       Creates a custom Bot Defense Signature named my_signature with initial settings.

       list signature

       Displays the properties of all Bot Defense Signatures.

OPTIONS
       category
	    Specifies the Bot category to which the Bot signature belongs.

       domains
	    Specifies the domain names from which the client has to come for the respective signature. Required for signatures of
	    the Trusted Bot class, optional for others

       risk Specifies the risk from Bot detected by the signature. The possible values are high, low and medium.

       rule Specifies the signature matching rule in Snort-like format. Advanced alternative to the User-Agent/URL search strings.

       signature-references
	    Specifies references to resources on the signature.

       url  Specifies the bot signature's URL matching rule. The following options are available:

	    match-type
		 Specifies how the URL search string is matched: simple substring or regexp match. The possible values are
		 contains or regexp.

	    search-string
		 Specifies the string to be matched to the URL string in order for the singature to be detected.

       user-agent
	    Specifies the bot signature's User-Agent matching rule. The following options are available:

	    match-type
		 Specifies how the User-Agent search string is matched: simple substring or regexp match. The possible values are
		 contains or regexp.

	    search-string
		 Specifies the string to be matched to the User-Agent string in order for the singature to be detected.

SEE ALSO
       edit, list, modify, security, security dos, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or by any means, electronic or mechanical, including
       photocopying, recording, or information storage and retrieval systems, for any purpose other than the purchaser's personal
       use, without the express written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2008-2014, 2018. All rights reserved.

BIG-IP							    2018-10-20				 security bot-defense signature(1)