Hostname
strings-group.jp
Last fetched
strings-group.jp resolves to 2 IPv4 addresses operated by OCN - NTT DOCOMO BUSINESS,Inc. in JP.
Nutrition Label
Resolution chain
strings-group.jp 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 |
|---|---|---|---|---|
| 180.42.42.120 | 180.0.0.0/10 | AS4713 | OCN - NTT DOCOMO BUSINESS,Inc. | JP |
| 52.223.42.138 | 52.223.32.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- (not displayed by registrant's request)
- Contact emails
Subdomains
6 observed subdomains of strings-group.jp.
Web-graph footprint
Distinct hostnames that link to or from strings-group.jp in the public web crawl.
258 sites link to this hostname.
48 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for strings-group.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.activegate-ss.jp |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 180.42.42.120 |
Related pages
Pivot deeper into the graph from strings-group.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "strings-group.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.