Skip to main content
mohamed44
Visitor III
May 16, 2024
Solved

FortiSOAR Schedule

  • May 16, 2024
  • 2 replies
  • 2885 views

When I Scheduled Playbook where its input come from,

I mean for example i want to schedule daily reputation check on the Indicator and change the status depend on it,

thanks on advance,

 

Best answer by Jtamboli

Hi Muhammed,

Based on your use case, you can follow these steps:

1.Create a reference playbook.
2.Add a "Find Records" step and select the 'indicators' module (as shown in the screenshot_01). In this      step, I have filtered indicator records based on IP address and set the record limit to 3, you can       increase as per your need.
3.Add a reference playbook step.(as shown in screenshot_02)
4.In the reference playbook, add steps to get the IP reputation and update the indicator record.(as shown in screenshot_03 ,04 and 05)
5.Schedule this playbook to run on a daily basis according to your requirements. This will ensure that   the playbook runs at the scheduled time, fetches the indicator records, checks their reputation, and     updates it accordingly.




2 replies

Jtamboli
Staff
JtamboliAnswer
Staff
May 20, 2024

Hi Muhammed,

Based on your use case, you can follow these steps:

1.Create a reference playbook.
2.Add a "Find Records" step and select the 'indicators' module (as shown in the screenshot_01). In this      step, I have filtered indicator records based on IP address and set the record limit to 3, you can       increase as per your need.
3.Add a reference playbook step.(as shown in screenshot_02)
4.In the reference playbook, add steps to get the IP reputation and update the indicator record.(as shown in screenshot_03 ,04 and 05)
5.Schedule this playbook to run on a daily basis according to your requirements. This will ensure that   the playbook runs at the scheduled time, fetches the indicator records, checks their reputation, and     updates it accordingly.




Jtamboli
Staff
Staff
May 20, 2024

For reference attaching playbook as well,