Hostname
o3smartcities.com
Last fetched
o3smartcities.com resolves to 1 IPv4 address operated by AS14187 in CO. WHOIS lists iana:1924 as the registrar.
Nutrition Label
Resolution chain
o3smartcities.com 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 |
|---|---|---|---|---|
| 200.85.243.62 | 200.85.243.0/24 | AS14187 | — | CO |
| 200.85.243.62 | 200.85.243.0/24 | AS14187 | — | CO |
WHOIS identity
- Registrar
- iana:1924
- Organization
- domain admin
- Contact emails
Subdomains
7 observed subdomains of o3smartcities.com.
Web-graph footprint
Distinct hostnames that link to or from o3smartcities.com in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- o3smartcities.com
SPF policy
3 SPF mechanisms authorising senders for o3smartcities.com.
| Mechanism | Target |
|---|---|
| SPF_A | o3smartcities.com |
| SPF_IP | 200.85.243.62 |
| SPF_MX | o3smartcities.com |
Related pages
Pivot deeper into the graph from o3smartcities.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "o3smartcities.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.