Skip to main content

Incident Report automation

  • May 4, 2023
  • 3 replies
  • 87 views

JacoG
Netskope Partner
Forum|alt.badge.img+2

Hi Guys,

 

I am still very new in the Netskope world and this might seem a very simple question, but I don't know how to do it 🙂

 

Is it possible to generate a report of all High and Critical level incidents over all Fields (DLP, Comp Credentials, BA, Malware, Malicious Sites) in a single report on a daily basis?

 

The reports section with the building of widgets does not make too much sense to me yet.

 

It would have been nice to filter on the incidents page and then have a button to apply the filter to generate a report based on the filters.

 

Please, if anyone can assist with this, it would be greatly appreciated 🙂

 

JG

This topic has been closed for replies.

3 replies

qyost
Forum|alt.badge.img+16
  • Explorer III
  • May 4, 2023

Does the following get you what you're looking for?   You could also create something similar in Advanced Analytics.

SkopeIt -> Alerts
Then hit the advanced search button to get the query language bar. 

 

(acked eq 'false') and (severity in ['Critical','High'] )

 

 

 




qyost
Forum|alt.badge.img+16
  • Explorer III
  • May 4, 2023

Here's the AA version. I had to use a custom filter again to OR across the multiple alert types :

 

${alert_event.sa_rule_severity} = "critical" OR ${alert_event.sa_rule_severity} = "critical" OR ${alert_event.dlp_rule_severity} = "Critical" OR ${alert_event.severity_level} = "critical" OR ${alert_event.malware_severity} = "critical" OR ${alert_event.sa_rule_severity} = "high" OR ${alert_event.sa_rule_severity} = "high" OR ${alert_event.dlp_rule_severity} = "High" OR ${alert_event.severity_level} = "high" OR ${alert_event.malware_severity} = "high"

 

 

 

 


msouza
Netskope Employee
Forum|alt.badge.img+15
  • Netskope Employee
  • May 4, 2023

You could also leverage the Incidents reports/dashboards in AA.