Hostname
alega.nl
Last fetched
alega.nl resolves to 1 IPv4 address operated by AS20857 in NL. WHOIS lists registrar:vdb computers b.v. as the registrar.
Nutrition Label
Resolution chain
alega.nl 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 |
|---|---|---|---|---|
| 77.72.150.5 | 77.72.144.0/21 | AS20857 | — | NL |
WHOIS identity
- Registrar
- registrar:vdb computers b.v.
- Organization
- —
- Contact emails
- —
Subdomains
6 observed subdomains of alega.nl.
Web-graph footprint
Distinct hostnames that link to or from alega.nl in the public web crawl.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for alega.nl.
| Mechanism | Target |
|---|---|
| SPF_A | alega.nl |
| SPF_INCLUDE | _spf.mailer.twinfield.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 136.144.236.149 |
| SPF_IP | 149.210.229.120 |
| SPF_IP | 192.237.158.38/32 |
| SPF_IP | 46.244.11.28 |
| SPF_IP | 77.72.150.5 |
| SPF_IP | 84.27.191.179 |
| SPF_MX | alega.nl |
Related pages
Pivot deeper into the graph from alega.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alega.nl"})-[: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.