Microsoft Sentinel 的 NXLog AIX 稽核連接器
NXLog AIX 稽核數據連接器會使用 AIX 稽核子系統,直接從核心讀取事件,以擷取 AIX 平臺上的稽核事件。 此 REST API 連接器可以有效地將 AIX 稽核事件導出至 sentinel Microsoft即時。
這是自動產生的內容。 如需變更,請連絡解決方案提供者。
連接器屬性
連接器屬性 | 描述 |
---|---|
記錄分析資料表 | AIX_Audit_CL |
資料收集規則支援 | 目前不支援 |
支援者 | NXLog |
查詢範例
AIX Audit 事件類型散發
NXLog_parsed_AIX_Audit_view
| summarize count() by EventType
| render piechart title="AIX Audit event type distributon"
每秒最高事件 (EPS) AIX Audit 事件類型
NXLog_parsed_AIX_Audit_view
| where EventEndTime > todatetime('2021-09-09')
| summarize EPS=count() by bin(EventEndTime, 1s), EventType
| sort by EPS, EventType, EventEndTime
| take 5
| render columnchart title="Highest event per second (EPS) event types"
每天 AIX 稽核事件的時程圖表
NXLog_parsed_AIX_Audit_view
| where EventEndTime >= todatetime('2021-09-06')
| where EventEndTime < todatetime('2021-09-10')
| summarize Count=count() by bin(EventEndTime, 1d)
| render timechart title="AIX Audit events per day"
每小時 AIX 稽核事件的時間圖表
NXLog_parsed_AIX_Audit_view
| where EventEndTime >= todatetime('2021-09-07')
| where EventEndTime < todatetime('2021-09-08')
| summarize Count=count() by bin(EventEndTime, 1h)
| render timechart title="AIX Audit events per hour"
AIX 稽核事件每秒 (EPS) 時程圖表
NXLog_parsed_AIX_Audit_view
| where EventEndTime >= todatetime('2021-09-07 18:29')
| where EventEndTime < todatetime('2021-09-07 23:55')
| summarize EPS=count() by bin(EventEndTime, 1s)
| render timechart title="AIX Audit events per second (EPS)"
廠商安裝指示
注意
此數據連接器相依於以 Kusto 函式為基礎的剖析器,以如預期 般運作, NXLog_parsed_AIX_Audit_view與Microsoft Sentinel 解決方案一起部署。
請遵循 NXLog 使用者指南整合指南中的逐步指示,Microsoft Sentinel 來設定此連接器。