Hostname
the.al
Last fetched
the.al resolves to 1 IPv4 address operated by AS12876 in FR.
Nutrition Label
Resolution chain
the.al 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 |
|---|---|---|---|---|
| 195.154.112.118 | 195.154.0.0/16 | AS12876 | — | FR |
WHOIS identity
No WHOIS records are currently associated with the.al in WhisperGraph.
Subdomains
9 observed subdomains of the.al.
Web-graph footprint
Distinct hostnames that link to or from the.al in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- the.al
SPF policy
5 SPF mechanisms authorising senders for the.al.
| Mechanism | Target |
|---|---|
| SPF_A | the.al |
| SPF_IP | 195.154.112.118 |
| SPF_IP | 2001:bc8:23ca:200::/56 |
| SPF_IP | 2001:bc8:6005:129:208:a2ff:fe0c:49cc/64 |
| SPF_MX | the.al |
Related pages
Pivot deeper into the graph from the.al.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "the.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.