Closed bethatasitmay closed 2 months ago
thanks for raising this part.
'actions=display:ApplicationSeen'
is already full of information, so as you already realised the method to be used for human to get more information is:
'actions=exporttoexcel:file.html,ApplicationSeen'
The functionality of:
'actions=display:ApplicationSeen'
is working fine for JSON output, but there you need to use an additional argument:
'actions=display:ApplicationSeen' shadow-json
The CLI output for human is not planned to be extended for 'actions=display', because it is already hard to read to available packed information.
Ok, no worries - I didn't know if that was intentional or not. Thanks!
Describe the bug
According to the change log, documentation, and type=rule listactions, display has a parameter of ApplicationSeen, among others. While, for example, HitCount works, ApplicationSeen does not.
Expected behavior
When I run an application of display:ApplicationSeen
Current behavior
Nothing additional is added by using the ApplicationSeen parameter
Steps to reproduce
Display - no parameter
Display with ApplicationSeen parameter
In this particular case, there should be 2 specific AppIDs seen based on what is showing in the security policy.
Context
I was simply expecting similar output to exportToExcel where it does work.
Your Environment