Hostname
e.talbots.com
Last fetched
e.talbots.com resolves to 7 IPv4 addresses operated by NEXUSIS - Nexus IS in US.
Nutrition Label
Resolution chain
e.talbots.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 173.213.2.204 | 173.213.2.0/23 | AS53316 | NEXUSIS - Nexus IS | US |
| 208.49.63.41 | 208.49.63.0/24 | AS53316 | NEXUSIS - Nexus IS | US |
| 208.49.63.42 | 208.49.63.0/24 | AS53316 | NEXUSIS - Nexus IS | US |
| 208.50.56.47 | 208.50.56.0/24 | AS53316 | NEXUSIS - Nexus IS | US |
| 209.3.218.106 | 209.3.218.0/24 | AS53316 | NEXUSIS - Nexus IS | US |
| 63.149.195.136 | 63.149.195.0/24 | AS53316 | NEXUSIS - Nexus IS | US |
| 173.213.24.204 | 173.213.24.0/23 | AS53316 | NEXUSIS - Nexus IS | US |
WHOIS identity
No WHOIS records are currently associated with e.talbots.com in WhisperGraph.
Subdomains
21 observed subdomains of e.talbots.com.
Showing 18 of 21. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for e.talbots.com.
| Mechanism | Target |
|---|---|
| SPF_A | e.talbots.com |
| SPF_IP | 173.213.2.204 |
| SPF_IP | 173.213.4.95/32 |
| SPF_IP | 208.49.63.40 |
| SPF_IP | 208.49.63.41 |
| SPF_IP | 208.49.63.42 |
| SPF_IP | 208.50.56.47 |
| SPF_IP | 38.107.100.40/29 |
| SPF_IP | 63.148.46.114 |
| SPF_IP | 63.148.46.81/32 |
| SPF_IP | 63.236.77.17 |
| SPF_IP | 63.236.77.21 |
| SPF_IP | 8.7.43.19/30 |
| SPF_MX | e.talbots.com |
Related pages
Pivot deeper into the graph from e.talbots.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e.talbots.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.