|
| 1 | +object service one |
| 2 | + description test one |
| 3 | + service tcp source eq 8000 destination eq 9000 |
| 4 | +object service two |
| 5 | + description test two |
| 6 | + service udp source eq 8000 destination gt 9000 |
| 7 | +object service three |
| 8 | + description test three |
| 9 | + service tcp source eq 8000 destination lt 9000 |
| 10 | +object service four |
| 11 | + description test four |
| 12 | + service tcp source eq 8000 destination range 9000 9999 |
| 13 | +object service five |
| 14 | + description test five |
| 15 | + service tcp source gt 8000 destination eq 9000 |
| 16 | +object service six |
| 17 | + description test six |
| 18 | + service udp source gt 8000 destination gt 9000 |
| 19 | +object service seven |
| 20 | + description test seven |
| 21 | + service tcp source gt 8000 destination lt 9000 |
| 22 | +object service eight |
| 23 | + description test eight |
| 24 | + service tcp source gt 8000 destination range 9000 9999 |
| 25 | +object service nine |
| 26 | + description test nine |
| 27 | + service tcp source lt 8000 destination eq 9000 |
| 28 | +object service ten |
| 29 | + description test ten |
| 30 | + service udp source lt 8000 destination gt 9000 |
| 31 | +object service eleven |
| 32 | + description test eleven |
| 33 | + service tcp source lt 8000 destination lt 9000 |
| 34 | +object service twelve |
| 35 | + description test twelve |
| 36 | + service tcp source lt 8000 destination range 9000 9999 |
| 37 | +object service thirteen |
| 38 | + description test thirteen |
| 39 | + service tcp source range 8000 8999 destination eq 9000 |
| 40 | +object service fourteen |
| 41 | + description test fourteen |
| 42 | + service udp source range 8000 8999 destination gt 9000 |
| 43 | +object service fifteen |
| 44 | + description test fifteen |
| 45 | + service tcp source range 8000 8999 destination lt 9000 |
| 46 | +object service sixteen |
| 47 | + description test sixteen |
| 48 | + service tcp source range 8000 8999 destination range 9000 9999 |
| 49 | +object service seventeen |
| 50 | + description test seventeen |
| 51 | + service tcp source eq 8000 |
| 52 | +object service eighteen |
| 53 | + description test eighteen |
| 54 | + service tcp source gt 8000 |
| 55 | +object service nineteen |
| 56 | + description test nineteen |
| 57 | + service udp source lt 8000 |
| 58 | +object service twenty |
| 59 | + description test twenty |
| 60 | + service tcp source range 8000 8999 |
| 61 | +object service twenty-one |
| 62 | + description test twenty-one |
| 63 | + service tcp destination eq 8000 |
| 64 | +object service twenty-two |
| 65 | + description test twenty-two |
| 66 | + service tcp destination gt 8000 |
| 67 | +object service twenty-three |
| 68 | + description test twenty-three |
| 69 | + service tcp destination lt 8000 |
| 70 | +object service twenty-four |
| 71 | + service udp destination range 8000 8999 |
| 72 | +object service twenty-five |
| 73 | + service tcp source range 1 1024 destination eq https |
| 74 | +object service twenty-six |
| 75 | + service tcp destination eq http |
| 76 | +object service twenty-seven |
| 77 | + service tcp source eq ssh |
| 78 | +object service twenty-eight |
| 79 | + service icmp echo |
| 80 | +object service twenty-nine |
| 81 | + service icmp |
| 82 | +object service thirty |
| 83 | + service icmp 9 16 |
| 84 | +object service thirty-one |
| 85 | + description Except for IRC-based botnet C&C traffic |
| 86 | + service tcp destination neq 6667 |
| 87 | +object service thirty-two |
| 88 | + description Numeric protocol |
| 89 | + service 137 |
0 commit comments