Hostname
billymintz.com
Last fetched
billymintz.com resolves to 1 IPv4 address operated by HVC-AS - HIVELOCITY, Inc. in US. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
billymintz.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 |
|---|---|---|---|---|
| 96.31.72.36 | 96.31.72.0/24 | AS29802 | HVC-AS - HIVELOCITY, Inc. | US |
WHOIS identity
- Registrar
- iana:1479
- Organization
- domain administrator
- Contact emails
Subdomains
7 observed subdomains of billymintz.com.
Web-graph footprint
Distinct hostnames that link to or from billymintz.com in the public web crawl.
25 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- billymintz.com
SPF policy
14 SPF mechanisms authorising senders for billymintz.com.
| Mechanism | Target |
|---|---|
| SPF_A | billymintz.com |
| SPF_INCLUDE | gzo.com |
| SPF_INCLUDE | relay01.gzo.com |
| SPF_INCLUDE | spf.gzo.com |
| SPF_IP | 118.186.64.32/28 |
| SPF_IP | 213.212.96.64/27 |
| SPF_IP | 216.172.104.4 |
| SPF_IP | 8.12.58.0/24 |
| SPF_IP | 8.224.10.0/24 |
| SPF_IP | 8.34.161.0/24 |
| SPF_IP | 96.31.72.16 |
| SPF_IP | 96.31.72.36 |
| SPF_IP | 96.31.72.76 |
| SPF_MX | billymintz.com |
Related pages
Pivot deeper into the graph from billymintz.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "billymintz.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.