Hostname
jitera.com
Last fetched
jitera.com resolves to 5 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
jitera.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.26.12.28 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.13.28 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.69.164 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 8.47.69.6 | 8.47.69.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
| 8.6.112.6 | 8.6.112.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of jitera.com owner
- Contact emails
- 221b38a5-8757-41e4-93f3-dae6ecab2c63@identity-protect.org
- 299d3ff4-b7ae-43a9-92c2-4050c029a7e8@identity-protect.org
- 4662ca6e-782b-4180-9378-5dcba78e2c32@identity-protect.org
- c0acae0c-8d9b-43b7-92a0-c2eb9b52b604@identity-protect.org
- e155d857-ff9b-4f9e-9136-4373bc0abff2@identity-protect.org
- owner-11342447@jitera.com.whoisprivacyservice.org
Subdomains
12 observed subdomains of jitera.com.
Web-graph footprint
Distinct hostnames that link to or from jitera.com in the public web crawl.
139 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for jitera.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 21845699.spf04.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from jitera.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jitera.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.