Hostname
barneys.co.jp
Last fetched
barneys.co.jp resolves to 1 IPv4 address operated by AS4713 in JP.
Nutrition Label
Resolution chain
barneys.co.jp 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 |
|---|---|---|---|---|
| 61.207.11.75 | 61.207.0.0/16 | AS4713 | — | JP |
WHOIS identity
- Registrar
- —
- Organization
- barneys japan co.,ltd.
- Contact emails
- —
Subdomains
25 observed subdomains of barneys.co.jp.
Web-graph footprint
Distinct hostnames that link to or from barneys.co.jp in the public web crawl.
504 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for barneys.co.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.eco-serv.jp |
| SPF_INCLUDE | spf.spcloud.jp |
| SPF_INCLUDE | spfbny.vpc.f-ace.jp |
| SPF_INCLUDE | spfcm.cybermail.jp |
| SPF_IP | 202.248.207.192/27 |
| SPF_IP | 61.127.199.128/25 |
Related pages
Pivot deeper into the graph from barneys.co.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "barneys.co.jp"})-[: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.