Hostname
buckleyhc.com
Last fetched
buckleyhc.com resolves to 1 IPv4 address operated by AS63949 in US. WHOIS lists iana:86 as the registrar.
Nutrition Label
Resolution chain
buckleyhc.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 |
|---|---|---|---|---|
| 162.216.19.115 | 162.216.16.0/22 | AS63949 | — | US |
WHOIS identity
- Registrar
- iana:86
- Organization
- it administrator
- Contact emails
Subdomains
5 observed subdomains of buckleyhc.com.
Web-graph footprint
Distinct hostnames that link to or from buckleyhc.com in the public web crawl.
14 sites link to this hostname.
34 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for buckleyhc.com.
| Mechanism | Target |
|---|---|
| SPF_A | email.petroheat.com |
| SPF_INCLUDE | _spf.e2ma.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf-0024f101.pphosted.com |
| SPF_IP | 148.163.149.177 |
| SPF_IP | 148.163.153.176 |
| SPF_IP | 216.255.106.18 |
Related pages
Pivot deeper into the graph from buckleyhc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "buckleyhc.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.