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:
ArcSight Logger是MicroFocus SIEM平台的产品之一,它提供实时数据流并将其分类为特定日志,易于与安全操作集成。无论组织大小,均可利用其高性能的日志数据存储库,加速IT运营、应用开发及网络安全问题的取证分析,并同时应对多种法规要求。







334

被折叠的 条评论
为什么被折叠?



