Hello,
I am trying to use the lookup table created by OpenDNS addon to include data from the OpenDNS cloud.
The structure of the lookup table is;
dest, last_queried, max_malware_sample_threat_score, rr_history.domain, rr_history.status, rr_history.status_label, rr_history.ttl.
My lookup query is; | lookup investigate_ips dest AS src_ip OUTPUT rr_history.status_label but this errors out "Error in 'lookup' command: Could not find all of the specified destination fields in the lookup table."
I know that the addresses passed to the lookup table exist, and I don't get the error when I output rr_history. Has anyone gotten the lookup table to work?
... View more