Hostname
tredzo.codebytes.co
Last fetched
tredzo.codebytes.co resolves to 2 IPv4 addresses operated by ONIDEL-AS-AP - Onidel Pty Ltd in SG.
Nutrition Label
Resolution chain
tredzo.codebytes.co 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 |
|---|---|---|---|---|
| 160.22.79.196 | 160.22.79.0/24 | AS152900 | ONIDEL-AS-AP - Onidel Pty Ltd | SG |
| 51.79.186.0 | 51.79.128.0/17 | AS16276 | OVH - OVH SAS | LK |
WHOIS identity
No WHOIS records are currently associated with tredzo.codebytes.co in WhisperGraph.
Subdomains
1 observed subdomain of tredzo.codebytes.co.
| Subdomain |
|---|
| www.tredzo.codebytes.co |
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for tredzo.codebytes.co.
| Mechanism | Target |
|---|---|
| SPF_A | tredzo.codebytes.co |
| SPF_IP | 139.99.120.96 |
| SPF_IP | 160.22.79.196 |
| SPF_IP | 5.223.42.11 |
| SPF_IP | 51.79.144.125 |
| SPF_IP | 51.79.152.16 |
| SPF_IP | 51.79.186.0 |
| SPF_MX | tredzo.codebytes.co |
Related pages
Pivot deeper into the graph from tredzo.codebytes.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tredzo.codebytes.co"})-[: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.