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