Hostname
ejot.dk
Last fetched
ejot.dk resolves to 4 IPv4 addresses operated by AS20940 in US.
Nutrition Label
Resolution chain
ejot.dk resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.33.42.135 | 23.33.42.0/24 | AS20940 | — | US |
| 23.33.42.144 | 23.33.42.0/24 | AS20940 | — | US |
| 23.55.39.14 | 23.55.39.0/24 | AS20940 | — | SG |
| 23.55.39.15 | 23.55.39.0/24 | AS20940 | — | SG |
WHOIS identity
- Registrar
- —
- Organization
- ejot danmark aps
- Contact emails
- —
Subdomains
2 observed subdomains of ejot.dk.
| Subdomain |
|---|
| origin.ejot.dk |
| www.ejot.dk |
Web-graph footprint
Distinct hostnames that link to or from ejot.dk in the public web crawl.
29 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ejot.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | u23227277.wl028.sendgrid.net |
Related pages
Pivot deeper into the graph from ejot.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ejot.dk"})-[: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.