2016-09-22 04:01 PM
Hi all,
I am trying to create a report containing the alerts generated by the ESA rules for some range of time (e.g last 5 days).
The idea is to generate a report with the alert informations shown on the picture below (Severity, Alert Name, Count, etc).
Could anybody help me with this?
Thanks in advance.
2016-09-22 04:34 PM
The only resolution for your ask that i'm aware of is to setup syslog notification for EACH and every alert and point to your syslog receiver on the alerts within the ESA, check the output notifications for syslog. Then take that reingestion and create a report from that information.
2016-09-23 03:35 AM
What Joe explained is currently only option you have right now.
10.6.2 should include option to create report on ESA (queries ESA).
Thanks,
Miha
2016-09-23 08:09 AM
Thank you Joe and Miha.
I understood. I will try the Joe's resolution until the 10.6.2 release comes out.
Thank you very much.
2016-09-23 08:09 AM
Miha,
Do you know release date for 10.6.2 ? My customers are also asking for this feature.
2017-03-29 07:34 PM
Is this built into 10.6.2.0? Can you point me to a link?
2017-03-29 08:21 PM
I think I found what I was looking for here RSA Security Analytics Reporting Guide starting on pg 114.
There must be some config issue where the reports app is not able to access the IMDB.
2017-04-04 05:37 PM
John,
The IMDB is for connecting to Envision databases not for connecting to the ESA database to create reports. I know there was mention that 10.6.2 allows the creation of reports from ESA's Summary page but as of 10.6.2.2 you still cannot create reports directly from the Summary page data. The only way to do reports is to feed the alerts back into the Log Decoder, via syslog as the alerts happen, and use the Reporting Engine against the normal Netwitness Services (Concentrator/Broker).
2017-04-05 03:05 PM
There is a plan though for future versions to create reports off of ESA alerts though? The big use case would be creating reports of the domains detected through the context hub's/ESA's automated C&C detection process.
2017-04-05 05:47 PM
I'm pretty sure you can report off both the ESA( Alert) and the IM (incident) tables in 10.6.2.2.
IPDB is the envision database
currently the query that you could use to get prett close to that summary image in ESA (alert summary) is the following
summarize: custom
from: alert
select alert.name, alert.severity,count(alert.numEvents)
where alert.name exists
select your order by column
some things to note: