Hostname
howcollect.jp
Last fetched
howcollect.jp resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CZ.
Nutrition Label
Resolution chain
howcollect.jp resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.227.192.14 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.2 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.69 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 13.227.192.85 | 13.227.192.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CZ |
| 18.160.109.52 | 18.160.108.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 18.160.109.71 | 18.160.108.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 18.160.109.92 | 18.160.108.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 18.160.109.98 | 18.160.108.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 99.84.152.109 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.152.113 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.152.17 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.152.19 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- —
- Organization
- donuts co.
- Contact emails
Subdomains
13 observed subdomains of howcollect.jp.
Web-graph footprint
Distinct hostnames that link to or from howcollect.jp in the public web crawl.
277 sites link to this hostname.
76 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for howcollect.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 118.67.104.132 |
| SPF_IP | 118.67.104.154 |
| SPF_IP | 13.114.16.129 |
Related pages
Pivot deeper into the graph from howcollect.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "howcollect.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.