Hostname
la2.digital
Last fetched
la2.digital resolves to 1 IPv4 address operated by AS50673 in NL. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
la2.digital 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 |
|---|---|---|---|---|
| 185.253.219.219 | 185.253.219.0/24 | AS50673 | — | NL |
WHOIS identity
- Registrar
- iana:1647
- Organization
- —
- Contact emails
- —
Subdomains
6 observed subdomains of la2.digital.
Showing 4 of 6. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from la2.digital in the public web crawl.
34 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- la2.digital
SPF policy
3 SPF mechanisms authorising senders for la2.digital.
| Mechanism | Target |
|---|---|
| SPF_A | la2.digital |
| SPF_IP | 185.253.219.219 |
| SPF_MX | la2.digital |
Related pages
Pivot deeper into the graph from la2.digital.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "la2.digital"})-[: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.