20
Sat, Apr
5 New Articles

Security Best Practices, Part 2

Security - Other
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

This article is an excerpt from IBM Mainframe Security: Beyond the Basics.

 

 

"Security Best Practices, Part 1" presented several best practices for IBM mainframe security, including implementing role-based security, de-cluttering your security database, handling employee transitions appropriately, and identifying your important data. In this article, we continue the discussion with a look at some additional best practices for IBM mainframe security.

Assign Ownership to All Data

All data, especially the company's mission-critical data, must have an owner (or a custodian). Such a setup is useful in many ways:

  • For access approval purposes, the security department knows where to go for approvals. The owners can make informed decisions, as they know their data the best.
  • If there are discrepancies in access rights, then you can go to the owner for clarification purposes.
  • The owner can make appropriate decisions about data backup requirements for recovery and disaster recovery purposes.

 

Various compliance legislations require the company to have ownership of at least the production data.

Keep All Security Within RACF

Chapter 25, "Security Architecture," discussed the benefits of having external security. In our case, this is RACF. It is recommended that, as far as possible, RACF be utilized as the security repository.

 

Some products provide the choice to implement either internal security or external security. Whenever there is a choice, it should be company policy to always select the latter.

 

There might be a few exceptions. Some applications, developed in-house or purchased from outside vendors, might offer only internal security. The application security requirements might be at the field level, and the whole process might be so customized that it makes sense to leave it up to the application group to manage their own security. This should be an exception rather than the rule, however.

Log Accesses to Important Data

The best practice of identifying all your important data was mentioned earlier in this chapter. If that is done, then implementing logging for important data is easy. These logs are invaluable for a number of reasons, among them the need to comply with corporate and regulatory standards.

Conduct Periodic Reviews of All Access Rights

A periodic review of all security definitions is essential to verify their continued applicability. This will give you a greater comfort level about your mainframe security.

 

For example, in the role-based security model discussed in Part 1, members of a group automatically get certain access rights. It follows that if group membership is not periodically reviewed, then it is possible that wrong individuals have access to some data.

 

This activity is often overlooked, for the simple reason that it is not urgent and the staff is busy doing daily security administration. To alleviate the workload on the security department, it is suggested that the review occur on a staggered basis.

 

Periodically—at least once a year—you should review the various pieces of information in the security database:

  • Special privileges granted to user IDs
  • All access rights
  • User IDs
  • Group memberships
  • RACF profiles

Implement Change Management for Production JCL

Production JCL is what ultimately generates all those reports that are critical to the survival of corporations. Any changes, additions, or deletions to production JCL must go through a change-management process whereby the JCL is examined before being put into production.

 

This JCL resides in one or more designated procedure libraries at the installation. Before it goes into production, make sure the following is true:

  • The JCL has been tested. Otherwise, unexpected failures will affect the timely production of your critical reports.
  • The JCL has been approved by management.
  • The JCL runs under a production batch ID, not a test ID or a personal user ID. If a personal user ID runs production JCL, what happens when the person leaves?
  • The JCL does not reference any personal data sets. If it does, then changes made to the personal data sets can cause integrity issues. Also, what happens if the person leaves?
  • The JCL follows corporate standards and naming conventions.

Report and Monitor Security Activities

In chapter 4, "Security Event Logging and Auditing," we saw the various logging capabilities that RACF provides and learned the importance of such logging. This logging is meaningless, however, unless you produce meaningful reports and monitor the security activities. (Of course, some logging is done for posterity, in case the need arises to find out what happened in the past.)

 

With regular monitoring, the security department becomes familiar with access patterns and is better able to fine-tune the security definitions that are in place. Also, if the user community is aware that monitoring is being done regularly, then there is less likelihood that someone will engage in fraudulent activity. It is like those traffic cameras randomly installed at key city intersections; just knowing that there might be one at the next intersection reduces the chances of motorists running red lights.

 

On a regular basis, you should produce reports and monitor the following:

  • Activities carried out by means of special privileges—This includes all RACF security definition changes. This monitoring will ensure special powers are not abused.
  • Invalid logon attempts—These are mostly a result of invalid passwords having been entered at logon time. You are looking for patterns that might tell you, for example, if someone is trying to use (or guess) someone else's password.
  • Security violations—Inevitably, users try to access data they are not supposed to be accessing, and RACF fails the attempt. Even though the access attempt has failed, you should still keep an eye on these access violations to see if a pattern is emerging. For example, if you notice that a user ID is consistently failing on access attempts to your payroll master file, this should raise a red flag.
  • Accesses to important data—In rare cases, for very important data, you might have set up logging even for successful accesses. These accesses need to be monitored to ensure the access was in line with the person's job function.

Implement Segregation of Duties

The principle of segregation of duties means that no individual should have multiple special privileges, such that the individual is able to carry out unauthorized activities and later cover his or her tracks by using special privileges.

 

In terms of job functions, segregation of duties implies that multiple sensitive functions should not be carried out by the same individual. For example, the person administering security by means of the RACF special privilege should not also be the one to review the report on special privilege activities. These two functions should be segregated.

Require Approval Before Granting Access

When there is a request to grant access, the security department is in no position to make a judgment call as to whether the request is in line with company policy. Security administrators are the ones who should be granting the access, but only after the owner (or custodian) of that piece of data has approved the request. The owners are in the best position to make judgment calls on data they own.

Summary

If you adopt and implement security best practices at your organization, then the whole task of securing your company's business data becomes much easier. You will also be better prepared to meet with auditors and compliance monitors.

 

Dinesh Dattani

Dinesh D. Dattani is a mainframe security consultant and president of Triple-D Mainframe Services, Ltd., in Toronto, Canada. He has more than 30 years of mainframe security experience at a number of companies in North America. His consulting career spans diverse industries and sectors, including banking, telecom, automotive, insurance, energy, government, and service providers.

Dinesh has also provided hands-on and classroom training on mainframe security to a number of clients. Before starting his own company, he was a system programmer working on mainframe operating systems. This base gave him an invaluable understanding of the technical aspects of mainframe security.

Dinesh has authored nearly 60 articles on mainframe security and is the author of the IBM white paper Best Practices for System z Security: Mainframe Security Matters: Thinking Outside the Box (2006). He also blogs about mainframe security topics at mainframesecuritymatters.wordpress.com. Dinesh holds a bachelor of mathematics degree with a major in computer science from the University of Waterloo, Canada.


MC Press books written by Dinesh Dattani available now on the MC Press Bookstore.

IBM Mainframe Security IBM Mainframe Security
Boost your understanding of security and audit issues, best practices, and compliance with this experience-based guide.
List Price $59.95

Now On Sale

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: