Hostname
email2.pgcruises.com
Last fetched
email2.pgcruises.com resolves to 1 IPv4 address operated by NETTOGO-BLK - NETTOGO in US.
Nutrition Label
Resolution chain
email2.pgcruises.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 216.21.69.200 | 216.21.64.0/20 | AS16423 | NETTOGO-BLK - NETTOGO | US |
WHOIS identity
No WHOIS records are currently associated with email2.pgcruises.com in WhisperGraph.
Subdomains
3 observed subdomains of email2.pgcruises.com.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for email2.pgcruises.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 216.21.69.162 |
| SPF_IP | 216.21.69.163 |
| SPF_IP | 216.21.69.164 |
| SPF_IP | 216.21.69.183 |
| SPF_IP | 216.21.69.184 |
| SPF_IP | 216.21.69.186 |
| SPF_IP | 216.21.69.223 |
| SPF_MX | email2.pgcruises.com |
Related pages
Pivot deeper into the graph from email2.pgcruises.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "email2.pgcruises.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.