Hostname
cleverclogsni.com
Last fetched
cleverclogsni.com resolves to 2 IPv4 addresses operated by AS63949 in US. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
cleverclogsni.com 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 |
|---|---|---|---|---|
| 139.177.200.6 | 139.177.200.0/21 | AS63949 | — | US |
| 64.140.170.4 | 64.140.168.0/21 | AS18450 | WEBNX - WebNX, Inc. | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of cleverclogsni.com.
| Subdomain |
|---|
| www.cleverclogsni.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for cleverclogsni.com.
| Mechanism | Target |
|---|---|
| SPF_A | cleverclogsni.com |
| SPF_INCLUDE | spf.hostns.io |
| SPF_IP | 91.204.209.207 |
| SPF_MX | cleverclogsni.com |
Related pages
Pivot deeper into the graph from cleverclogsni.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cleverclogsni.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.