Hostname
barebones.com
Last fetched
barebones.com resolves to 2 IPv4 addresses operated by PDNPVD-1 - ProvDotNet LLC in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
barebones.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 |
|---|---|---|---|---|
| 204.107.232.21 | 204.107.232.0/24 | AS3061 | PDNPVD-1 - ProvDotNet LLC | US |
| 194.39.148.159 | 194.39.148.0/24 | AS36454 | WHG-DAL | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- bare bones software,
- Contact emails
Subdomains
20 observed subdomains of barebones.com.
Web-graph footprint
Distinct hostnames that link to or from barebones.com in the public web crawl.
2,325 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for barebones.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.createsend.com |
| SPF_INCLUDE | spf-basic.fogbugz.com |
| SPF_IP | 204.107.232.162 |
| SPF_IP | 204.107.232.59 |
| SPF_MX | barebones.com |
Related pages
Pivot deeper into the graph from barebones.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "barebones.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.