cfxdm - dm:dns_ip_to_name
DNS Name resolution from IP Address to FQDN
Last updated
DNS Name resolution from IP Address to FQDN
Last updated
dm:dns_ip_to_name: It allows to resolve the IP addresses listed in a column to FQDN names into another column.
dm:dns_ip_to_name: Syntax
from_cols (mandatory): Comma separated list of column names which has IP Address values
to_cols (mandatory): Comma separated list of column names to store resolved DNS Names (FQDN).
keep_value (optional): If it is set to 'yes', it stores the original value, else it stores 'null' value. By default it is set to 'no'
num_threads (optional): Number of DNS lookup threads. Must be in the range of 1 to 20, Default is set to 5.
In the below example, tag dm:recall is used to retrieve the data from an existing saved dataset.
As shown in the below screen, dataset 'netstat-app-connections' has a column called 'localAddr' with IP Address values in it which is ingested into dm:dm:dns_ip_to_name tag to enrich the IP Address values by resolving them into fully qualified domain names and store the output into a new column called 'localAddr_fqdn'.
keep_value = 'yes' : This means, if an IP Address is not resolved to DNS name (FQDN), it will maintain the same IP Address as a value instead of leaving it as empty.
Below screen output shows the resolved DNS name (FQDN) under column 'localAddr_fqdn'