Skip to Main Content
IBM Z Hardware and Operating Systems Ideas Portal


This is the public portal for all IBM Z Hardware and Operating System related offerings. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Workspace z/OS
Created by Guest
Created on Dec 12, 2022

zERT - Match the least common denominator of a rule

With the current setup of Reusable Rules that combines a combination of

  • Traffic Descriptor

  • Data Endpoints

  • TLS or SSH version

  • Protection Characteristics

It is required that all of the specifics match to trigger the required action. This behavior can lead to a massive number of required combinations, especially for the Protection Characteristics.

Compiling a Reusable Rule consisting of definitions for

  • Symmetric Encryption

  • Message Authentication

  • Key Exchange

I expect that zERT will trigger the associated action if the least common denominator matches.

Following the example of a rule that should trigger the reset of a (SSH) connection with its defined details for the protection characteristics:


Symmetric Encryption Algorithms

  • none

  • DES,

  • DES_40,

  • 3DES,

  • RC4_40,

  • RC2_40,

  • RC4_128,

  • RC2_128, RC4_256,

  • RC2,

  • ARCFOUR_128,

  • ARCFOUR_256,

  • ARCFOUR,

  • TwoFish_CBC

SSH Key Exchange Algorithms

  • none,

  • Diffie_Hellman_group_exchangeSHA1,

  • Diffie_Hellman_group14_SHA1,

  • Diffie_Hellman_group1_SHA1,

  • GSS_GROUP1_SHA1,

  • GSS_GROUP14_SHA1,

  • GSS_GEX_SHA1,

  • GSS_*,

  • RSA1024_SHA1

Message Authentication Algorithms

  • none,

  • MD2,

  • HMAC_MD5,

  • HMAC_MD5_96,

  • HMAC_SHA1_96,

  • UMAC_64,

  • AES_128_XCBC_96,

  • HMAC_SHA1


Following Details for the connection that should be reset:

Symmetric Encryption Algorithms: AES-CBC-128

SSH Key Exchange Algorithms: diffie-hellman-group1-sha1

Based on the used Key Exchange I would expect that this connection is reset, however as the Symmetric Encryption does not match, this connection is just allowed.

I expect that for this 'reset' rule it should reset the connection if just either of the protection characteristics does match that is not expected to be allowed.

Th above rule will never match to reset the connection as only the Symmetric Encryption does not match. However, I would expect from such a rule that the least common denominator is relevant hence the weakest definition for a Protection Characteristic defines it for the whole rule. To achieve the same with the current setup I would have to triple the amount of rules and have one that defines the Symmetric Encryption and allows any Key Exhange and Message Authentication. Then the same that allows any Symmetric Encryption but with specifics for Key Exhange and any Message Authentication and last, any Symmetric Encryption, any Key Exchange but with specifics for Authentication Algorithms.

Idea priority Medium
  • Guest
    Reply
    |
    Jan 27, 2023
    This item is unlikely to be given high enough priority to be placed into product plan.