19
Fri, Apr
5 New Articles

Security Patrol

IBM i (OS/400, i5/OS)
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

Happy (Audit) Trails to You...

Question: Is there a way to log all sign-on attempts, whether successful or unsuccessful? I want to know the user, date, time, and sign-off time of each attempt.

Answer: The OS/400 audit functions provide this information, but you need to combine the information from multiple audit records to get the details you want.

To set up security auditing, perform the following steps (note that setting up auditing requires *AUDIT special authority):

1. Create a journal receiver in a library of your choice by using the Create Journal Receiver (CRTJRNRCV) command. This example uses a library called MYLIB for journal receivers: You can select any journal receiver name, but I recommend using a name that ends with a four-digit number, which allows you to use the *GEN option when you change journal receivers so the system will continue using the naming convention. This naming convention is also useful if you have the system manage changing your journal receivers. THRESHOLD (5000) is the minimum threshold size if you choose this option.

2. Create the QSYS/QAUDJRN journal by using the Create Journal (CRTJRN) command: You must use the name QSYS/QAUDJRN for the audit journal. Specify the name of the journal receiver you created in the previous step. By specifying *SYSTEM in the Manage Receiver (MNGRCV) parameter, the system automatically changes the journal receiver and attaches a new one when the attached receiver exceeds the THRESHOLD limit

CRTJRNRCV JRNRCV(MYLIB/AUDRCV0001) +

THRESHOLD(5000) AUT(*EXCLUDE) +

TEXT(‘Auditing Journal Receiver’)

CRTJRN JRN(QSYS/QAUDJRN) +

JRNRCV(MYLIB/AUDRCV0001) +

MNGRCV(*SYSTEM) DLTRCV(*NO) +

AUT(*EXCLUDE) TEXT(‘Auditing Journal’)

specified in the CRTJRNRCV command. With this option, you do not have to use the CHGJRN command to detach receivers or manually create and attach new receivers. Do not have the system delete detached receivers; instead, specify DLTRCV(*NO), the default. The QAUDJRN receivers are used to store the information for your security audit trail. Ensure that you have processed the information in the journal and that the audit journal receivers are saved before deleting the journal receivers from the system.

3. Set the audit level (QAUDLVL) system value using the Change System Value (CHGSYSVAL) command: The QAUDLVL system value determines which actions are logged to the audit journal for all users on the system. The entries that must be selected to collect the unsuccessful sign-on attempts and job start-and-stop data are as follows:

• Authorization failures (*AUTFAIL) logs unsuccessful attempts to sign on to the system and access objects and is required to monitor users trying failed sign-on attempts.

• Job tasks (*JOBDTA) logs actions that affect a job, such as starting, stopping, holding, or changing jobs.

4. Set the audit level (QAUDCTL) system value using CHGSYSVAL: Start auditing by setting the QAUDCTL system value to *AUDLVL. The value *NOQTEMP is optional but reduces the volume of data recorded because the system does not have to record information about library QTEMP.

If you want to use a simple technique to set up auditing, use the Change Security Auditing (CHGSECAUD) command. CHGSECAUD creates the journal receiver and audit journal and allows you to set the system values QAUDLVL and QAUDCTL in one operation.

Use the Display Journal (DSPJRN) command to copy data from the journal receiver to a database file for processing. You want to select two entry types: PW for failed sign-on attempts, and JS for job start-and-end information.

Security Exposures in Vendor Software

Question: Our company runs an application that has serious security exposures. The application requires that end users be members of a group profile that has powerful special authority (*ALLOBJ or *JOBCTL). Our company depends on this software for major business applications, so we cannot stop using it. What can be done to eliminate this exposure? (The vendor has said that we cannot change the group profile; if we do, the application will not work.)

Answer: At this point, there is little you can do. Before you purchase software, you have leverage with a vendor about that software’s security features. If you are dissatisfied with one vendor’s offerings, you can continue to search for an application that better suits your needs. After you have purchased an application and integrated it into your business process, it is almost impossible to change applications. I can only advise you to make sure that any new software you install meets your security requirements. See the sidebar “Software Security Checklist” for questions to ask software vendors before you make your next purchase.

Vendors need to convey to their customers the importance of tight security before customers purchase a product. However, because you have already purchased software

CHGSYSVAL SYSVAL(QAUDLVL) +

VALUE(‘*AUTFAIL *JOBSTS’)

CHGSYSVAL SYSVAL(QAUDCTL) +

VALUE(‘*AUDLVL *NOQTEMP’)

with security exposures, I recommend that you write a note to the vendor explaining the nature of the exposure and send a copy of your security concerns to AS/400 Security, IBM Development Laboratory, Rochester, MN 55901. IBM is willing to work with AS/400 vendors to assist them in making their software secure.

Software Security Checklist

This list of questions will help you evaluate new and existing application packages for potential problems in security or disaster recovery. Do your own research but also have the vendor answer these questions. They are designed such that a YES answer indicates a secure choice.

Security Level

タ YESタタタNO Does the application package support security levels 40 and 50? Note: Unless the application works at security level 40, consider alternative software.

System Integrity

タ YESタタタNO Do you provide a system integrity statement, similar to the following example, for the application?

Example: The _________ company guarantees that ___________ does not introduce security exposures or circumvent the security controls of your AS/400. Should any security integrity problems be found, changes will be provided without cost to correct any exposures.

Installation

タ YESタタタNO Can a profile other than the QSECOFR user profile install or upgrade the application? For instance, can a program that adopts *ALLOBJ and *SECADM special authority do the installation?

タ YESタタタNO Will installation leave all security settings of the system, such as system values and network attributes, unchanged? If NO, the product documentation should describe all changes in detail, including any changes required to the system library list.

タ YESタタタNO Are installation-created security objects, such as job descriptions with user names and authorization lists, described in detail in the documentation?

タ YESタタタNO If the application creates job descriptions naming a user profile, is the authority *PUBLIC(*EXCLUDE)?

タ YESタタタNO Does the application avoid shipping or creating user profiles with *ALLJOB authority?

タ YESタタタNO Can the product be used without any default user profiles specified in the communication entries of subsystems? If NO, describe all communication entries that require a default user.

タ YESタタタNO Are all user profiles, including those used as group profiles, and the owner of production objects created with a password of *NONE and *PUBLIC authority of *EXCLUDE?

タ YESタタタNO Does the application have “all programs adopt” owned by the application profile rather than by an IBM profile such as QSECOFR or QPGMR? If NO, the list of programs that adopt and their functions should be documented.

タ YESタタタNO Does the application avoid storing user passwords? If NO, are the passwords encrypted, or does the application use a validation list object to prevent disclosure of user passwords?

タ YESタタタNO Does your product support the exits for the DDMACC and PCSACC attributes and the registration information facility? This question is applicable for client/server and ODBC products.

Disaster Recovery

タ YESタタタNO What are the save requirements to save the objects for this application? Are all application objects saved by a SAVLIB *NONSYS or SAVCHGOBJ? If NO, what are the save requirements?

タ YESタタタNO Can the software be installed on any AS/400, or is installation limited to a specific system serial number? If NO, what provisions are available to install the software at a hot site in the event of a disaster?

タ YESタタタNO Is the application structure supportable under hot site backup software?

User Interfaces

タ YESタタタNO Does the application provide a menu for end users to select application functions?

タ YESタタタNO Can the application menu be customized so that selected users are allowed access to different menu options?

タ YESタタタNO Are users whose profiles specify LMTCPB(*YES) prevented from command line access? Are all command lines available to menu users controlled by the LMTCPB option of the user profile?

タ YESタタタNO Do any application functions give command line access? If YES, can this capability be turned off without crippling the intended function?

タ YESタタタNO Does the application avoid adopting a powerful profile and then put up a command line, or does it provide a function key that puts up a command line, or does it provide a pop-up window with a command line? (The exposure is that the application is most likely propagating *ALLOBJ through to the command line.)

タ YESタタタNO Can the menus of the application be integrated into the existing menu system?

Maintenance

タ YESタタタNO Can maintenance personnel service the product without special authority? If NO, please detail the special authority needed. (Note: Maintenance requiring *SERVICE or *ALLOBJ special authority indicates a potential exposure that should be avoided.)

Standards

タ YESタタタNO Can the installation select or change the name of application-related user profiles to meet installation naming conventions?

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: