Hostname
alliander.com
Last fetched
alliander.com resolves to 2 IPv4 addresses operated by TRANSIP-AS Amsterdam, the Netherlands in NL. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
alliander.com 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 |
|---|---|---|---|---|
| 149.210.200.244 | 149.210.128.0/17 | AS20857 | TRANSIP-AS Amsterdam, the Netherlands | NL |
| 149.210.200.247 | 149.210.128.0/17 | AS20857 | TRANSIP-AS Amsterdam, the Netherlands | NL |
WHOIS identity
- Registrar
- iana:269
- Organization
- alliander n.v.
- Contact emails
Subdomains
174 observed subdomains of alliander.com.
Showing 25 of 174. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from alliander.com in the public web crawl.
390 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for alliander.com.
| Mechanism | Target |
|---|---|
| SPF_A | c.spf.service-now.com |
| SPF_A | hybrid.alliander.com |
| SPF_INCLUDE | 144628313.spf07.hubspotemail.net |
| SPF_INCLUDE | _spf.cmail.ondemand.com |
| SPF_INCLUDE | _spf.facilitor.nl |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf.topdesk.net |
| SPF_IP | 185.242.164.86 |
Related pages
Pivot deeper into the graph from alliander.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alliander.com"})-[: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.