Advertisement
Guest User

Untitled

a guest
May 19th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. # Signature Detection
  2. preprocessor sfportscan:\
  3. proto { all } \
  4. scan_type { all } \
  5. sense_level { high } \
  6. logfile { portscan.log }
  7.  
  8.  
  9.  
  10. # Some additional pre-processor things
  11. preprocessor stream5_global: track_tcp yes, \
  12. track_udp yes, \
  13. track_icmp no, \
  14. max_tcp 262144, \
  15. max_udp 131072, \
  16. max_active_responses 2, \
  17. min_response_seconds 5
  18. preprocessor stream5_tcp: policy windows, detect_anomalies, require_3whs 180, \
  19. overlap_limit 10, small_segments 3 bytes 150, timeout 180, \
  20. ports client 21 22 23 25 42 53 70 79 109 110 111 113 119 135 136 137 139 143 \
  21. 161 445 513 514 587 593 691 1433 1521 1741 2100 3306 6070 6665 6666 6667 6668 6669 \
  22. 7000 8181 32770 32771 32772 32773 32774 32775 32776 32777 32778 32779, \
  23. ports both 80 81 82 83 84 85 86 87 88 89 90 110 311 383 443 465 563 591 593 631 636 901 989 992 993 994 995 1220 1414 1830 2301 2381 2809 3037 3057 3128 3443 3702 4343 4848 5250 6080 6988 7907 7000 7001 7144 7145 7510 7802 7777 7779 \
  24. 7801 7900 7901 7902 7903 7904 7905 7906 7908 7909 7910 7911 7912 7913 7914 7915 7916 \
  25. 7917 7918 7919 7920 8000 8008 8014 8028 8080 8085 8088 8090 8118 8123 8180 8222 8243 8280 8300 8500 8800 8888 8899 9000 9060 9080 9090 9091 9443 9999 10000 11371 34443 34444 41080 50000 50002 55555
  26. preprocessor stream5_udp: timeout 180
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement