Re: AS400 logs help
"Esteban Farao" <[email protected]> Mon, 16 Jul 2007 20:39:25 -0400
| Newsgroups | gmane.comp.security.forensics |
|---|---|
| Message-ID | <[email protected]> |
Hi Fernando, The first thing that you have to check is whether the audit logs are enabled or not. Check the values of the QAUDLVL or QAUDLVL2 system values. The should have *AUDLVL. Assuming that they are enabled, you should performe a display journal by using the command DSPJRN. Following is an example: DSPJRN JRN(QSYS/QAUDJRN) OUTPUT(*OUTFILE) OUTFILFMT(*TYPE5) OUTFILE(LOGWFILE2) The aforementioned command will create a text file called LOGWFILE2 will all the information in the Audit Journal. The layout of the Audit Journal and other security related information are specified in the this link http://publib.boulder.ibm.com/iseries/v5r2/ic2924/books/c4153026.pdf Best Regards, Esteban Farao On 7/13/07, Fernando Diego Daffara <[email protected]> wrote: > Hi, I could use some (all) help! I have to make a forensics analysis of the > AS400 login/logoff logs records. But i don't have any idea about where to > start looking! :-( > > AS400 is another world! Could someone get my an idea about how to start > looking, some web links, etc? > > I will be able to ask to the AS400 administrator for the data, but I want to > go witch some idea about AS400 logs, how to look it, where they are, how > long do they are maintained? > > Thanks in advance and I'm really shamed because of my English! > > Fernando. > > Argentina > > >