ArcSight SIEM Logger Web Gui and Search Tips and Tricks

你离开我真会死。 提交于 2019-11-26 16:25:01

ArcSight Logger is one of products from Micro Focus SIEM platform. It  streams real-time data and categorizes them into specific logs and easily integrates with Security Operations. As a result, organizations of any size can use this high performance log data repository to aid in faster forensic analysis of IT operations, application development, and cyber security issues, and to simultaneously address multiple regulations.

Summary

Analyzer
Search

 Live Event Viewer

Dashboard

Reports

Configuration

YouTube Video for Web Gui OverView:

Search Example:
a. 
sourceAddress=1.1.1.2 and name startswith “TCP” and name contains “DEN” | fields requestUrl

b. 
((name CONTAINS “Search.cgi Command Injection Vulnerability” ) and destinationAddress = “14.47.251.171”)  AND deviceInboundInterface CONTAINS “11”| fields sourceAddress,destinationAddress,deviceInboundInterface

c.
CEF “failed” | dedup name

Removes duplicate events from search results. That is, events that contain the same value in the specified field. The first matching event is kept, and the subsequent events with the same value in the specified field are removed.

It will search all logs which has ‘failed’ word then listed first found one in name field.

References:

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!