Hostname
atermit.nl
Last fetched
atermit.nl resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL. WHOIS lists registrar:zxcs as the registrar.
Nutrition Label
Resolution chain
atermit.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 |
|---|---|---|---|---|
| 4.231.41.8 | 4.224.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
- Registrar
- registrar:zxcs
- Organization
- —
- Contact emails
- —
Subdomains
23 observed subdomains of atermit.nl.
Showing 16 of 23. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from atermit.nl in the public web crawl.
636 sites link to this hostname.
4,268 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 atermit.nl.
| Mechanism | Target |
|---|---|
| SPF_A | atermit.nl |
| SPF_INCLUDE | _spf.supportbyrobin.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.afas.online |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 2603:1020:201:9:0:0:0:4c9 |
| SPF_IP | 4.231.41.8 |
| SPF_IP | 46.144.67.49/29 |
Related pages
Pivot deeper into the graph from atermit.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "atermit.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.