Update DNS parser to also construct IP-> hostname map [NOTE: This is the SIMPLEST...
authorJanus Varmarken <varmarken@gmail.com>
Wed, 1 Nov 2017 20:46:37 +0000 (13:46 -0700)
committerJanus Varmarken <varmarken@gmail.com>
Wed, 1 Nov 2017 20:46:37 +0000 (13:46 -0700)
commit82489cd1792874402858ded7dc0054032b0ca7a7
tree3f41681411036fbd0a0da1d536b8614fd5dfa16a
parent0f4ec9b6729bd6ffc60569e54877dc244f80086b
Update DNS parser to also construct IP-> hostname map [NOTE: This is the SIMPLEST SOLUTION and does not consider cases where one IP maps to multiple hostnames nor does it consider timing of the mappings -- serves only as a starting point]
parse_dns.py