Hostname
byte.ir
Last fetched
byte.ir resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
byte.ir resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.9.180 | 104.21.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.160.244 | 172.67.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 78.157.38.111 | 78.157.38.0/24 | AS62442 | Dade-Samane-Fanava - Dade Samane Fanava Company (PJS) | IR |
WHOIS identity
No WHOIS records are currently associated with byte.ir in WhisperGraph.
Subdomains
4 observed subdomains of byte.ir.
Showing 3 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from byte.ir in the public web crawl.
34 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- _dc-mx.bdc260e98686.byte.ir
- byte.ir
SPF policy
3 SPF mechanisms authorising senders for byte.ir.
| Mechanism | Target |
|---|---|
| SPF_A | byte.ir |
| SPF_IP | 78.157.38.111 |
| SPF_MX | byte.ir |
Related pages
Pivot deeper into the graph from byte.ir.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "byte.ir"})-[: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.