Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <ossec_config>
- <!-- One entry for each file/Event log to monitor. -->
- <localfile>
- <location>Application</location>
- <log_format>eventlog</log_format>
- </localfile>
- <localfile>
- <location>Security</location>
- <log_format>eventlog</log_format>
- </localfile>
- <localfile>
- <location>System</location>
- <log_format>eventlog</log_format>
- </localfile>
- <!-- Rootcheck - Policy monitor config -->
- <rootcheck>
- <windows_audit>./shared/win_audit_rcl.txt</windows_audit>
- <windows_apps>./shared/win_applications_rcl.txt</windows_apps>
- <windows_malware>./shared/win_malware_rcl.txt</windows_malware>
- </rootcheck>
- <!-- Syscheck - Integrity Checking config. -->
- <syscheck>
- <alert_new_files>yes</alert_new_files>
- <!-- Default frequency, every 20 hours. It doesn't need to be higher
- - on most systems and one a day should be enough.
- -->
- <frequency>07200</frequency>
- <!-- By default it is disabled. In the Install you must choose
- - to enable it.
- -->
- <disabled>no</disabled>
- <!-- Default files to be monitored - system32 only. -->
- <directories check_all="yes">%WINDIR%\Sysnative</directories>
- <ignore type="sregex">.log$|.htm$|.jpg$|.png$|.chm$|.pnf$|.evtx$</ignore>
- <ignore>%WINDIR%/sysnative/LogFiles</ignore>
- <ignore>%WINDIR%/sysnative/wbem/Logs</ignore>
- <ignore>%WINDIR%/sysnative/config</ignore>
- <ignore>%WINDIR%/sysnative/CatRoot</ignore>
- <ignore>%WINDIR%/sysnative/wbem/Repository</ignore>
- <ignore>%WINDIR%/sysnative/dllcache</ignore>
- <ignore>%WINDIR%/sysnative/inetsrv/History</ignore>
- <!-- Windows registry entries to monitor. -->
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Classes\batfile</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Classes\cmdfile</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Classes\comfile</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Classes\exefile</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Classes\piffile</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Classes\AllFilesystemObjects</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Classes\Directory</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Classes\Folder</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Classes\Protocols</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Policies</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Security</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\KnownDLLs</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\SecurePipeServers\winreg</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnceEx</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\URL</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Windows</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon</windows_registry>
- <windows_registry>HKEY_LOCAL_MACHINE\Software\Microsoft\Active Setup\Installed Components</windows_registry>
- <!-- Windows registry entries to ignore. -->
- <registry_ignore>HKEY_LOCAL_MACHINE\Security\Policy\Secrets</registry_ignore>
- <registry_ignore>HKEY_LOCAL_MACHINE\Security\SAM\Domains\Account\Users</registry_ignore>
- <registry_ignore type="sregex">\Enum$</registry_ignore>
- </syscheck>
- <active-response>
- <disabled>yes</disabled>
- </active-response>
- <client>
- <server-ip>192.168.56.50</server-ip>
- </client>
- </ossec_config>
Advertisement
Add Comment
Please, Sign In to add comment