Hostname
ejbtech.io
Last fetched
ejbtech.io resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
ejbtech.io 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 |
|---|---|---|---|---|
| 104.21.67.226 | 104.21.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.182.118 | 172.67.176.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:1068
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Subdomains
59 observed subdomains of ejbtech.io.
Showing 25 of 59. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for ejbtech.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.mailersend.net |
| SPF_INCLUDE | mx.ejbtech.io |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_IP | 107.172.72.150/32 |
| SPF_IP | 147.135.5.66 |
| SPF_IP | 198.12.89.182 |
| SPF_IP | 2a01:4ff:f0:cdf5:0:0:0:1 |
| SPF_IP | 38.225.240.41 |
Related pages
Pivot deeper into the graph from ejbtech.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ejbtech.io"})-[: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.