IBM QRadar SOAR

IBM QRadar

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  emailmessages in the incident tab "Email"

    Posted Mon July 13, 2020 05:22 AM
    Hi!

    I'm trying to write a script based on emails which are already added to an incident. Those emails which are shown in the Email tab in the incident.

    When create a script with object type "emailmessage" it only tries to find email messages which are still in the inbox... 
    Same for the rule... I created a manual rule for object type "Emailmessage" and I can use this rule only in the inbox but not in the email tab in the incident.

    Under which path can I find those?
    Is this something like incident.properties....?

    And please don't tell me this is again something which is not possible within the platform itself and I have to use a script running on the integration server...


    Best,
    Achim

    ------------------------------
    Achim Quehenberger
    ------------------------------


  • 2.  RE: emailmessages in the incident tab "Email"

    Posted Tue July 14, 2020 07:54 AM
    There are two things going on. The first is that an automatic Rule only would run on an object that is new/deleted/updated. Email objects already on an incident cannot be updated so a Rule would never run on them.

    The second thing is that you are looking for is the ability to get sub-objects of an incident from a script. In this case, get all the emails associated with the incident. As you intimated, in-product scripting does not have the capability to get incident sub objects. Not just emails, but tasks, artifacts, etc.

    Ben

    ------------------------------
    Ben Lurie
    ------------------------------



  • 3.  RE: emailmessages in the incident tab "Email"

    Posted Tue July 14, 2020 08:16 AM
    Hi Lurie,

    Thank you for your reply. But the first answer is not quite right. I mentioned that I created a manuel rule (or Menu Item as it is called in the drop down field for "New Rule"), not an automatic one. And with manual rules you can trigger scripts which handle already existing things.

    Ok thanks, I already expected the second answer.

    Best,
    Achim

    ------------------------------
    Achim Quehenberger
    ------------------------------