Hostname
frostyboy.com
Last fetched
frostyboy.com resolves to 1 IPv4 address operated by AS45638 in AU. WHOIS lists iana:1291 as the registrar.
Nutrition Label
Resolution chain
frostyboy.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 |
|---|---|---|---|---|
| 110.232.143.146 | 110.232.143.0/24 | AS45638 | — | AU |
| 110.232.143.146 | 110.232.143.0/24 | AS45638 | — | AU |
WHOIS identity
- Registrar
- iana:1291
- Organization
- domain administrator
- Contact emails
Subdomains
6 observed subdomains of frostyboy.com.
Web-graph footprint
Distinct hostnames that link to or from frostyboy.com in the public web crawl.
11 sites link to this hostname.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for frostyboy.com.
| Mechanism | Target |
|---|---|
| SPF_A | 4174.submission.antispamcloud.com |
| SPF_A | frostyboy.com |
| SPF_A | ws1.frostyboy.com.au |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 119.225.26.250 |
| SPF_IP | 211.29.132.0/24 |
| SPF_IP | 52.62.139.192 |
| SPF_IP | 52.62.145.130 |
| SPF_MX | frostyboy.com |
Related pages
Pivot deeper into the graph from frostyboy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "frostyboy.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.