Hostname
a400.pt
Last fetched
a400.pt resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
a400.pt 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 |
|---|---|---|---|---|
| 148.251.23.253 | 148.251.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with a400.pt in WhisperGraph.
Subdomains
14 observed subdomains of a400.pt.
Web-graph footprint
Distinct hostnames that link to or from a400.pt in the public web crawl.
26 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for a400.pt.
| Mechanism | Target |
|---|---|
| SPF_A | mail.3gnt.net |
| SPF_A | www.a400.pt |
| SPF_IP | 192.160.245.242 |
| SPF_IP | 193.227.238.7 |
| SPF_IP | 193.227.239.7 |
| SPF_IP | 83.240.224.101 |
| SPF_MX | a400.pt |
Related pages
Pivot deeper into the graph from a400.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "a400.pt"})-[: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.