Hostname
bartblue.com
Last fetched
bartblue.com resolves to 3 IPv4 addresses operated by AS214036 in NL. WHOIS lists iana:83 as the registrar.
Nutrition Label
Resolution chain
bartblue.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.142.18.6 | 192.142.18.0/24 | AS214036 | — | NL |
| 154.83.186.41 | 154.83.186.0/24 | AS200758 | — | FR |
| 138.197.153.192 | 138.197.144.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | CA |
WHOIS identity
- Registrar
- iana:83
- Organization
- 1&1 internet
- Contact emails
Subdomains
2 observed subdomains of bartblue.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for bartblue.com.
| Mechanism | Target |
|---|---|
| SPF_A | bartblue.com |
| SPF_INCLUDE | spf.stackmail.com |
| SPF_MX | bartblue.com |
Related pages
Pivot deeper into the graph from bartblue.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bartblue.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.