Collect Infoblox logs
This document describes how you can collect Infoblox logs by using a Google Security Operations forwarder.
For more information, see Data ingestion to Google Security Operations.
An ingestion label identifies the parser which normalizes raw log data to structured
UDM format. The information in this document applies to the parser with the
INFOBLOX_DNS ingestion label.
Configure Infoblox
- Sign in to the Infoblox web UI.
- In the Infoblox web UI, select System > System properties editor > Monitoring.
- Select the Log to external syslog servers checkbox.
- In the External syslog servers section, click the plus (+) sign to add a new syslog server for the Google Security Operations forwarder.
- In the Address field, enter the Google Security Operations forwarder server IP address.
- In the Transport list, select either TCP or UDP.
- In the Port field, enter the port number.
- In the Node ID list, select LAN to include the Infoblox IP in the syslog header.
- From the Available list, select the following and move them to the Selected list:
- DNS queries
- DNS responses
- DHCP process
 
The Infoblox server forwards the query and response logs using syslog to the Google Security Operations forwarder.
Configure Google Security Operations forwarder and syslog to ingest Infoblox logs
- Select SIEM Settings > Forwarders.
- Click Add new forwarder.
- Enter a unique name in the Forwarder name field.
- Click Submit and then click Confirm. The forwarder is added and the Add collector configuration window appears.
- In the Collector name field, enter a unique name for the collector.
- Select Infoblox as the Log type.
- Select Syslog as the Collector type.
- Configure the following input parameters:
- Protocol: specify the connection protocol the collector will use to listen for syslog data.
- Address: specify the target IP address or hostname where the collector resides and listens for syslog data.
- Port: specify the target port where the collector resides and listens for syslog data.
 
- Click Submit.
For more information about Google Security Operations forwarders, see Google Security Operations forwarders documentation. For information about requirements for each forwarder type, see Forwarder configuration by type.
If you encounter issues when you create forwarders, contact Google Security Operations support.
Field mapping reference
This parser extracts Infoblox DNS logs in either SYSLOG or CEF format, normalizing them into UDM. It handles various log formats using grok patterns, extracts key fields like source or destination IP, DNS query details, and security information, and maps them to the appropriate UDM fields.
UDM mapping table
| Log Field | UDM Mapping | Logic | 
|---|---|---|
| agent.hostname | principal.hostname | For CEF formatted logs, if agent.hostnameexists, it's mapped toprincipal.hostname. | 
| client_ip | principal.ip | For CEF formatted logs, if client_ipexists, it's mapped toprincipal.ip. | 
| client_port | principal.port | For CEF formatted logs, if client_portexists, it's mapped toprincipal.port. | 
| data | answers.data | Extracted from the datafield of theanswerssection in the raw log. Multiple occurrences are mapped as separateanswersobjects. | 
| description | metadata.description | Mapped directly from the raw log's descriptionfield or extracted using grok patterns from other fields likemessageandmsg2. | 
| dest_ip1 | target.ip | Extracted from the raw log and mapped to target.ip. | 
| destinationDnsDomain | dns_question.name | For CEF formatted logs, if destinationDnsDomainexists, it's mapped todns_question.name. | 
| dns_class | dns_question.class | Mapped using the dns_query_class_mapping.includelookup table. | 
| dns_domain | dns_question.name | Extracted from the raw log's messagefield using grok patterns and mapped todns_question.name. | 
| dns_name | dns_question.name | Extracted from the dns_domainfield using grok patterns and mapped todns_question.name. | 
| dns_records | answers.data | For CEF formatted logs, if dns_recordsexists, it's mapped toanswers.data. Multiple occurrences are mapped as separateanswersobjects. | 
| dst_ip | target.iportarget.hostname | Extracted from the raw log's messagefield using grok patterns. If it's a valid IP address, it's mapped totarget.ip; otherwise, it's mapped totarget.hostname. | 
| dst_ip1 | target.iportarget.hostname | Extracted from the raw log's messageormsg2field using grok patterns. If it's a valid IP address, it's mapped totarget.ip; otherwise, it's mapped totarget.hostname. Only mapped if different fromdst_ip. | 
| evt_type | metadata.product_event_type | Mapped directly from the raw log's evt_typefield, which is extracted from themessagefield using grok patterns. | 
| InfobloxB1OPHIPAddress | principal.ip | For CEF formatted logs, if InfobloxB1OPHIPAddressexists, it's mapped toprincipal.ip. | 
| InfobloxB1Region | principal.location.country_or_region | For CEF formatted logs, if InfobloxB1Regionexists, it's mapped toprincipal.location.country_or_region. | 
| InfobloxDNSQType | dns_question.type | For CEF formatted logs, if InfobloxDNSQTypeexists, it's mapped todns_question.type. | 
| intermediary | intermediary.iporintermediary.hostname | Extracted from the raw log's messagefield using grok patterns. If it's a valid IP address, it's mapped tointermediary.ip; otherwise, it's mapped tointermediary.hostname. | 
| msg2 | metadata.description,dns.response_code,dns_question.name,target.ip,target.hostname,answers.name,answers.ttl,answers.data,answers.class,answers.type,security_result.severity | Extracted from the raw log's messagefield using grok patterns. Used for extracting various fields but not directly mapped to UDM. | 
| name1 | answers.name | Extracted from the raw log's msg2field using grok patterns and mapped toanswers.name. | 
| name2 | answers.name | Extracted from the raw log's msg2field using grok patterns and mapped toanswers.name. | 
| protocol | network.ip_protocol | Mapped directly from the raw log's protocolfield if it matches known protocols. | 
| qclass | dns_question.class | Intermediate field used for mapping dns_classto UDM. | 
| qclass1 | answers.class | Intermediate field used for mapping dns_class1to UDM. | 
| qclass2 | answers.class | Intermediate field used for mapping dns_class2to UDM. | 
| query_type | dns_question.type | Mapped using the dns_record_type.includelookup table. | 
| query_type1 | answers.type | Mapped using the dns_record_type.includelookup table. | 
| query_type2 | answers.type | Mapped using the dns_record_type.includelookup table. | 
| recursion_flag | network.dns.recursion_desired | If the recursion_flagcontains a "+", it's mapped tonetwork.dns.recursion_desiredas true. | 
| record_type | dns_question.type | Intermediate field used for mapping query_typeto UDM. | 
| record_type1 | answers.type | Intermediate field used for mapping query_type1to UDM. | 
| record_type2 | answers.type | Intermediate field used for mapping query_type2to UDM. | 
| res_code | network.dns.response_code | Mapped using the dns_response_code.includelookup table. | 
| response_code | network.dns.response_code | For CEF formatted logs, if response_codeexists, it's mapped tonetwork.dns.response_codeusing thedns_response_code.includelookup table. | 
| security_action | security_result.action | Derived from the statusfield. Ifstatusis "denied",security_actionis set to "BLOCK"; otherwise, it's set to "ALLOW". | 
| severity | security_result.severity | For CEF formatted logs, if severityexists and is "informational", it's mapped tosecurity_result.severityas "INFORMATIONAL". | 
| src_host | principal.hostname | Extracted from the raw log's descriptionormessagefield using grok patterns and mapped toprincipal.hostname. | 
| src_ip | principal.iporprincipal.hostname | Extracted from the raw log's messagefield using grok patterns. If it's a valid IP address, it's mapped toprincipal.ip; otherwise, it's mapped toprincipal.hostname. | 
| src_port | principal.port | Extracted from the raw log's messagefield using grok patterns and mapped toprincipal.port. | 
| ttl1 | answers.ttl | Extracted from the raw log's msg2field using grok patterns and mapped toanswers.ttl. | 
| ttl2 | answers.ttl | Extracted from the raw log's msg2field using grok patterns and mapped toanswers.ttl. | 
| metadata.event_type | metadata.event_type | Derived from various fields and parser logic.  Defaults to GENERIC_EVENTif no other event type is identified. Possible values includeNETWORK_DNS,NETWORK_CONNECTION, andSTATUS_UPDATE. | 
| metadata.log_type | metadata.log_type | Set to "INFOBLOX_DNS" by the parser. | 
| metadata.product_name | metadata.product_name | Set to "Infoblox DNS" by the parser. | 
| metadata.vendor_name | metadata.vendor_name | Set to "INFOBLOX" by the parser. | 
| metadata.product_version | metadata.product_version | Extracted from CEF messages. | 
| metadata.event_timestamp | metadata.event_timestamp | Copied from the timestampfield. | 
| network.application_protocol | network.application_protocol | Set to "DNS" if the event_typeis not "GENERIC_EVENT" or "STATUS_UPDATE". | 
Need more help? Get answers from Community members and Google SecOps professionals.