Hello, I tried to design a playbook that triggers when an alert is
updated. I set a condition to check if it was created 5 minutes ago.
However, when I created an alert and updated it, the playbook didn't
work. But, when I created another playbook an...
Hi Team, I have observed Update Alert Record step is failling with an
error :[Internal Server Error. Check log 'prod.log' for more details
URL:
https://localhost/api/3/alerts/30f2ae33-36cf-46f0-a098-47e9ef4669df], in
one of our client setup, attachin...
Hi @shashankkumar , The JSON you provided contains a syntax error,
{"data": {"events": [ The braces ( '{', '[' ) are not properly
closed.Please use the corrected JSON format provided below. {"data":
{"events": [{"Action": null,"SourceIP": "10.44.1.24...
Hi @khanchand , To extract IOCs from password-protected PDF file, you
can use the "PDF Reader" connector. This connector extracts all text
from the PDF file. To extract text from a password-protected PDF file,
you'll need to provide both the file IRI...