Hostname
oddlot.net
Last fetched
oddlot.net resolves to 1 IPv4 address operated by CLOUDBURST - RainWorx in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
oddlot.net resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 162.208.58.25 | 162.208.56.0/22 | AS55175 | CLOUDBURST - RainWorx | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- b52 media
- Contact emails
Subdomains
2 observed subdomains of oddlot.net.
| Subdomain |
|---|
| mail.oddlot.net |
| www.oddlot.net |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for oddlot.net.
| Mechanism | Target |
|---|---|
| SPF_A | oddlot.net |
| SPF_IP | 162.208.56.3 |
| SPF_MX | oddlot.net |
Related pages
Pivot deeper into the graph from oddlot.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oddlot.net"})-[: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.