Hostname
clients.barqhost.com
Last fetched
clients.barqhost.com resolves to 1 IPv4 address operated by PONYNET - FranTech Solutions in LU.
Nutrition Label
Resolution chain
clients.barqhost.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 |
|---|---|---|---|---|
| 107.189.3.9 | 107.189.0.0/21 | AS53667 | PONYNET - FranTech Solutions | LU |
WHOIS identity
No WHOIS records are currently associated with clients.barqhost.com in WhisperGraph.
Subdomains
8 observed subdomains of clients.barqhost.com.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for clients.barqhost.com.
| Mechanism | Target |
|---|---|
| SPF_A | clients.barqhost.com |
| SPF_INCLUDE | spf-c.mailbaby.net |
| SPF_IP | 107.189.3.9 |
| SPF_IP | 142.132.195.126 |
| SPF_MX | clients.barqhost.com |
Related pages
Pivot deeper into the graph from clients.barqhost.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "clients.barqhost.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.