]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/suricata/suricata.yaml
suricata: Fix syntax error
[people/pmueller/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: ""
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: 32mb
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: 512
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
418 magic-file: /usr/share/misc/magic.mgc
419
420 legacy:
421 uricontent: enabled
422
423 ##
424 ## Detection settings
425 ##
426
427 # Set the order of alerts bassed on actions
428 # The default order is pass, drop, reject, alert
429 # action-order:
430 # - pass
431 # - drop
432 # - reject
433 # - alert
434
435 # When run with the option --engine-analysis, the engine will read each of
436 # the parameters below, and print reports for each of the enabled sections
437 # and exit. The reports are printed to a file in the default log dir
438 # given by the parameter "default-log-dir", with engine reporting
439 # subsection below printing reports in its own report file.
440 engine-analysis:
441 # enables printing reports for fast-pattern for every rule.
442 rules-fast-pattern: yes
443 # enables printing reports for each rule
444 rules: yes
445
446 #recursion and match limits for PCRE where supported
447 pcre:
448 match-limit: 3500
449 match-limit-recursion: 1500
450
451 ##
452 ## Advanced Traffic Tracking and Reconstruction Settings
453 ##
454
455 # Host specific policies for defragmentation and TCP stream
456 # reassembly. The host OS lookup is done using a radix tree, just
457 # like a routing table so the most specific entry matches.
458 host-os-policy:
459 # Make the default policy windows.
460 windows: [0.0.0.0/0]
461 bsd: []
462 bsd-right: []
463 old-linux: []
464 linux: []
465 old-solaris: []
466 solaris: []
467 hpux10: []
468 hpux11: []
469 irix: []
470 macos: []
471 vista: []
472 windows2k3: []
473
474 # Defrag settings:
475
476 defrag:
477 memcap: 64mb
478 hash-size: 65536
479 trackers: 65535 # number of defragmented flows to follow
480 max-frags: 65535 # number of fragments to keep (higher than trackers)
481 prealloc: yes
482 timeout: 60
483
484 # Flow settings:
485 # By default, the reserved memory (memcap) for flows is 32MB. This is the limit
486 # for flow allocation inside the engine. You can change this value to allow
487 # more memory usage for flows.
488 # The hash-size determine the size of the hash used to identify flows inside
489 # the engine, and by default the value is 65536.
490 # At the startup, the engine can preallocate a number of flows, to get a better
491 # performance. The number of flows preallocated is 10000 by default.
492 # emergency-recovery is the percentage of flows that the engine need to
493 # prune before unsetting the emergency state. The emergency state is activated
494 # when the memcap limit is reached, allowing to create new flows, but
495 # prunning them with the emergency timeouts (they are defined below).
496 # If the memcap is reached, the engine will try to prune flows
497 # with the default timeouts. If it doens't find a flow to prune, it will set
498 # the emergency bit and it will try again with more agressive timeouts.
499 # If that doesn't work, then it will try to kill the last time seen flows
500 # not in use.
501 # The memcap can be specified in kb, mb, gb. Just a number indicates it's
502 # in bytes.
503
504 flow:
505 memcap: 256mb
506 hash-size: 65536
507 prealloc: 10000
508 emergency-recovery: 30
509 managers: 1
510 recyclers: 1
511
512 # This option controls the use of vlan ids in the flow (and defrag)
513 # hashing. Normally this should be enabled, but in some (broken)
514 # setups where both sides of a flow are not tagged with the same vlan
515 # tag, we can ignore the vlan id's in the flow hashing.
516 vlan:
517 use-for-tracking: true
518
519 # Specific timeouts for flows. Here you can specify the timeouts that the
520 # active flows will wait to transit from the current state to another, on each
521 # protocol. The value of "new" determine the seconds to wait after a hanshake or
522 # stream startup before the engine free the data of that flow it doesn't
523 # change the state to established (usually if we don't receive more packets
524 # of that flow). The value of "established" is the amount of
525 # seconds that the engine will wait to free the flow if it spend that amount
526 # without receiving new packets or closing the connection. "closed" is the
527 # amount of time to wait after a flow is closed (usually zero). "bypassed"
528 # timeout controls locally bypassed flows. For these flows we don't do any other
529 # tracking. If no packets have been seen after this timeout, the flow is discarded.
530 #
531 # There's an emergency mode that will become active under attack circumstances,
532 # making the engine to check flow status faster. This configuration variables
533 # use the prefix "emergency-" and work similar as the normal ones.
534 # Some timeouts doesn't apply to all the protocols, like "closed", for udp and
535 # icmp.
536
537 flow-timeouts:
538
539 default:
540 new: 30
541 established: 300
542 closed: 0
543 bypassed: 100
544 emergency-new: 10
545 emergency-established: 100
546 emergency-closed: 0
547 emergency-bypassed: 50
548 tcp:
549 new: 60
550 established: 600
551 closed: 60
552 bypassed: 100
553 emergency-new: 5
554 emergency-established: 100
555 emergency-closed: 10
556 emergency-bypassed: 50
557 udp:
558 new: 30
559 established: 300
560 bypassed: 100
561 emergency-new: 10
562 emergency-established: 100
563 emergency-bypassed: 50
564 icmp:
565 new: 30
566 established: 300
567 bypassed: 100
568 emergency-new: 10
569 emergency-established: 100
570 emergency-bypassed: 50
571
572 # Stream engine settings. Here the TCP stream tracking and reassembly
573 # engine is configured.
574 #
575 # stream:
576 # memcap: 32mb # Can be specified in kb, mb, gb. Just a
577 # # number indicates it's in bytes.
578 # checksum-validation: yes # To validate the checksum of received
579 # # packet. If csum validation is specified as
580 # # "yes", then packet with invalid csum will not
581 # # be processed by the engine stream/app layer.
582 # # Warning: locally generated trafic can be
583 # # generated without checksum due to hardware offload
584 # # of checksum. You can control the handling of checksum
585 # # on a per-interface basis via the 'checksum-checks'
586 # # option
587 # prealloc-sessions: 2k # 2k sessions prealloc'd per stream thread
588 # midstream: false # don't allow midstream session pickups
589 # async-oneside: false # don't enable async stream handling
590 # inline: no # stream inline mode
591 # drop-invalid: yes # in inline mode, drop packets that are invalid with regards to streaming engine
592 # max-synack-queued: 5 # Max different SYN/ACKs to queue
593 # bypass: no # Bypass packets when stream.depth is reached
594 #
595 # reassembly:
596 # memcap: 64mb # Can be specified in kb, mb, gb. Just a number
597 # # indicates it's in bytes.
598 # depth: 1mb # Can be specified in kb, mb, gb. Just a number
599 # # indicates it's in bytes.
600 # toserver-chunk-size: 2560 # inspect raw stream in chunks of at least
601 # # this size. Can be specified in kb, mb,
602 # # gb. Just a number indicates it's in bytes.
603 # toclient-chunk-size: 2560 # inspect raw stream in chunks of at least
604 # # this size. Can be specified in kb, mb,
605 # # gb. Just a number indicates it's in bytes.
606 # randomize-chunk-size: yes # Take a random value for chunk size around the specified value.
607 # # This lower the risk of some evasion technics but could lead
608 # # detection change between runs. It is set to 'yes' by default.
609 # randomize-chunk-range: 10 # If randomize-chunk-size is active, the value of chunk-size is
610 # # a random value between (1 - randomize-chunk-range/100)*toserver-chunk-size
611 # # and (1 + randomize-chunk-range/100)*toserver-chunk-size and the same
612 # # calculation for toclient-chunk-size.
613 # # Default value of randomize-chunk-range is 10.
614 #
615 # raw: yes # 'Raw' reassembly enabled or disabled.
616 # # raw is for content inspection by detection
617 # # engine.
618 #
619 # segment-prealloc: 2048 # number of segments preallocated per thread
620 #
621 # check-overlap-different-data: true|false
622 # # check if a segment contains different data
623 # # than what we've already seen for that
624 # # position in the stream.
625 # # This is enabled automatically if inline mode
626 # # is used or when stream-event:reassembly_overlap_different_data;
627 # # is used in a rule.
628 #
629 stream:
630 memcap: 256mb
631 prealloc-sessions: 4096
632 checksum-validation: yes # reject wrong csums
633 inline: auto # auto will use inline mode in IPS mode, yes or no set it statically
634 reassembly:
635 memcap: 256mb
636 depth: 1mb # reassemble 1mb into a stream
637 toserver-chunk-size: 2560
638 toclient-chunk-size: 2560
639 randomize-chunk-size: yes
640 raw: yes
641 segment-prealloc: 2048
642 check-overlap-different-data: true
643
644 # Host table:
645 #
646 # Host table is used by tagging and per host thresholding subsystems.
647 #
648 host:
649 hash-size: 4096
650 prealloc: 1000
651 memcap: 32mb
652
653 # IP Pair table:
654 #
655 # Used by xbits 'ippair' tracking.
656 #
657 #ippair:
658 # hash-size: 4096
659 # prealloc: 1000
660 # memcap: 32mb
661
662 # Decoder settings
663
664 decoder:
665 # Teredo decoder is known to not be completely accurate
666 # it will sometimes detect non-teredo as teredo.
667 teredo:
668 enabled: false
669
670
671 ##
672 ## Performance tuning and profiling
673 ##
674
675 # The detection engine builds internal groups of signatures. The engine
676 # allow us to specify the profile to use for them, to manage memory on an
677 # efficient way keeping a good performance. For the profile keyword you
678 # can use the words "low", "medium", "high" or "custom". If you use custom
679 # make sure to define the values at "- custom-values" as your convenience.
680 # Usually you would prefer medium/high/low.
681 #
682 # "sgh mpm-context", indicates how the staging should allot mpm contexts for
683 # the signature groups. "single" indicates the use of a single context for
684 # all the signature group heads. "full" indicates a mpm-context for each
685 # group head. "auto" lets the engine decide the distribution of contexts
686 # based on the information the engine gathers on the patterns from each
687 # group head.
688 #
689 # The option inspection-recursion-limit is used to limit the recursive calls
690 # in the content inspection code. For certain payload-sig combinations, we
691 # might end up taking too much time in the content inspection code.
692 # If the argument specified is 0, the engine uses an internally defined
693 # default limit. On not specifying a value, we use no limits on the recursion.
694 detect:
695 profile: high
696 custom-values:
697 toclient-groups: 3
698 toserver-groups: 25
699 sgh-mpm-context: auto
700 inspection-recursion-limit: 3000
701
702 # If set to yes, the loading of signatures will be made after the capture
703 # is started. This will limit the downtime in IPS mode.
704 delayed-detect: yes
705
706 prefilter:
707 # default prefiltering setting. "mpm" only creates MPM/fast_pattern
708 # engines. "auto" also sets up prefilter engines for other keywords.
709 # Use --list-keywords=all to see which keywords support prefiltering.
710 default: mpm
711
712 # the grouping values above control how many groups are created per
713 # direction. Port whitelisting forces that port to get it's own group.
714 # Very common ports will benefit, as well as ports with many expensive
715 # rules.
716 grouping:
717 #tcp-whitelist: 53, 80, 139, 443, 445, 1433, 3306, 3389, 6666, 6667, 8080
718 #udp-whitelist: 53, 135, 5060
719
720 profiling:
721 # Log the rules that made it past the prefilter stage, per packet
722 # default is off. The threshold setting determines how many rules
723 # must have made it past pre-filter for that rule to trigger the
724 # logging.
725 #inspect-logging-threshold: 200
726 grouping:
727 dump-to-disk: false
728 include-rules: false # very verbose
729 include-mpm-stats: false
730
731 # Select the multi pattern algorithm you want to run for scan/search the
732 # in the engine.
733 #
734 # The supported algorithms are:
735 # "ac" - Aho-Corasick, default implementation
736 # "ac-bs" - Aho-Corasick, reduced memory implementation
737 # "ac-cuda" - Aho-Corasick, CUDA implementation
738 # "ac-ks" - Aho-Corasick, "Ken Steele" variant
739 # "hs" - Hyperscan, available when built with Hyperscan support
740 #
741 # The default mpm-algo value of "auto" will use "hs" if Hyperscan is
742 # available, "ac" otherwise.
743 #
744 # The mpm you choose also decides the distribution of mpm contexts for
745 # signature groups, specified by the conf - "detect.sgh-mpm-context".
746 # Selecting "ac" as the mpm would require "detect.sgh-mpm-context"
747 # to be set to "single", because of ac's memory requirements, unless the
748 # ruleset is small enough to fit in one's memory, in which case one can
749 # use "full" with "ac". Rest of the mpms can be run in "full" mode.
750 #
751 # There is also a CUDA pattern matcher (only available if Suricata was
752 # compiled with --enable-cuda: b2g_cuda. Make sure to update your
753 # max-pending-packets setting above as well if you use b2g_cuda.
754
755 mpm-algo: auto
756
757 # Select the matching algorithm you want to use for single-pattern searches.
758 #
759 # Supported algorithms are "bm" (Boyer-Moore) and "hs" (Hyperscan, only
760 # available if Suricata has been built with Hyperscan support).
761 #
762 # The default of "auto" will use "hs" if available, otherwise "bm".
763
764 spm-algo: auto
765
766 # Suricata is multi-threaded. Here the threading can be influenced.
767 threading:
768 set-cpu-affinity: no
769 # Tune cpu affinity of threads. Each family of threads can be bound
770 # on specific CPUs.
771 #
772 # These 2 apply to the all runmodes:
773 # management-cpu-set is used for flow timeout handling, counters
774 # worker-cpu-set is used for 'worker' threads
775 #
776 # Additionally, for autofp these apply:
777 # receive-cpu-set is used for capture threads
778 # verdict-cpu-set is used for IPS verdict threads
779 #
780 cpu-affinity:
781 - management-cpu-set:
782 cpu: [ 0 ] # include only these cpus in affinity settings
783 - receive-cpu-set:
784 cpu: [ 0 ] # include only these cpus in affinity settings
785 - worker-cpu-set:
786 cpu: [ "all" ]
787 mode: "exclusive"
788 # Use explicitely 3 threads and don't compute number by using
789 # detect-thread-ratio variable:
790 # threads: 3
791 prio:
792 low: [ 0 ]
793 medium: [ "1-2" ]
794 high: [ 3 ]
795 default: "medium"
796 #- verdict-cpu-set:
797 # cpu: [ 0 ]
798 # prio:
799 # default: "high"
800 #
801 # By default Suricata creates one "detect" thread per available CPU/CPU core.
802 # This setting allows controlling this behaviour. A ratio setting of 2 will
803 # create 2 detect threads for each CPU/CPU core. So for a dual core CPU this
804 # will result in 4 detect threads. If values below 1 are used, less threads
805 # are created. So on a dual core CPU a setting of 0.5 results in 1 detect
806 # thread being created. Regardless of the setting at a minimum 1 detect
807 # thread will always be created.
808 #
809 detect-thread-ratio: 1.0