26
Fri, Apr
1 New Articles

Understand How to Address Current Compliance Regulations

Compliance / Privacy
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

In this article, Carol Woodbury discusses the issues surrounding compliance as well as items to address to remain in compliance.

 

I wish I had a magic formula for ensuring that your organization's security configuration was in compliance. Unfortunately, it's just not that easy. It seems that there's at least a slight twist to every organization's compliance implementation. This article endeavors to provide guidelines for you to use to determine how best to attain and remain in compliance.

 

First, you must determine exactly what your organization needs to be in compliance with. How do you determine this? Some organizations have formed a compliance committee, or you may have a chief security officer (CSO) or chief compliance officer (CCO). If that's the case in your organization, you're probably already receiving direction from them. If that's not the case and you have to make the determination yourself, then you need to do a bit of investigation. Reading articles such as this one will help you understand compliance from an i5/OS perspective, but you should also do research in your vertical sector to help you understand the current and future compliance requirements specific to your organization's line of business. For example, if you are in the financial sector, you most likely have to comply with the Gramm-Leach-Bliley Act as well as Basel II. And later this year, you'll have to comply with the Identity Theft Red Flag regulations. Keeping informed of specific regulations associated with your organization's line of business is key to remaining in compliance. Next, government organizations (both U.S. and non-U.S.) have their own standards and regulations with which you must comply. Finally, you may have compliance requirements based on the state or region in which you live or the country in which your organization does business. Paying attention to general business news will typically give you the heads up on government laws and regulations.

 

Next, I recommend that you read the actual laws and regulations yourself. I believe it's important that you read the law or regulation for yourself so that you're not relying on someone else's interpretation. Relying strictly on someone else's opinion leaves you open to implementing something unnecessarily or improperly. And, as an added benefit, they're a great cure for insomnia!

What You Can Do

After you determine what you need to be in compliance with, identify the items you'll need to address to meet the security compliance requirements of the most popular laws and regulations:

 

Item #1: Make sure your organization has a security policy and that it's reviewed and updated at least annually.

 

Many of the laws and regs require a security policy, but beyond that, a security policy just makes good sense. A security policy documents your organization's security requirements and assigns responsibility for implementing those requirements as well as the consequences of not following the requirements. Without a formal security policy, you cannot know for sure whether your security configuration meets your organization's requirements.

 

Item #2: Implement security best practices throughout all system and network security configurations.

 

For guidance on what constitutes security best practices, I like to use the requirements of the Payment Card Industry (PCI) as defined in their Data Security Standards (DSS). This is the only standard that I'm aware of that describes security requirements in enough detail that you can actually implement them. The rest of the laws and regulations (including Sarbanes-Oxley) provide only generalized guidance with few or no details. Independent sources from which you can find guidance for security best practices include the 27000-series ISO standards, CobiT, and National Institute of Standards and Technology. For i5/OS guidance, you can consult the iSeries Security Reference manual or my book, Experts' Guide to OS/400 & i5/OS Security, but here are a few things to get you started:

•·        Eliminate default passwords.

•·        Require strong passwords (changed at least every 90 days, require a digit, minimum length of at least seven characters, cannot be repeated for at least four times).

•·        Promptly remove profiles after 90 days of inactivity.

•·        Give users only enough capabilities (special authorities) to do their jobs.

•·        Give *ALLOBJ authority only to trusted (i.e., a handful of) users.

•·        Set *PUBLIC authority of files containing private or company confidential information to *EXCLUDE.

•·        Run at security level 40 or 50.

•·        Turn on i5/OS auditing.

 

Item #3: Implement compensating controls and document mitigating factors for areas where risk remains but you have determined that best practices cannot be implemented.

 

While implementing security best practices is going to be your goal, in practice it is rare that organizations can fully implement best practices in all areas of their business. When that happens and risk continues to exist, you want to mitigate that risk wherever possible. To ensure auditors understand the business logic and reasoning for these situations, you'll want to document any controls that you have implemented that reduce the risk as well as any factors that cause the situation not to be as risky as it may seem on the surface. For example, while all profiles need to have their passwords changed at least every 90 days, application profiles need to be handled differently and will break if they start to receive the password expiration warning messages; therefore, you have changed the application profiles' Password expiration interval attribute to be *NOMAX. This is not a good security practice because, in theory, the profiles never have to have their passwords changed. However, you have a compensating control: a documented process that requires administrators to change these passwords every 90 days.

 

Item #4: Implement encryption where required (e.g., when transmitting healthcare and PCI data over public networks and for cardholder data at rest).

 

Some regulations such as the PCI DSS, require data "at rest" to be encrypted. Other regulations such as HIPAA require the transmission of data to be encrypted. Regardless of the regulation, don't try to implement your own encryption algorithm. Rather, use well-known algorithms and carefully plan out your key management strategies.

 

Item #5: Perform regular backups, periodically verifying that the backups are actually occurring!

 

Hardware fails, files are accidentally deleted, and data gets out of sync. Regardless of the cause, there are times when you have to get data back from your backup media. Determining what is being backed up and verifying that the backups actually occur is a part of your compliance strategy that cannot be ignored.

 

Item #6: Have a documented and tested disaster recovery plan.

 

This item is pretty self-explanatory. Even if you are in an organization that has no compliance requirements, developing and testing a disaster recovery plan is vital to the integrity of your business. Should disaster strike and you have no recovery plans, chances are your organization will not be able to recover and will either go out of business or suffer significant losses.

 

Item #7: Implement change management.

 

Implementing a formal change management process and software package is high on the list of priorities of SOX auditors. In addition, this is another item that just makes sense from a business perspective. Change management allows a point of communication so that everyone is aware of the changes going into production. In addition, a properly configured formal change management software package creates separation of duties. That is, programmers cannot promote their own code. This provides the opportunity for someone other than the programmer to examine or review the code one last time before it goes into production.

 

Item #8: Document your organization's IT processes.

This is another item that stems from observing our clients' SOX auditors. SOX auditors, more than other auditors, require that processes be documented. The processes that are required consistently from all of our clients include these:

•·        User account creation

•·        User account removal, including procedures for both normal attrition as well as employee dismissal (expecting that the dismissal case has actions that may be taken more immediately than when someone simply leaves the company)

•·        Requests for access to data outside of the user's job scope

•·        Change management requests

•·        Backups

•·        "Patch" (PTF) strategy

 

Item #9: Review user privileges and access controls to sensitive (private) data at least annually.

 

One aspect of implementing security best practices is to rework who has authority to your organization's applications and especially files containing critical or private data. Security best practices dictates that data be "deny by default" or, in i5/OS terms, *PUBLIC authority *EXCLUDE. However, there are times when a handful of users or outside processes need to be given private authority to a file. Without regular review of who has access to these files or application menu options, it is likely that over time users will have access to data or menu options that they no longer have a business justification to access.

 

Another aspect of implementing security best practices is to reduce the capabilities of users to only those required for them to perform their job functions. This is the concept of implementing "least privilege access." In i5/OS terms, this means giving users only the special authorities required for them to perform their job functions. Again, without regular review, users may change jobs or application requirements can change and users may have more capabilities than they require.

 

Item #10: Educate your employees through a security awareness program.

 

Your employees can be one of your biggest assets in preventing security incidences. But that will only be true if you take the time to educate them on the latest security threats, the appropriate use of confidential and private data, and the methods to recognize and report suspicious activity.

 

Item #11: Test your security configuration frequently so that non-compliant items are identified (and fixed) quickly.

 

Your security configuration can easily fall out of compliance. For example, user accounts get created with a default password, programmers promote programs causing them to own the program rather than the application owning profile, security-relevant system settings (i.e., system values) get changed, etc. So it's important to regularly check the compliance of your security configuration and address the issues (non-compliant items) as they arise. Otherwise, you'll be spending as much time and effort to get back into compliance as you did getting into compliance in the first place. In addition to this being a critical step to staying in compliance and saving you time, it's a requirement of several regulations, including PCI's DSS. Finding ways to automate your compliance testing, rather than spending your time testing and comparing the results by hand, will save your organization significant resources (and save your sanity as well!).

 

Item #12: Perform a security assessment at least annually to identify areas of vulnerability.

 

An annual assessment of your system's security configuration is a requirement of several regulations, including HIPAA, GLBA, and PCI's DSS. The assessment requirement is meant to keep you on top of continuous system configuration changes and the security implications of new technologies. The assessment that will benefit you the most will be broad in nature, giving you the best representation of how your system's security configuration stacks up against security best practices settings.  

Carol Woodbury

 

Carol Woodbury is President and CTO of DXR Security and has over 30 years’ experience with IBM i Security. She started her career as Security Team Leader and Chief Engineering Manager for iSeries Security at IBM in Rochester, MN. Since leaving IBM, she has co-founded two companies – SkyView Partners and DXR Security. Her current company - DXR Security - specializes in penetration testing for IBM i. Her practical experience together with her intimate knowledge of the system combine for a unique viewpoint and experience level that cannot be matched.

Carol is known world-wide as an author and award-winning speaker on security technology, specializing in IBM i Security topics. She has written seven books on IBM i Security. Carol has been named an IBM Champion since 2018 and holds her CISSP and CRISC security certifications.

 


MC Press books written by Carol Woodbury available now on the MC Press Bookstore.

IBM i Security Administration and Compliance: Third Edition IBM i Security Administration and Compliance: Third Edition
Don't miss the newest edition by the industry’s #1 IBM i security expert.
List Price $71.95

Now On Sale

IBM i Security Administration and Compliance: Second Edition IBM i Security Administration and Compliance: Second Edition
Get the must-have guide by the industry’s #1 security authority.
List Price $71.95

Now On Sale

IBM i Security Administration and Compliance IBM i Security Administration and Compliance
For beginners to veterans, this is the definitive security resource.
List Price $69.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: