]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/samhain/files/common/samhainrc
b5b467fc341be5ee7a203613a5aea3093faccba7
[dsa-puppet.git] / modules / samhain / files / common / samhainrc
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 #####################################################################
7 #
8 # Configuration file template for samhain.
9 #
10 #####################################################################
11
12 # -- empty lines and lines starting with '#', ';' or '//' are ignored
13 # -- boolean options can be Yes/No or True/False or 1/0 
14 # -- you can PGP clearsign this file -- samhain will check (if compiled
15 #    with support) or otherwise ignore the signature
16 # -- CHECK mail address
17 #
18 # To each log facility, you can assign a threshold severity. Only
19 # reports with at least the threshold severity will be logged
20 # to the respective facility (even further below).
21 #
22 #####################################################################
23 #
24 # SETUP for file system checking:
25
26 # (i)   There are several policies, each has its own section. Put files
27 #       into the section for the appropriate policy (see below).
28 # (ii)  Section [EventSeverity]: 
29 #       To each policy, you can assign a severity (further below).
30 # (iii) Section [Log]: 
31 #       To each log facility, you can assign a threshold severity. Only
32 #       reports with at least the threshold severity will be logged
33 #       to the respective facility (even further below).
34 #
35 #####################################################################
36
37 #####################################################################
38 #
39 # Files are defined with: file = /absolute/path
40 #
41 # Directories are defined with:                  dir = /absolute/path
42 # or with an optional recursion depth (N <= 99): dir = N/absolute/path
43 #
44 # Directory inodes are checked. If you only want to check files
45 # in a directory, but not the directory inode itself, use (e.g.):
46 #
47 # [ReadOnly]
48 # dir = /some/directory
49 # [IgnoreAll]
50 # file = /some/directory
51 #
52 # You can use shell-style globbing patterns, like: file = /path/foo*
53
54 ######################################################################
55
56 [Misc]
57 ##
58 ## Add or subtract tests from the policies
59 ## - if you want to change their definitions,
60 ##   you need to do that before using the policies
61 ##
62 # RedefReadOnly = (no default)
63 # RedefAttributes=(no default)
64 # RedefLogFiles=(no default)
65 # RedefGrowingLogFiles=(no default)
66 # RedefIgnoreAll=(no default)
67 # RedefIgnoreNone=(no default)
68 # RedefUser0=(no default)
69 # RedefUser1=(no default)
70
71 [Attributes]
72 ##
73 ## for these files, only changes in permissions and ownership are checked
74 ##
75 file=/etc/mtab
76 file=/etc/ssh_random_seed
77 file=/etc/asound.conf
78 file=/etc/resolv.conf
79 file=/etc/localtime
80 file=/etc/ioctl.save
81 file=/etc/passwd.backup
82 file=/etc/shadow.backup
83 file=/etc/postfix/prng_exch
84 file=/etc/adjtime
85 file=/etc/lvm/.cache
86 file=/etc/network/run/ifstate
87 file=/var/state/samhain/samhain_file
88 file=/etc/bind/db.debian.net
89 file=/etc/exim4/bsmtp
90
91
92 #
93 # There are files in /etc that might change, thus changing the directory
94 # timestamps. Put it here as 'file', and in the ReadOnly section as 'dir'.
95 #
96 file=/etc
97 file=/etc/ssh
98 file=/etc/network/run
99 file=/etc/bind
100
101 # These are the directories for the files we handle with puppet
102 file=/etc/samhain
103 file=/etc/munin
104 file=/etc/exim4
105 file=/etc/apt/apt.conf.d
106 file=/etc/apt/sources.list.d
107 file=/etc/puppet
108 file=/etc/default
109 file=/etc/logrotate.d
110 file=/etc/nagios
111 file=/etc/cron.d
112 file=/usr/lib/nagios/plugins
113 file=/usr/sbin
114
115 [LogFiles]
116 ##
117 ## for these files, changes in signature, timestamps, and size are ignored 
118 ##
119 file=/var/run/utmp
120 file=/etc/motd
121
122
123
124 #####################################################################
125 #
126 # This would be the proper syntax for parts that should only be
127 #    included for certain hosts.
128 # You may enclose anything in a @HOSTNAME/@end bracket, as long as the
129 #    result still has the proper syntax for the config file.
130 # You may have any number of @HOSTNAME/@end brackets.
131 # HOSTNAME should be the fully qualified 'official' name 
132 #    (e.g. 'nixon.watergate.com', not 'nixon'), no aliases. 
133 #    No IP number - except if samhain cannot determine the 
134 #    fully qualified hostname.
135 #
136 # @HOSTNAME
137 # file=/foo/bar
138 # @end
139 #
140 # These are two examples for conditional inclusion/exclusion
141 # of a machine based on the output from 'uname -srm'
142 #
143 # $Linux:2.*.7:i666
144 # file=/foo/bar3
145 # $end
146 #
147 # !$Linux:2.*.7:i686
148 # file=/foo/bar2
149 # $end
150 #
151 #####################################################################
152
153 [GrowingLogFiles]
154 ##
155 ## for these files, changes in signature, timestamps, and increase in size
156 ##                  are ignored 
157 ##
158 file=/var/log/warn
159 file=/var/log/messages
160 file=/var/log/wtmp
161 file=/var/log/faillog
162 file=/var/log/auth.log
163 file=/var/log/daemon.log
164 file=/var/log/user.log
165 file=/var/log/kern.log
166 file=/var/log/syslog
167
168
169 [IgnoreAll]
170 ##
171 ## for these files, no modifications are reported
172 ##
173 ## This file might be created or removed by the system sometimes.
174 ##
175 file=/etc/resolv.conf.pcmcia.save
176 file=/etc/nologin
177 file=/etc/postfix/debian.db
178 file=/etc/postfix/debian
179 file=/etc/ssh/ssh_known_hosts
180 file=/etc/ssh/ssh-rsa-shadow
181 file=/var/lib/misc/ssh-rsa-shadow
182 file=/etc/.da-backup.trace
183 file=/etc/postfix/debianhosts
184 file=/etc/postfix/debianhosts.db
185
186 # We handle these files with puppet - please to not be bothering us
187 file=/etc/samhain/samhainrc
188 file=/etc/munin/munin-node.conf
189 file=/etc/exim4/blacklist
190 file=/etc/exim4/callout_users
191 file=/etc/exim4/exim4.conf
192 file=/etc/exim4/grey_users
193 file=/etc/exim4/helo-check
194 file=/etc/exim4/locals
195 file=/etc/exim4/localusers
196 file=/etc/exim4/rbllist
197 file=/etc/exim4/rcpthosts
198 file=/etc/exim4/rhsbllist
199 file=/etc/exim4/virtualdomains
200 file=/etc/exim4/whitelist
201 file=/etc/apt/sources.list.d/volatile.list
202 file=/etc/apt/sources.list.d/security.list
203 file=/etc/apt/sources.list.d/debian.org.list
204 file=/etc/apt/sources.list.d/debian.restricted.list
205 file=/etc/apt/sources.list.d/debian.list
206 file=/etc/apt/sources.list.d/backports.org.list
207 file=/etc/apt/apt.conf.d/local-recommends
208 file=/etc/puppet/puppet.conf
209 file=/etc/default/puppet
210 file=/etc/logrotate.d/exim4-paniclog
211 file=/etc/logrotate.d/exim4-base
212 file=/usr/sbin/dsa-update-apt-status
213 file=/usr/sbin/dsa-update-samhain-status
214 file=/etc/nagios/nrpe_dsa.cfg
215 file=/etc/cron.d/dsa-nagios-nrpe-config
216 file=/usr/lib/nagios/plugins/dsa-check-packages
217 file=/usr/lib/nagios/plugins/dsa-check-soas
218 file=/usr/lib/nagios/plugins/dsa-check-mirrorsync
219 file=/usr/lib/nagios/plugins/dsa-check-samhain
220 file=/usr/lib/nagios/plugins/dsa-check-statusfile
221 file=/usr/lib/nagios/plugins/dsa-check-dabackup-server
222 file=/usr/lib/nagios/plugins/dsa-check-config
223 file=/usr/lib/nagios/plugins/dsa-check-hpacucli
224 file=/usr/lib/nagios/plugins/dsa-check-raid-mpt
225 file=/usr/lib/nagios/plugins/dsa-check-puppet
226 file=/usr/lib/nagios/plugins/dsa-check-running-kernel
227 file=/usr/lib/nagios/plugins/dsa-check-raid-3ware
228 file=/usr/lib/nagios/plugins/dsa-check-dabackup
229 file=/usr/lib/nagios/plugins/dsa-check-raid-dac960
230 file=/usr/lib/nagios/plugins/dsa-check-udldap-freshness
231 file=/usr/lib/nagios/plugins/dsa-check-raid-areca
232 file=/usr/lib/nagios/plugins/dsa-check-raid-sw
233 file=/usr/lib/nagios/plugins/dsa-update-samhain-status
234
235 [IgnoreNone]
236 ##
237 ## for these files, all modifications (even access time) are reported
238 ##    - you may create some interesting-looking file (like /etc/safe_passwd),
239 ##      just to watch whether someone will access it ...
240 ##
241
242 [Prelink]
243 ##
244 ## Use for prelinked files or directories holding them
245 ##
246
247
248 [ReadOnly]
249 ##
250 ## for these files, only access time is ignored
251 ##
252 dir=/usr/bin
253 dir=/bin
254 dir=/boot
255 #
256 # SuSE (old) has the boot init scripts in /sbin/init.d/*, 
257 # so we go 3 levels deep
258 #
259 dir=3/sbin
260 dir=/usr/sbin
261 dir=/lib
262 dir=3/usr/lib
263 #
264 # RedHat and Debian have the bootinit scripts in /etc/init.d/* or /etc/rc.d/*, 
265 #        so we go 3 levels deep there too
266 #
267 dir=3/etc
268
269 # Various directories / files that may include / be SUID/SGID binaries
270 #
271 #
272 file=/usr/lib/pt_chown
273 # X11, in Debian X7 this is now a symlink
274 #dir=/usr/X11R6/bin
275 #dir=/usr/X11R6/lib/X11/xmcd/bin
276 # Apache:
277 #file=/usr/lib/apache/suexec
278 #file=/usr/lib/apache/suexec.disabled
279 # Extra directories:
280 #dir=/opt/gnome/bin
281 #dir=/opt/kde/bin
282
283 [User0]
284 [User1]
285 ## User0 and User1 are sections for files/dirs with user-definable checking
286 ## (see the manual) 
287
288
289 [EventSeverity]
290 ##
291 ## Here you can assign severities to policy violations.
292 ## If this severity exceeds the treshold of a log facility (see below),
293 ## a policy violation will be logged to that facility.
294 ##
295 ## Severity for verification failures.
296 ##
297 # SeverityReadOnly=crit
298 # SeverityLogFiles=crit
299 # SeverityGrowingLogs=crit
300 # SeverityIgnoreNone=crit
301 # SeverityAttributes=crit
302 # SeverityUser0=crit
303 # SeverityUser1=crit
304
305 # Default behaviour
306 SeverityReadOnly=crit
307 SeverityLogFiles=crit
308 SeverityGrowingLogs=warn
309 SeverityIgnoreNone=crit
310 SeverityAttributes=crit
311
312
313 ##
314 ## We have a file in IgnoreAll that might or might not be present.
315 ## Setting the severity to 'info' prevents messages about deleted/new file.
316 ##
317 # SeverityIgnoreAll=crit
318 SeverityIgnoreAll=info
319
320 ## Files : file access problems
321 # SeverityFiles=crit
322
323 ## Dirs  : directory access problems
324 # SeverityDirs=crit
325
326 ## Names : suspect (non-printable) characters in a pathname
327 # SeverityNames=crit
328
329 # Default behaviour
330 SeverityFiles=crit
331 SeverityDirs=crit
332 SeverityNames=warn
333
334
335 [Log]
336 ##
337 ## Switch on/OFF log facilities and set their threshold severity
338 ##
339 ## Values: debug, info, notice, warn, mark, err, crit, alert, none.
340 ## 'mark' is used for timestamps.
341 ##
342 ##
343 ## Use 'none' to SWITCH OFF a log facility
344 ## 
345 ## By default, everything equal to and above the threshold is logged.
346 ## The specifiers '*', '!', and '=' are interpreted as  
347 ## 'all', 'all but', and 'only', respectively (like syslogd(8) does, 
348 ## at least on Linux). Examples:
349 ## MailSeverity=*
350 ## MailSeverity=!warn
351 ## MailSeverity==crit
352
353 ## E-mail
354 ##
355 # MailSeverity=none
356
357 ## Console
358 ##
359 # PrintSeverity=info
360
361 ## Logfile
362 ##
363 # LogSeverity=mark
364
365 ## Syslog
366 ##
367 # SyslogSeverity=none
368
369 ## Remote server (yule)
370 ##
371 # ExportSeverity=none
372
373 ## External script or program
374 ##
375 # ExternalSeverity = none
376
377 ## Logging to a database
378 ##
379 # DatabaseSeverity = none
380
381 # Default behaviour
382 MailSeverity=crit
383 PrintSeverity=none
384 LogSeverity=info
385 SyslogSeverity=alert
386 ExportSeverity=none
387
388
389
390
391
392 #####################################################
393 #
394 # Optional modules
395 #
396 #####################################################
397
398 # [SuidCheck]
399 ##
400 ## --- Check the filesystem for SUID/SGID binaries
401 ## 
402
403 ## Switch on
404 #
405 # SuidCheckActive = yes
406
407 ## Interval for check (seconds)
408 #
409 # SuidCheckInterval = 7200
410
411 ## Alternative: crontab-like schedule
412 #
413 # SuidCheckSchedule = NULL
414  
415 ## Directory to exclude 
416 #
417 # SuidCheckExclude = NULL
418
419 ## Limit on files per second (0 == no limit)
420 #
421 # SuidCheckFps = 0
422
423 ## Alternative: yield after every file
424 #
425 # SuidCheckYield = no
426
427 ## Severity of a detection
428 #
429 # SeveritySuidCheck = crit
430
431 ## Quarantine SUID/SGID files if found
432 #
433 # SuidCheckQuarantineFiles = yes
434
435 ## Method for Quarantining files:
436 #  0 - Delete or truncate the file.
437 #  1 - Remove SUID/SGID permissions from file.
438 #  2 - Move SUID/SGID file to quarantine dir.
439 #
440 # SuidCheckQuarantineMethod = 0
441
442 ## For method 1 and 3, really delete instead of truncating
443
444 # SuidCheckQuarantineDelete = yes
445
446 # [Kernel]
447 ##
448 ## --- Check for loadable kernel module rootkits (Linux/FreeBSD only) 
449 ##
450
451 ## Switch on/off
452 #
453 KernelCheckActive = True
454
455 ## Check interval (seconds); btw., the check is VERY fast
456 #
457 # KernelCheckInterval = 300
458
459 ## Severity
460 #
461 # SeverityKernel = crit
462
463
464 # [Utmp]
465 ##
466 ## --- Logging of login/logout events
467 ##
468
469 ## Switch on/off
470 #
471 LoginCheckActive = True
472
473 ## Severity for logins, multiple logins, logouts
474
475 # SeverityLogin=info
476 # SeverityLoginMulti=warn
477 # SeverityLogout=info
478
479 ## Interval for login/logout checks
480 #
481 # LoginCheckInterval = 300
482
483
484 # [Database]
485 ##
486 ## --- Logging to a relational database
487 ##
488
489 ## Database name
490 #
491 # SetDBName = samhain
492
493 ## Database table
494 #
495 # SetDBTable = log
496
497 ## Database user
498 #
499 # SetDBUser = samhain
500
501 ## Database password
502 #
503 # SetDBPassword = (default: none)
504
505 ## Database host
506 #
507 # SetDBHost = localhost
508
509 ## Log the server timestamp for received messages
510 #
511 # SetDBServerTstamp = True
512
513 ## Use a persistent connection
514 #
515 # UsePersistent = True
516
517 # [External]
518 ##
519 ## Interface to call external scripts/programs for logging
520 ##
521
522 ## The absolute path to the command
523 ## - Each invocation of this directive will end the definition of the
524 ##   preceding command, and start the definition of 
525 ##   an additional, new command
526 #
527 # OpenCommand = (no default)
528
529 ## Type (log or rv)
530 ## - log for log messages, srv for messages received by the server
531 #
532 # SetType = log
533
534 ## The command (full command line) to execute
535 #
536 # SetCommandLine = (no default)
537
538 ## The environment (KEY=value; repeat for more)
539 #
540 # SetEnviron = TZ=(your timezone)
541
542 ## The TIGER192 checksum (optional)
543 #
544 # SetChecksum = (no default)
545
546 ## User who runs the command
547 #
548 # SetCredentials = (default: samhain process uid)
549
550 ## Words not allowed in message
551 #
552 # SetFilterNot = (none)
553
554 ## Words required (ALL of them)
555 #
556 # SetFilterAnd = (none)
557
558 ## Words required (at least one)
559 #
560 # SetFilterOr = (none)
561
562 ## Deadtime between consecutive calls
563 #
564 # SetDeadtime = 0
565
566 ## Add default environment (HOME, PATH, SHELL)
567 #
568 # SetDefault = no
569
570
571 #####################################################
572 #
573 # Miscellaneous configuration options
574 #
575 #####################################################
576
577 [Misc]
578
579 ## whether to become a daemon process
580 ## (this is not honoured on database initialisation)
581 #
582 # Daemon = no
583 Daemon = yes
584
585 ## whether to test signature of files (init/check/none)
586 ## - if 'none', then we have to decide this on the command line -
587 #
588 # ChecksumTest = none
589 ChecksumTest=check
590
591 ## whether to drop linux capabilities that are not required
592 ## - will make a root process a 'mere mortal' in many respects
593 #
594 # UseCaps = yes
595
596 ## Set nice level (-19 to 19, see 'man nice'),
597 ## and I/O limit (kilobytes per second; 0 == off)
598 ## to reduce load on host.
599 #
600 # SetNiceLevel = 0
601 # SetIOLimit = 0
602
603 ## The version string to embed in file signature databases
604 #
605 # VersionString = NULL
606
607 ## Interval between time stamp messages
608 #
609 # SetLoopTime = 60
610 SetLoopTime = 600
611
612 ## Interval between file checks 
613 #
614 # SetFileCheckTime = 600
615 SetFileCheckTime = 7200
616
617 ## Alternative: crontab-like schedule
618 #
619 # FileCheckScheduleOne = NULL
620
621 ## Alternative: crontab-like schedule(2)
622 #
623 # FileCheckScheduleTwo = NULL
624
625 ## Report only once on modified fles 
626 ## Setting this to 'FALSE' will generate a report for any policy 
627 ## violation (old and new ones) each time the daemon checks the file system.
628 #
629 # ReportOnlyOnce = True
630
631 ## Report in full detail
632 #
633 # ReportFullDetail = False
634
635 ## Report file timestamps in local time rather than GMT
636 #
637 # UseLocalTime = No
638
639 ## The console device (can also be a file or named pipe)
640 ## - There are two console devices. Accordingly, you can use
641 ##   this directive a second time to set the second console device.
642 ##   If you have not defined the second device at compile time,
643 ##   and you don't want to use it, then:
644 ##   setting it to /dev/null is less effective than just leaving
645 ##   it alone (setting to /dev/null will waste time by opening
646 ##   /dev/null and writing to it)
647 #
648 # SetConsole = /dev/console
649
650 ## Activate the SysV IPC message queue
651 #
652 # MessageQueueActive = False
653
654
655 ## If false, skip reverse lookup when connecting to a host known 
656 ## by name rather than IP address (i.e. trust the DNS)
657 #
658 # SetReverseLookup = True
659
660 ## --- E-Mail ---
661
662 # Only highest-level (alert) reports will be mailed immediately,
663 # others will be queued. Here you can define, when the queue will
664 # be flushed (Note: the queue is automatically flushed after
665 # completing a file check).
666 #
667 SetMailTime = 86400
668
669 ## Maximum number of mails to queue
670 #
671 SetMailNum = 10
672
673 ## Recipient (max. 8)
674 #
675 SetMailAddress=samhain-reports@debian.org
676
677 ## Mail relay (IP address)
678 #
679 SetMailRelay = master.debian.org
680
681 ## Custom subject format
682 #
683 MailSubject = [Samhain at %H] %T: %S
684
685 ## --- end E-Mail ---
686
687 ## Path to the prelink executable
688 #
689 # SetPrelinkPath = /usr/sbin/prelink
690
691 ## TIGER192 checksum of the prelink executable
692 #
693 # SetPrelinkChecksum = (no default)
694
695
696 ## Path to the executable. If set, will be checksummed after startup
697 ## and before exit.
698 #
699 # SamhainPath = (no default)
700
701
702 ## The IP address of the log server
703 #
704 # SetLogServer = (default: compiled-in)
705
706 ## The IP address of the time server
707 #
708 # SetTimeServer = (default: compiled-in)
709
710 ## Trusted Users (comma delimited list of user names) 
711 #
712 # TrustedUser = (no default; this adds to the compiled-in list)
713
714 ## Path to the file signature database
715 #
716 # SetDatabasePath = (default: compiled-in)
717
718 ## Path to the log file
719 #
720 # SetLogfilePath = (default: compiled-in)
721
722 ## Path to the PID file
723 #
724 # SetLockPath = (default: compiled-in)
725
726
727 ## The digest/checksum/hash algorithm
728 #
729 # DigestAlgo = TIGER192
730
731
732 ## Custom format for message header. 
733 ## CAREFUL if you use XML logfile format.
734 ##
735 ## %S severity
736 ## %T timestamp
737 ## %C class
738 ##
739 ## %F source file
740 ## %L source line
741 #
742 # MessageHeader="%S %T "
743
744
745 ## Don't log path to config/database file on startup
746 #
747 # HideSetup = False
748
749 ## The syslog facility, if you log to syslog
750 #
751 # SyslogFacility = LOG_AUTHPRIV
752 SyslogFacility=LOG_LOCAL2
753
754 ## The message authentication method
755 ## - If you change this, you *must* change it
756 ##   on client *and* server
757 #
758 # MACType = HMAC-TIGER
759
760
761 ## everything below is ignored
762 [EOF]
763
764 #####################################################################
765 # This would be the proper syntax for parts that should only be
766 #    included for certain hosts.
767 # You may enclose anything in a @HOSTNAME/@end bracket, as long as the
768 #    result still has the proper syntax for the config file.
769 # You may have any number of @HOSTNAME/@end brackets.
770 # HOSTNAME should be the fully qualified 'official' name 
771 #    (e.g. 'nixon.watergate.com', not 'nixon'), no aliases. 
772 #    No IP number - except if samhain cannot determine the 
773 #    fully qualified hostname.
774 #
775 # @HOSTNAME
776 # file=/foo/bar
777 # @end
778 #
779 # These are two examples for conditional inclusion/exclusion
780 # of a machine based on the output from 'uname -srm'
781 # $Linux:2.*.7:i666
782 # file=/foo/bar3
783 # $end
784 #
785 # !$Linux:2.*.7:i686
786 # file=/foo/bar2
787 # $end
788 #
789 #####################################################################