Hostname
pb-santander.com
Last fetched
pb-santander.com resolves to 7 IPv4 addresses operated by AS20940 in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
pb-santander.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:69
- Organization
- contact privacy inc. customer 0145042920
- Contact emails
Subdomains
60 observed subdomains of pb-santander.com.
Showing 25 of 60. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pb-santander.com in the public web crawl.
32 sites link to this hostname.
31 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for pb-santander.com.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc5532-55.iphmx.com |
| SPF_EXISTS | %{i}.spf.santandergroup-out.c3s2.iphmx.com |
| SPF_EXISTS | %{i}.spf.santandergroup.c3s2.iphmx.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_IP | 193.127.133.12 |
| SPF_IP | 217.169.130.137 |
| SPF_IP | 217.169.130.144 |
| SPF_IP | 66.231.254.173 |
| SPF_IP | 66.231.254.174 |
Related pages
Pivot deeper into the graph from pb-santander.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pb-santander.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.