Skip to main content
Solved

Close Source alert while closing SOAR case

  • March 13, 2024
  • 4 replies
  • 117 views

migueltubia
Forum|alt.badge.img+4

Hi,

we have several sources of alerts integrated in the SOAR. We'd like that, when we close the case in the SOAR, we could automatically close the alert in the origin (like SIEM, MS Defender, etc.). We can execute a playbook manually but we'd like to automate this...

As we cannot create a trigger for this in a playbook, do you know if we can create a job to check this every XX minutes/hours? Is this possible? Any idea?

Thanks!

M.

Best answer by SoarAndy

Many of the Integrations in the marketplace have a Job to monitor for closures and sync to the remote platform

e.g.

For integrations where this does not exist you can log a feature request, or potentially implement one using the IDE

Failing that, yes I would consider adding "close incident" action into your playbooks at the end.

I hope this helps

Andy

4 replies

pigram86
Forum|alt.badge.img+7
  • Bronze 2
  • March 14, 2024

it all depends on how you are using the playbooks. We, as a MSSP,  use playbooks to weed out false positives/known issues and perform Tier1 actions before cases get to the the analysts for deeper analysis. If deemed false positive/known issue, we put the product close alert/incident action prior to the SOAR close alert in that branch of the playbook. 

I don't believe that you can use an Integration action in a job. That would most likely have to be coded from scratch. 


GaurangPatel
Forum|alt.badge.img+3
  • Bronze 1
  • September 23, 2024

Please let me know if you've found the answer.


SoarAndy
Staff
Forum|alt.badge.img+12
  • Staff
  • Answer
  • September 27, 2024

Many of the Integrations in the marketplace have a Job to monitor for closures and sync to the remote platform

e.g.

For integrations where this does not exist you can log a feature request, or potentially implement one using the IDE

Failing that, yes I would consider adding "close incident" action into your playbooks at the end.

I hope this helps

Andy


migueltubia
Forum|alt.badge.img+4
  • Author
  • Bronze 1
  • November 20, 2024

Hi all

yes, as @SoarAndy says, for Chronicle incidents I'm using this job, and for other sources (Cortex, MS Defender, etc), the integrations have an update incident action or similar, so I have developed a playbook "Close Alert" which test the alert's source and close the incident and the alert.