Hostname
unit4online.com
Last fetched
unit4online.com resolves to 2 IPv4 addresses operated by AS12859 in NL. WHOIS lists iana:1052 as the registrar.
Nutrition Label
Resolution chain
unit4online.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 |
|---|---|---|---|---|
| 213.154.246.121 | 213.154.224.0/19 | AS12859 | — | NL |
| 213.52.177.227 | 213.52.176.0/22 | AS15830 | — | NL |
WHOIS identity
- Registrar
- iana:1052
- Organization
- exact group b.v.
- Contact emails
Subdomains
12 observed subdomains of unit4online.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for unit4online.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.smartspace365.nl |
Related pages
Pivot deeper into the graph from unit4online.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "unit4online.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.