Configuring DSMs
344
S
UN
S
OLARIS
The bsmconv script enables Solaris Basic Security Mode and starts the auditing
service auditd.
Step 4
Type the following command to open the audit control log for editing:
vi /etc/security/audit_control
Step 5
Edit the audit control file to contain the following information:
dir:/var/audit
flags:lo,ad,ex,-fw,-fc,-fd,-fr
naflags:lo,ad
Step 6
Save the changes to the audit_control file, then reboot the Solaris console to start
auditd.
Step 7
Type the following command to verify auditd has started:
/user/sbin/auditconfig -getcond
If the auditd process is started, the following string is returned:
audit condition = auditing
Step 8
You are now ready to convert the binary Solaris Basic Security Mode logs to a
human-readable log format.
Converting Sun
Solaris BSM Audit
Logs
SIEM cannot process binary files directly from Sun Solaris BSM and must convert
the audit log from the existing binary format to a human-readable log format using
praudit before the audit log data can be retrieved by SIEM.
To convert the Solaris Basic Security Mode logs to a human-readable log format,
perform the following steps:
Step 1
Type the following command to create a new script on your Sun Solaris console:
vi /etc/security/newauditlog.sh
Step 2
Add the following information to the newauditlog.sh script:
#!/bin/bash
#
# newauditlog.sh - Start a new audit file and expire the old
logs
#
AUDIT_EXPIRE=30
AUDIT_DIR="/var/audit"
LOG_DIR="/var/log/"
/usr/sbin/audit -n
cd $AUDIT_DIR # in case it is a link
# Get a listing of the files based on creation date that are not
current in use
Summary of Contents for Security Information and Event Manager
Page 2: ......
Page 8: ......
Page 20: ......
Page 22: ......
Page 24: ......
Page 26: ......
Page 32: ......
Page 34: ......
Page 36: ......
Page 38: ......
Page 44: ......
Page 58: ......
Page 90: ......
Page 92: ......
Page 94: ......
Page 114: ......
Page 116: ......
Page 122: ......
Page 124: ......
Page 126: ...Configuring DSMs 110 FIREEYE...
Page 128: ......
Page 130: ......
Page 132: ......
Page 136: ......
Page 140: ......
Page 144: ......
Page 172: ......
Page 176: ...Configuring DSMs 160 ISC BIND...
Page 180: ......
Page 182: ......
Page 184: ......
Page 204: ......
Page 224: ......
Page 246: ......
Page 250: ......
Page 256: ......
Page 260: ......
Page 276: ......
Page 282: ......
Page 284: ......
Page 306: ......
Page 308: ......
Page 318: ......
Page 322: ......
Page 324: ......
Page 346: ......
Page 356: ......
Page 366: ......
Page 384: ......
Page 392: ......
Page 394: ......
Page 396: ......
Page 398: ......
Page 404: ......
Page 426: ......