Hostname
not-two.com
Last fetched
not-two.com resolves to 2 IPv4 addresses operated by HURRICANE - Hurricane Electric LLC in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
not-two.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 |
|---|---|---|---|---|
| 64.71.190.22 | 64.71.128.0/18 | AS6939 | HURRICANE - Hurricane Electric LLC | US |
| 64.71.190.30 | 64.71.128.0/18 | AS6939 | HURRICANE - Hurricane Electric LLC | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- contact privacy inc. customer 0119871480
- Contact emails
Subdomains
1 observed subdomain of not-two.com.
| Subdomain |
|---|
| www.not-two.com |
Threat posture
History
Mail and authentication
MX records
- mx2.everett.org
- not-two.com
SPF policy
7 SPF mechanisms authorising senders for not-two.com.
| Mechanism | Target |
|---|---|
| SPF_A | not-two.com |
| SPF_IP | 140.211.166.128/28 |
| SPF_IP | 192.52.69.0/24 |
| SPF_IP | 2001:470:1:205::/64 |
| SPF_IP | 64.71.190.16/28 |
| SPF_IP | 66.220.13.224/28 |
| SPF_MX | not-two.com |
Related pages
Pivot deeper into the graph from not-two.com.
- IP · 64.71.190.22
- ASN · AS6939HURRICANE - Hurricane Electric LLC
- Registrar · iana:69
- Country · US
- Email · not-two.com@contactprivacy.com
- TLD · .com
- Browse hostnames · no…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "not-two.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.