Hostname
cof.testdb.peerfocus.com
Last fetched
cof.testdb.peerfocus.com resolves to 3 IPv4 addresses operated by Equinix - Equinix (EMEA) Acquisition Enterprises B.V. in US.
Nutrition Label
Resolution chain
cof.testdb.peerfocus.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 |
|---|---|---|---|---|
| 86.109.3.247 | 86.109.2.0/23 | AS15830 | Equinix - Equinix (EMEA) Acquisition Enterprises B.V. | US |
| 93.187.218.237 | 93.187.218.0/23 | AS15830 | Equinix - Equinix (EMEA) Acquisition Enterprises B.V. | US |
| 93.187.218.73 | 93.187.218.0/23 | AS15830 | Equinix - Equinix (EMEA) Acquisition Enterprises B.V. | US |
WHOIS identity
No WHOIS records are currently associated with cof.testdb.peerfocus.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from cof.testdb.peerfocus.com.
- IP · 86.109.3.247
- ASN · AS15830Equinix - Equinix (EMEA) Acquisition Enterprises B.V.
- Country · US
- Apex domain · peerfocus.com
- Parent domain · testdb.peerfocus.com
- TLD · .com
- Browse hostnames · co…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cof.testdb.peerfocus.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.