| Search Site |
| Search Rules |
| Account |
| not registered? |
| can't login? |
| user preferences |
|
|||||||||||||||||||||||
|
Next: Example Up: tag Previous: tag Contents Format
tag: <type>, <count>, <metric>, [direction]
Note, any packets that generate an alert will not be tagged. For example, it may seem that the following rule will tag the first 600 seconds of any packet involving 10.1.1.1. alert tcp any any <> any 10.1.1.1 (tag:host,600,seconds,src;) However, since the rule will fire on every packet involving 10.1.1.1, no packets will get tagged. The flowbits option would be useful here.
alert tcp any any <> any 10.1.1.1 (flowbits:isnotset,tagged;
flowbits:set,tagged; tag:host,600,seconds,src;)
Steven Sturges 2006-12-08 |
|||||||||||||||||||||||
|
|||||||||||||||||||||||