IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

EDR: Is there a CEF Formatted Template for Feed Hit on Host Ingress?

EDR: Is there a CEF Formatted Template for Feed Hit on Host Ingress?

Environment

  • EDR Server: All Versions
  • Rsyslog

Question

Is there a CEF formatted template for Feed Hit on Host Ingress?

Answer

There is not a default version included. You can use the following and adjust to your needs
CEF:0|Carbon Black|Carbon Black|{{doc["cb_version"]|cef_escape(prefix=True)}}|reason=host_feed_{{doc['sensor_id']}}|{{doc['hostname']|cef_escape(prefix=True)}}|10|feed_name={{doc['feed_name']|cef_escape}} feed_id={{doc['feed_id']|cef_escape}} msg=report_id:{{doc['report_id']|cef_escape}} report_title:{{doc['report_title']|cef_escape}} ioc_type:{{doc['ioc_type']|cef_escape}} ioc_value:{{doc['ioc_value']|cef_escape}}{% for k in doc['ioc_attr'] %} {{k|cef_escape}}:{{doc['ioc_attr'][k]|cef_escape}}{% endfor %}

Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎09-10-2021
Views:
277
Contributors