Hostname
cuff.com
Last fetched
cuff.com resolves to 2 IPv4 addresses operated by SERVER-MANIA - B2 Net Solutions Inc. in US. WHOIS lists iana:1895 as the registrar.
Nutrition Label
Resolution chain
cuff.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 |
|---|---|---|---|---|
| 152.232.230.36 | 152.232.224.0/21 | AS55286 | SERVER-MANIA - B2 Net Solutions Inc. | US |
| 169.55.167.6 | 169.55.128.0/18 | AS36351 | SOFTLAYER - IBM Cloud | CA |
WHOIS identity
- Registrar
- iana:1895
- Organization
- namespro.ca privatewhois
- Contact emails
Subdomains
2 observed subdomains of cuff.com.
| Subdomain |
|---|
| mail.cuff.com |
| www.cuff.com |
Web-graph footprint
Distinct hostnames that link to or from cuff.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for cuff.com.
| Mechanism | Target |
|---|---|
| SPF_A | cuff.com |
| SPF_INCLUDE | _spf.iridium.namespro.ca |
| SPF_MX | cuff.com |
Related pages
Pivot deeper into the graph from cuff.com.
- IP · 152.232.230.36
- ASN · AS55286SERVER-MANIA - B2 Net Solutions Inc.
- Registrar · iana:1895
- Country · US
- Email · xxn-33a26k4c@namesproprivacy.ca
- TLD · .com
- Browse hostnames · cu…
- 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: "cuff.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.