McAfee Ids.
McAfee IPS/IDS,或McAfee网络安全平台,McAfee监控您的网络入侵和恶意活动。
在你开始之前
McAfee IDS会产生两种日志:防火墙事件和IPS事件。需要配置McAfee仅以syslog方式向InsightIDR发送IPS事件。
将IPS事件配置为syslog:
- 在设备上启用syslog以转发IPS事件和警报。在此处了解如何执行此操作:https://docs.mcafee.com/bundle/network-security-platform-9.2.x-product-guide/page/GUID-E4A687B0-FAFB-4170-AC94-1D968A10380F.html
- 添加syslog服务器配置文件。了解如何这样做:https://docs.mcafee.com/bundle/network-security-platform-9.2.x-product-guide/page/GUID-8C7F8174-1BFB-4455-B5DD-87921253C4B8.html
- 编辑syslog消息以可接受的insightidr格式。了解如何这样做:https://docs.mcafee.com/bundle/network-security-platform-9.2.x-product-guide/page/GUID-496EC0F4-BE90-4401-A218-88FD9B72D040.html
最初的IPS格式是这样的:
1
<162> 11月9日13:01:03 SyslogalertForwarder:FOW-DMZ-IPS1检测到的出站攻击SNMP:Microsoft v2批量请求valuelist溢出(severity = high)。10.251.33.35:n/a - > 192.168.83.1:n/a(结果=智能阻挡)
- 更改IPS格式如下所示:
1
$ IV_SENSOR_NAME $检测到$ IV_DIRECTION $攻击$ IV_ATTACK_NAME $攻击_d $ iv_attack_id $(severity = $ iv_attack_severity $)。$ iv_source_ip $:$ iv_source_port $ - > $ iv_destination_ip $:$ iv_destination_port $(结果= $ iv_result_status $)
- 点击保存最终确定Syslog消息的自定义。
如何在InsightIdr中配置此事件源
这个页面对你有帮助吗?