Skip to main content

Hi exploring options for creating dashboards using APIs. i found a repository of python functions which helps to create detections rules and can perform may other things in similay way i am searing for dashboards.
here is the repository i am refering: https://github.com/chronicle/api-samples-python

 

Our “SecOps Wrapper” includes dashboard functionality, so you should be able to use this as a reference: https://github.com/google/secops-wrapper

 

-mike


similarly i am also looking for curated detections management and for playbooks aswell


You should be able to manage Curated Detections via the SecOps wrapper - https://github.com/google/secops-wrapper/blob/main/README.md#rule-sets

 

For playbooks, you can manage via the APIs you can find here - https://cloud.google.com/chronicle/docs/soar/reference/working-with-chronicle-soar-apis. Post SOAR migration, you should be able to use the Chronicle API - https://cloud.google.com/chronicle/docs/soar/admin-tasks/advanced/migrate-to-gcp#use_soar_apis_on


Reply