Project

General

Profile

Using Lookups » History » Version 2

« Previous - Version 2/3 (diff) - Next » - Current version
Luke Murphey, 07/28/2017 05:04 AM


Lookups

Network Toolkit includes custom lookups that can be used to get information on hosts within events. The lookups provided are:

  • whois
  • ping
  • traceroute
  • nslookup

Below are some examples of running these commands (each example the field containing the field you want to lookup is in field host_to_lookup):

Whois:

... | lookup whois host as host_to_lookup | table _raw host raw updated_date nameservers registrar whois_server query creation_date emails expiration_date status id

Ping:

... | lookup ping host as host_to_lookup | table _raw host sent received packet_loss min_ping max_ping avg_ping jitter return_code raw_output

Traceroute:

... | lookup traceroute host as host_to_lookup | table _raw host return_code raw_output hops

NSlookup:

... | lookup nslookup host as host_to_lookup | table _raw aaaa a mx ns server