Hostname
bill-collections.com
Last fetched
bill-collections.com resolves to 2 IPv4 addresses operated by AS-26496-GO-DADDY-COM-LLC - GoDaddy.com, LLC in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
bill-collections.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 |
|---|---|---|---|---|
| 173.201.193.166 | 173.201.192.0/22 | AS26496 | AS-26496-GO-DADDY-COM-LLC - GoDaddy.com, LLC | US |
| 72.167.126.69 | 72.167.124.0/22 | AS398101 | GO-DADDY-COM-LLC - GoDaddy.com, LLC | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- bill collections
- Contact emails
- —
Subdomains
1 observed subdomain of bill-collections.com.
| Subdomain |
|---|
| www.bill-collections.com |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for bill-collections.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.embluemail.com |
| SPF_INCLUDE | musvc.com |
| SPF_INCLUDE | secureserver.net |
| SPF_INCLUDE | spf.hostmar.com |
| SPF_INCLUDE | spf.ipzmarketing.com |
Related pages
Pivot deeper into the graph from bill-collections.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bill-collections.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.