How to get a list of all IP having a PTR-record for a particular domain, e.g. mail.example.com
Goal is to have a list of IP that
x.y.z.a
x.y.z.b
x.y.z.c
are claiming to serv mail.example.com.
How to get a list of all IP having a PTR-record for a particular domain, e.g. mail.example.com
Goal is to have a list of IP that
x.y.z.a
x.y.z.b
x.y.z.c
are claiming to serv mail.example.com.
Use host in Linux to show all IP address related to a domain name.
sub@ubuntu:~$ host crashlytics.com
crashlytics.com has address 107.21.238.206
crashlytics.com has address 23.21.242.216
crashlytics.com has address 23.21.93.182
crashlytics.com mail is handled by 10 aspmx.l.google.com.
crashlytics.com mail is handled by 20 alt1.aspmx.l.google.com.
crashlytics.com mail is handled by 20 alt2.aspmx.l.google.com.
crashlytics.com mail is handled by 30 aspmx2.googlemail.com.
crashlytics.com mail is handled by 30 aspmx3.googlemail.com.
crashlytics.com mail is handled by 30 aspmx4.googlemail.com.
crashlytics.com mail is handled by 30 aspmx5.googlemail.com.