]> git.ipfire.org Git - ipfire-2.x.git/blob - config/suricata/suricata.yaml
suricata: Drop sections that require Rust
[ipfire-2.x.git] / config / suricata / suricata.yaml
1 %YAML 1.1
2 ---
3
4 ##
5 ## IPFire specific configuration file - an untouched example configuration
6 ## can be found in suricata-example.yaml.
7 ##
8
9 vars:
10 address-groups:
11 # Include HOME_NET declaration from external file.
12 include: /var/ipfire/suricata/suricata-homenet.yaml
13
14 EXTERNAL_NET: "!$HOME_NET"
15 #EXTERNAL_NET: "any"
16
17 HTTP_SERVERS: "$HOME_NET"
18 SMTP_SERVERS: "$HOME_NET"
19 SQL_SERVERS: "$HOME_NET"
20 DNS_SERVERS: "$HOME_NET"
21 TELNET_SERVERS: "$HOME_NET"
22 AIM_SERVERS: "$EXTERNAL_NET"
23 DNP3_SERVER: "$HOME_NET"
24 DNP3_CLIENT: "$HOME_NET"
25 MODBUS_CLIENT: "$HOME_NET"
26 MODBUS_SERVER: "$HOME_NET"
27 ENIP_CLIENT: "$HOME_NET"
28 ENIP_SERVER: "$HOME_NET"
29
30 port-groups:
31 HTTP_PORTS: "80"
32 SHELLCODE_PORTS: "!80"
33 ORACLE_PORTS: 1521
34 SSH_PORTS: "[22,222]"
35 DNP3_PORTS: 20000
36 MODBUS_PORTS: 502
37 FILE_DATA_PORTS: "[$HTTP_PORTS,110,143]"
38 FTP_PORTS: 21
39
40 ##
41 ## Ruleset specific options.
42 ##
43 default-rule-path: /var/lib/suricata
44 rule-files:
45 # Include enabled ruleset files from external file.
46 include: /var/ipfire/suricata/suricata-used-rulefiles.yaml
47
48 classification-file: /var/lib/suricata/classification.config
49 reference-config-file: /var/lib/suricata/reference.config
50 threshold-file: /var/lib/suricata/threshold.config
51
52
53 ##
54 ## Logging options.
55 ##
56 default-log-dir: /var/log/suricata/
57
58 # global stats configuration
59 stats:
60 enabled: yes
61 # The interval field (in seconds) controls at what interval
62 # the loggers are invoked.
63 interval: 8
64
65 # Configure the type of alert (and other) logging you would like.
66 outputs:
67 # a line based alerts log similar to Snort's fast.log
68 - fast:
69 enabled: yes
70 filename: fast.log
71 append: yes
72 #filetype: regular # 'regular', 'unix_stream' or 'unix_dgram'
73
74 # Stats.log contains data from various counters of the suricata engine.
75 - stats:
76 enabled: yes
77 filename: stats.log
78 append: no # append to file (yes) or overwrite it (no)
79 totals: yes # stats for all threads merged together
80 threads: no # per thread stats
81 #null-values: yes # print counters that have value 0
82
83 logging:
84 # The default log level, can be overridden in an output section.
85 # Note that debug level logging will only be emitted if Suricata was
86 # compiled with the --enable-debug configure option.
87 #
88 # This value is overriden by the SC_LOG_LEVEL env var.
89 default-log-level: notice
90
91 # A regex to filter output. Can be overridden in an output section.
92 # Defaults to empty (no filter).
93 #
94 # This value is overriden by the SC_LOG_OP_FILTER env var.
95 default-output-filter:
96
97 # Define your logging outputs. If none are defined, or they are all
98 # disabled you will get the default - console output.
99 outputs:
100 - console:
101 enabled: no
102 # type: json
103 - file:
104 enabled: no
105 level: info
106 filename: /var/log/suricata/suricata.log
107 # type: json
108 - syslog:
109 enabled: yes
110 facility: local5
111 format: "[%i] <%d> -- "
112 # type: json
113
114 ##
115 ## Netfilter configuration
116 ##
117
118 nfq:
119 mode: repeat
120 repeat-mark: 16
121 repeat-mask: 16
122 # bypass-mark: 1
123 # bypass-mask: 1
124 # route-queue: 2
125 # batchcount: 20
126 fail-open: yes
127
128 ##
129 ## Step 5: App Layer Protocol Configuration
130 ##
131
132 # Configure the app-layer parsers. The protocols section details each
133 # protocol.
134 #
135 # The option "enabled" takes 3 values - "yes", "no", "detection-only".
136 # "yes" enables both detection and the parser, "no" disables both, and
137 # "detection-only" enables protocol detection only (parser disabled).
138 app-layer:
139 protocols:
140 tls:
141 enabled: yes
142 detection-ports:
143 dp: "[443,444,465,993,995]"
144
145 # Completely stop processing TLS/SSL session after the handshake
146 # completed. If bypass is enabled this will also trigger flow
147 # bypass. If disabled (the default), TLS/SSL session is still
148 # tracked for Heartbleed and other anomalies.
149 #no-reassemble: yes
150 dcerpc:
151 enabled: yes
152 ftp:
153 enabled: yes
154 ssh:
155 enabled: yes
156 smtp:
157 enabled: yes
158 # Configure SMTP-MIME Decoder
159 mime:
160 # Decode MIME messages from SMTP transactions
161 # (may be resource intensive)
162 # This field supercedes all others because it turns the entire
163 # process on or off
164 decode-mime: yes
165
166 # Decode MIME entity bodies (ie. base64, quoted-printable, etc.)
167 decode-base64: yes
168 decode-quoted-printable: yes
169
170 # Maximum bytes per header data value stored in the data structure
171 # (default is 2000)
172 header-value-depth: 2000
173
174 # Extract URLs and save in state data structure
175 extract-urls: yes
176 # Set to yes to compute the md5 of the mail body. You will then
177 # be able to journalize it.
178 body-md5: no
179 # Configure inspected-tracker for file_data keyword
180 inspected-tracker:
181 content-limit: 100000
182 content-inspect-min-size: 32768
183 content-inspect-window: 4096
184 imap:
185 enabled: yes
186 msn:
187 enabled: yes
188 smb:
189 enabled: yes
190 detection-ports:
191 dp: 139, 445
192 # smb2 detection is disabled internally inside the engine.
193 #smb2:
194 # enabled: yes
195 dns:
196 # memcaps. Globally and per flow/state.
197 #global-memcap: 16mb
198 #state-memcap: 512kb
199
200 # How many unreplied DNS requests are considered a flood.
201 # If the limit is reached, app-layer-event:dns.flooded; will match.
202 #request-flood: 500
203
204 tcp:
205 enabled: yes
206 detection-ports:
207 dp: "[53,853]"
208 udp:
209 enabled: yes
210 detection-ports:
211 dp: "[53,853]"
212 http:
213 enabled: yes
214 # memcap: 64mb
215
216 # default-config: Used when no server-config matches
217 # personality: List of personalities used by default
218 # request-body-limit: Limit reassembly of request body for inspection
219 # by http_client_body & pcre /P option.
220 # response-body-limit: Limit reassembly of response body for inspection
221 # by file_data, http_server_body & pcre /Q option.
222 # double-decode-path: Double decode path section of the URI
223 # double-decode-query: Double decode query section of the URI
224 # response-body-decompress-layer-limit:
225 # Limit to how many layers of compression will be
226 # decompressed. Defaults to 2.
227 #
228 # server-config: List of server configurations to use if address matches
229 # address: List of ip addresses or networks for this block
230 # personalitiy: List of personalities used by this block
231 # request-body-limit: Limit reassembly of request body for inspection
232 # by http_client_body & pcre /P option.
233 # response-body-limit: Limit reassembly of response body for inspection
234 # by file_data, http_server_body & pcre /Q option.
235 # double-decode-path: Double decode path section of the URI
236 # double-decode-query: Double decode query section of the URI
237 #
238 # uri-include-all: Include all parts of the URI. By default the
239 # 'scheme', username/password, hostname and port
240 # are excluded. Setting this option to true adds
241 # all of them to the normalized uri as inspected
242 # by http_uri, urilen, pcre with /U and the other
243 # keywords that inspect the normalized uri.
244 # Note that this does not affect http_raw_uri.
245 # Also, note that including all was the default in
246 # 1.4 and 2.0beta1.
247 #
248 # meta-field-limit: Hard size limit for request and response size
249 # limits. Applies to request line and headers,
250 # response line and headers. Does not apply to
251 # request or response bodies. Default is 18k.
252 # If this limit is reached an event is raised.
253 #
254 # Currently Available Personalities:
255 # Minimal, Generic, IDS (default), IIS_4_0, IIS_5_0, IIS_5_1, IIS_6_0,
256 # IIS_7_0, IIS_7_5, Apache_2
257 libhtp:
258 default-config:
259 personality: IDS
260
261 # Can be specified in kb, mb, gb. Just a number indicates
262 # it's in bytes.
263 request-body-limit: 100kb
264 response-body-limit: 100kb
265
266 # inspection limits
267 request-body-minimal-inspect-size: 32kb
268 request-body-inspect-window: 4kb
269 response-body-minimal-inspect-size: 40kb
270 response-body-inspect-window: 16kb
271
272 # response body decompression (0 disables)
273 response-body-decompress-layer-limit: 2
274
275 # auto will use http-body-inline mode in IPS mode, yes or no set it statically
276 http-body-inline: auto
277
278 # Take a random value for inspection sizes around the specified value.
279 # This lower the risk of some evasion technics but could lead
280 # detection change between runs. It is set to 'yes' by default.
281 #randomize-inspection-sizes: yes
282 # If randomize-inspection-sizes is active, the value of various
283 # inspection size will be choosen in the [1 - range%, 1 + range%]
284 # range
285 # Default value of randomize-inspection-range is 10.
286 #randomize-inspection-range: 10
287
288 # decoding
289 double-decode-path: no
290 double-decode-query: no
291
292 server-config:
293
294 #- apache:
295 # address: [192.168.1.0/24, 127.0.0.0/8, "::1"]
296 # personality: Apache_2
297 # # Can be specified in kb, mb, gb. Just a number indicates
298 # # it's in bytes.
299 # request-body-limit: 4096
300 # response-body-limit: 4096
301 # double-decode-path: no
302 # double-decode-query: no
303
304 #- iis7:
305 # address:
306 # - 192.168.0.0/24
307 # - 192.168.10.0/24
308 # personality: IIS_7_0
309 # # Can be specified in kb, mb, gb. Just a number indicates
310 # # it's in bytes.
311 # request-body-limit: 4096
312 # response-body-limit: 4096
313 # double-decode-path: no
314 # double-decode-query: no
315
316 # Note: Modbus probe parser is minimalist due to the poor significant field
317 # Only Modbus message length (greater than Modbus header length)
318 # And Protocol ID (equal to 0) are checked in probing parser
319 # It is important to enable detection port and define Modbus port
320 # to avoid false positive
321 modbus:
322 # How many unreplied Modbus requests are considered a flood.
323 # If the limit is reached, app-layer-event:modbus.flooded; will match.
324 #request-flood: 500
325
326 enabled: no
327 detection-ports:
328 dp: 502
329 # According to MODBUS Messaging on TCP/IP Implementation Guide V1.0b, it
330 # is recommended to keep the TCP connection opened with a remote device
331 # and not to open and close it for each MODBUS/TCP transaction. In that
332 # case, it is important to set the depth of the stream reassembling as
333 # unlimited (stream.reassembly.depth: 0)
334
335 # Stream reassembly size for modbus. By default track it completely.
336 stream-depth: 0
337
338 # DNP3
339 dnp3:
340 enabled: no
341 detection-ports:
342 dp: 20000
343
344 # SCADA EtherNet/IP and CIP protocol support
345 enip:
346 enabled: no
347 detection-ports:
348 dp: 44818
349 sp: 44818
350
351 # Limit for the maximum number of asn1 frames to decode (default 256)
352 asn1-max-frames: 256
353
354
355 ##############################################################################
356 ##
357 ## Advanced settings below
358 ##
359 ##############################################################################
360
361 # Suricata core dump configuration. Limits the size of the core dump file to
362 # approximately max-dump. The actual core dump size will be a multiple of the
363 # page size. Core dumps that would be larger than max-dump are truncated. On
364 # Linux, the actual core dump size may be a few pages larger than max-dump.
365 # Setting max-dump to 0 disables core dumping.
366 # Setting max-dump to 'unlimited' will give the full core dump file.
367 # On 32-bit Linux, a max-dump value >= ULONG_MAX may cause the core dump size
368 # to be 'unlimited'.
369
370 coredump:
371 max-dump: unlimited
372
373 # If suricata box is a router for the sniffed networks, set it to 'router'. If
374 # it is a pure sniffing setup, set it to 'sniffer-only'.
375 # If set to auto, the variable is internally switch to 'router' in IPS mode
376 # and 'sniffer-only' in IDS mode.
377 # This feature is currently only used by the reject* keywords.
378 host-mode: auto
379
380 # Number of packets preallocated per thread. The default is 1024. A higher number
381 # will make sure each CPU will be more easily kept busy, but may negatively
382 # impact caching.
383 max-pending-packets: 1024
384
385 # Runmode the engine should use. Please check --list-runmodes to get the available
386 # runmodes for each packet acquisition method. Defaults to "autofp" (auto flow pinned
387 # load balancing).
388 #runmode: autofp
389
390 # Specifies the kind of flow load balancer used by the flow pinned autofp mode.
391 #
392 # Supported schedulers are:
393 #
394 # round-robin - Flows assigned to threads in a round robin fashion.
395 # active-packets - Flows assigned to threads that have the lowest number of
396 # unprocessed packets (default).
397 # hash - Flow alloted usihng the address hash. More of a random
398 # technique. Was the default in Suricata 1.2.1 and older.
399 #
400 #autofp-scheduler: active-packets
401
402 # Preallocated size for packet. Default is 1514 which is the classical
403 # size for pcap on ethernet. You should adjust this value to the highest
404 # packet size (MTU + hardware header) on your system.
405 default-packet-size: 1514
406
407 # Unix command socket can be used to pass commands to suricata.
408 # An external tool can then connect to get information from suricata
409 # or trigger some modifications of the engine. Set enabled to yes
410 # to activate the feature. In auto mode, the feature will only be
411 # activated in live capture mode. You can use the filename variable to set
412 # the file name of the socket.
413 unix-command:
414 enabled: no
415 #filename: custom.socket
416
417 # Magic file. The extension .mgc is added to the value here.
418 #magic-file: /usr/share/file/magic
419 #magic-file:
420
421 legacy:
422 uricontent: enabled
423
424 ##
425 ## Detection settings
426 ##
427
428 # Set the order of alerts bassed on actions
429 # The default order is pass, drop, reject, alert
430 # action-order:
431 # - pass
432 # - drop
433 # - reject
434 # - alert
435
436 # IP Reputation
437 #reputation-categories-file: /etc/suricata/iprep/categories.txt
438 #default-reputation-path: /etc/suricata/iprep
439 #reputation-files:
440 # - reputation.list
441
442 # When run with the option --engine-analysis, the engine will read each of
443 # the parameters below, and print reports for each of the enabled sections
444 # and exit. The reports are printed to a file in the default log dir
445 # given by the parameter "default-log-dir", with engine reporting
446 # subsection below printing reports in its own report file.
447 engine-analysis:
448 # enables printing reports for fast-pattern for every rule.
449 rules-fast-pattern: yes
450 # enables printing reports for each rule
451 rules: yes
452
453 #recursion and match limits for PCRE where supported
454 pcre:
455 match-limit: 3500
456 match-limit-recursion: 1500
457
458 ##
459 ## Advanced Traffic Tracking and Reconstruction Settings
460 ##
461
462 # Host specific policies for defragmentation and TCP stream
463 # reassembly. The host OS lookup is done using a radix tree, just
464 # like a routing table so the most specific entry matches.
465 host-os-policy:
466 # Make the default policy windows.
467 windows: [0.0.0.0/0]
468 bsd: []
469 bsd-right: []
470 old-linux: []
471 linux: []
472 old-solaris: []
473 solaris: []
474 hpux10: []
475 hpux11: []
476 irix: []
477 macos: []
478 vista: []
479 windows2k3: []
480
481 # Defrag settings:
482
483 defrag:
484 memcap: 32mb
485 hash-size: 65536
486 trackers: 65535 # number of defragmented flows to follow
487 max-frags: 65535 # number of fragments to keep (higher than trackers)
488 prealloc: yes
489 timeout: 60
490
491 # Enable defrag per host settings
492 # host-config:
493 #
494 # - dmz:
495 # timeout: 30
496 # address: [192.168.1.0/24, 127.0.0.0/8, 1.1.1.0/24, 2.2.2.0/24, "1.1.1.1", "2.2.2.2", "::1"]
497 #
498 # - lan:
499 # timeout: 45
500 # address:
501 # - 192.168.0.0/24
502 # - 192.168.10.0/24
503 # - 172.16.14.0/24
504
505 # Flow settings:
506 # By default, the reserved memory (memcap) for flows is 32MB. This is the limit
507 # for flow allocation inside the engine. You can change this value to allow
508 # more memory usage for flows.
509 # The hash-size determine the size of the hash used to identify flows inside
510 # the engine, and by default the value is 65536.
511 # At the startup, the engine can preallocate a number of flows, to get a better
512 # performance. The number of flows preallocated is 10000 by default.
513 # emergency-recovery is the percentage of flows that the engine need to
514 # prune before unsetting the emergency state. The emergency state is activated
515 # when the memcap limit is reached, allowing to create new flows, but
516 # prunning them with the emergency timeouts (they are defined below).
517 # If the memcap is reached, the engine will try to prune flows
518 # with the default timeouts. If it doens't find a flow to prune, it will set
519 # the emergency bit and it will try again with more agressive timeouts.
520 # If that doesn't work, then it will try to kill the last time seen flows
521 # not in use.
522 # The memcap can be specified in kb, mb, gb. Just a number indicates it's
523 # in bytes.
524
525 flow:
526 memcap: 128mb
527 hash-size: 65536
528 prealloc: 10000
529 emergency-recovery: 30
530 #managers: 1 # default to one flow manager
531 #recyclers: 1 # default to one flow recycler thread
532
533 # This option controls the use of vlan ids in the flow (and defrag)
534 # hashing. Normally this should be enabled, but in some (broken)
535 # setups where both sides of a flow are not tagged with the same vlan
536 # tag, we can ignore the vlan id's in the flow hashing.
537 vlan:
538 use-for-tracking: true
539
540 # Specific timeouts for flows. Here you can specify the timeouts that the
541 # active flows will wait to transit from the current state to another, on each
542 # protocol. The value of "new" determine the seconds to wait after a hanshake or
543 # stream startup before the engine free the data of that flow it doesn't
544 # change the state to established (usually if we don't receive more packets
545 # of that flow). The value of "established" is the amount of
546 # seconds that the engine will wait to free the flow if it spend that amount
547 # without receiving new packets or closing the connection. "closed" is the
548 # amount of time to wait after a flow is closed (usually zero). "bypassed"
549 # timeout controls locally bypassed flows. For these flows we don't do any other
550 # tracking. If no packets have been seen after this timeout, the flow is discarded.
551 #
552 # There's an emergency mode that will become active under attack circumstances,
553 # making the engine to check flow status faster. This configuration variables
554 # use the prefix "emergency-" and work similar as the normal ones.
555 # Some timeouts doesn't apply to all the protocols, like "closed", for udp and
556 # icmp.
557
558 flow-timeouts:
559
560 default:
561 new: 30
562 established: 300
563 closed: 0
564 bypassed: 100
565 emergency-new: 10
566 emergency-established: 100
567 emergency-closed: 0
568 emergency-bypassed: 50
569 tcp:
570 new: 60
571 established: 600
572 closed: 60
573 bypassed: 100
574 emergency-new: 5
575 emergency-established: 100
576 emergency-closed: 10
577 emergency-bypassed: 50
578 udp:
579 new: 30
580 established: 300
581 bypassed: 100
582 emergency-new: 10
583 emergency-established: 100
584 emergency-bypassed: 50
585 icmp:
586 new: 30
587 established: 300
588 bypassed: 100
589 emergency-new: 10
590 emergency-established: 100
591 emergency-bypassed: 50
592
593 # Stream engine settings. Here the TCP stream tracking and reassembly
594 # engine is configured.
595 #
596 # stream:
597 # memcap: 32mb # Can be specified in kb, mb, gb. Just a
598 # # number indicates it's in bytes.
599 # checksum-validation: yes # To validate the checksum of received
600 # # packet. If csum validation is specified as
601 # # "yes", then packet with invalid csum will not
602 # # be processed by the engine stream/app layer.
603 # # Warning: locally generated trafic can be
604 # # generated without checksum due to hardware offload
605 # # of checksum. You can control the handling of checksum
606 # # on a per-interface basis via the 'checksum-checks'
607 # # option
608 # prealloc-sessions: 2k # 2k sessions prealloc'd per stream thread
609 # midstream: false # don't allow midstream session pickups
610 # async-oneside: false # don't enable async stream handling
611 # inline: no # stream inline mode
612 # drop-invalid: yes # in inline mode, drop packets that are invalid with regards to streaming engine
613 # max-synack-queued: 5 # Max different SYN/ACKs to queue
614 # bypass: no # Bypass packets when stream.depth is reached
615 #
616 # reassembly:
617 # memcap: 64mb # Can be specified in kb, mb, gb. Just a number
618 # # indicates it's in bytes.
619 # depth: 1mb # Can be specified in kb, mb, gb. Just a number
620 # # indicates it's in bytes.
621 # toserver-chunk-size: 2560 # inspect raw stream in chunks of at least
622 # # this size. Can be specified in kb, mb,
623 # # gb. Just a number indicates it's in bytes.
624 # toclient-chunk-size: 2560 # inspect raw stream in chunks of at least
625 # # this size. Can be specified in kb, mb,
626 # # gb. Just a number indicates it's in bytes.
627 # randomize-chunk-size: yes # Take a random value for chunk size around the specified value.
628 # # This lower the risk of some evasion technics but could lead
629 # # detection change between runs. It is set to 'yes' by default.
630 # randomize-chunk-range: 10 # If randomize-chunk-size is active, the value of chunk-size is
631 # # a random value between (1 - randomize-chunk-range/100)*toserver-chunk-size
632 # # and (1 + randomize-chunk-range/100)*toserver-chunk-size and the same
633 # # calculation for toclient-chunk-size.
634 # # Default value of randomize-chunk-range is 10.
635 #
636 # raw: yes # 'Raw' reassembly enabled or disabled.
637 # # raw is for content inspection by detection
638 # # engine.
639 #
640 # segment-prealloc: 2048 # number of segments preallocated per thread
641 #
642 # check-overlap-different-data: true|false
643 # # check if a segment contains different data
644 # # than what we've already seen for that
645 # # position in the stream.
646 # # This is enabled automatically if inline mode
647 # # is used or when stream-event:reassembly_overlap_different_data;
648 # # is used in a rule.
649 #
650 stream:
651 memcap: 64mb
652 checksum-validation: yes # reject wrong csums
653 inline: auto # auto will use inline mode in IPS mode, yes or no set it statically
654 reassembly:
655 memcap: 256mb
656 depth: 1mb # reassemble 1mb into a stream
657 toserver-chunk-size: 2560
658 toclient-chunk-size: 2560
659 randomize-chunk-size: yes
660 #randomize-chunk-range: 10
661 #raw: yes
662 #segment-prealloc: 2048
663 #check-overlap-different-data: true
664
665 # Host table:
666 #
667 # Host table is used by tagging and per host thresholding subsystems.
668 #
669 host:
670 hash-size: 4096
671 prealloc: 1000
672 memcap: 32mb
673
674 # IP Pair table:
675 #
676 # Used by xbits 'ippair' tracking.
677 #
678 #ippair:
679 # hash-size: 4096
680 # prealloc: 1000
681 # memcap: 32mb
682
683 # Decoder settings
684
685 decoder:
686 # Teredo decoder is known to not be completely accurate
687 # it will sometimes detect non-teredo as teredo.
688 teredo:
689 enabled: true
690
691
692 ##
693 ## Performance tuning and profiling
694 ##
695
696 # The detection engine builds internal groups of signatures. The engine
697 # allow us to specify the profile to use for them, to manage memory on an
698 # efficient way keeping a good performance. For the profile keyword you
699 # can use the words "low", "medium", "high" or "custom". If you use custom
700 # make sure to define the values at "- custom-values" as your convenience.
701 # Usually you would prefer medium/high/low.
702 #
703 # "sgh mpm-context", indicates how the staging should allot mpm contexts for
704 # the signature groups. "single" indicates the use of a single context for
705 # all the signature group heads. "full" indicates a mpm-context for each
706 # group head. "auto" lets the engine decide the distribution of contexts
707 # based on the information the engine gathers on the patterns from each
708 # group head.
709 #
710 # The option inspection-recursion-limit is used to limit the recursive calls
711 # in the content inspection code. For certain payload-sig combinations, we
712 # might end up taking too much time in the content inspection code.
713 # If the argument specified is 0, the engine uses an internally defined
714 # default limit. On not specifying a value, we use no limits on the recursion.
715 detect:
716 profile: high
717 custom-values:
718 toclient-groups: 3
719 toserver-groups: 25
720 sgh-mpm-context: auto
721 inspection-recursion-limit: 3000
722 # If set to yes, the loading of signatures will be made after the capture
723 # is started. This will limit the downtime in IPS mode.
724 #delayed-detect: yes
725
726 prefilter:
727 # default prefiltering setting. "mpm" only creates MPM/fast_pattern
728 # engines. "auto" also sets up prefilter engines for other keywords.
729 # Use --list-keywords=all to see which keywords support prefiltering.
730 default: mpm
731
732 # the grouping values above control how many groups are created per
733 # direction. Port whitelisting forces that port to get it's own group.
734 # Very common ports will benefit, as well as ports with many expensive
735 # rules.
736 grouping:
737 #tcp-whitelist: 53, 80, 139, 443, 445, 1433, 3306, 3389, 6666, 6667, 8080
738 #udp-whitelist: 53, 135, 5060
739
740 profiling:
741 # Log the rules that made it past the prefilter stage, per packet
742 # default is off. The threshold setting determines how many rules
743 # must have made it past pre-filter for that rule to trigger the
744 # logging.
745 #inspect-logging-threshold: 200
746 grouping:
747 dump-to-disk: false
748 include-rules: false # very verbose
749 include-mpm-stats: false
750
751 # Select the multi pattern algorithm you want to run for scan/search the
752 # in the engine.
753 #
754 # The supported algorithms are:
755 # "ac" - Aho-Corasick, default implementation
756 # "ac-bs" - Aho-Corasick, reduced memory implementation
757 # "ac-cuda" - Aho-Corasick, CUDA implementation
758 # "ac-ks" - Aho-Corasick, "Ken Steele" variant
759 # "hs" - Hyperscan, available when built with Hyperscan support
760 #
761 # The default mpm-algo value of "auto" will use "hs" if Hyperscan is
762 # available, "ac" otherwise.
763 #
764 # The mpm you choose also decides the distribution of mpm contexts for
765 # signature groups, specified by the conf - "detect.sgh-mpm-context".
766 # Selecting "ac" as the mpm would require "detect.sgh-mpm-context"
767 # to be set to "single", because of ac's memory requirements, unless the
768 # ruleset is small enough to fit in one's memory, in which case one can
769 # use "full" with "ac". Rest of the mpms can be run in "full" mode.
770 #
771 # There is also a CUDA pattern matcher (only available if Suricata was
772 # compiled with --enable-cuda: b2g_cuda. Make sure to update your
773 # max-pending-packets setting above as well if you use b2g_cuda.
774
775 mpm-algo: auto
776
777 # Select the matching algorithm you want to use for single-pattern searches.
778 #
779 # Supported algorithms are "bm" (Boyer-Moore) and "hs" (Hyperscan, only
780 # available if Suricata has been built with Hyperscan support).
781 #
782 # The default of "auto" will use "hs" if available, otherwise "bm".
783
784 spm-algo: auto
785
786 # Suricata is multi-threaded. Here the threading can be influenced.
787 threading:
788 set-cpu-affinity: no
789 # Tune cpu affinity of threads. Each family of threads can be bound
790 # on specific CPUs.
791 #
792 # These 2 apply to the all runmodes:
793 # management-cpu-set is used for flow timeout handling, counters
794 # worker-cpu-set is used for 'worker' threads
795 #
796 # Additionally, for autofp these apply:
797 # receive-cpu-set is used for capture threads
798 # verdict-cpu-set is used for IPS verdict threads
799 #
800 cpu-affinity:
801 - management-cpu-set:
802 cpu: [ 0 ] # include only these cpus in affinity settings
803 - receive-cpu-set:
804 cpu: [ 0 ] # include only these cpus in affinity settings
805 - worker-cpu-set:
806 cpu: [ "all" ]
807 mode: "exclusive"
808 # Use explicitely 3 threads and don't compute number by using
809 # detect-thread-ratio variable:
810 # threads: 3
811 prio:
812 low: [ 0 ]
813 medium: [ "1-2" ]
814 high: [ 3 ]
815 default: "medium"
816 #- verdict-cpu-set:
817 # cpu: [ 0 ]
818 # prio:
819 # default: "high"
820 #
821 # By default Suricata creates one "detect" thread per available CPU/CPU core.
822 # This setting allows controlling this behaviour. A ratio setting of 2 will
823 # create 2 detect threads for each CPU/CPU core. So for a dual core CPU this
824 # will result in 4 detect threads. If values below 1 are used, less threads
825 # are created. So on a dual core CPU a setting of 0.5 results in 1 detect
826 # thread being created. Regardless of the setting at a minimum 1 detect
827 # thread will always be created.
828 #
829 detect-thread-ratio: 1.0