Hostname
amitec.nl
Last fetched
amitec.nl resolves to 2 IPv4 addresses operated by AS25459 in NL. WHOIS lists registrar:internet service europe b.v. as the registrar.
Nutrition Label
Resolution chain
amitec.nl 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 |
|---|---|---|---|---|
| 83.172.129.47 | 83.172.128.0/22 | AS25459 | — | NL |
| 83.172.188.121 | 83.172.188.0/23 | AS25459 | — | NL |
WHOIS identity
- Registrar
- registrar:internet service europe b.v.
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of amitec.nl.
Web-graph footprint
Distinct hostnames that link to or from amitec.nl in the public web crawl.
41 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for amitec.nl.
| Mechanism | Target |
|---|---|
| SPF_A | amitec.nl |
| SPF_A | mail.amitec.nl |
| SPF_A | ns1.mediaversa21.nl |
| SPF_A | ns1.mvmail1.nl |
| SPF_IP | 2a02:cec0:10:187:0:0:0:1 |
| SPF_IP | 37.153.200.168 |
| SPF_IP | 83.172.129.40 |
| SPF_IP | 83.172.188.121 |
| SPF_MX | amitec.nl |
Related pages
Pivot deeper into the graph from amitec.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amitec.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.