Hostname
4p.al
Last fetched
4p.al resolves to 2 IPv4 addresses operated by DSH-AS1 - State of California, Department of State Hospitals in NL.
Nutrition Label
Resolution chain
4p.al resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.59.254.152 | 2.59.254.0/24 | AS207083 | DSH-AS1 - State of California, Department of State Hospitals | NL |
| 69.174.98.45 | 69.174.0.0/17 | AS3257 | GTT-BACKBONE GTT | US |
WHOIS identity
No WHOIS records are currently associated with 4p.al in WhisperGraph.
Subdomains
1 observed subdomain of 4p.al.
| Subdomain |
|---|
| www.4p.al |
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for 4p.al.
| Mechanism | Target |
|---|---|
| SPF_A | 2it.cloud |
| SPF_A | 4p.al |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 169.197.131.218 |
| SPF_MX | 4p.al |
Related pages
Pivot deeper into the graph from 4p.al.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "4p.al"})-[: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.