Hostname
yukiweb.net
Last fetched
yukiweb.net resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ID. WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
yukiweb.net resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.64.18.114 | 18.64.18.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 18.64.18.115 | 18.64.18.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 18.64.18.60 | 18.64.18.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 18.64.18.89 | 18.64.18.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 3.173.254.106 | 3.173.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.254.127 | 3.173.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.254.128 | 3.173.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.254.22 | 3.173.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- iana:49
- Organization
- epic records japan
- Contact emails
Subdomains
2 observed subdomains of yukiweb.net.
| Subdomain |
|---|
| ns.yukiweb.net |
| www.yukiweb.net |
Web-graph footprint
Distinct hostnames that link to or from yukiweb.net in the public web crawl.
161 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for yukiweb.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.activegate-ss.jp |
| SPF_INCLUDE | spf.sme.co.jp |
| SPF_IP | 202.222.20.228 |
| SPF_IP | 54.178.158.190/32 |
Related pages
Pivot deeper into the graph from yukiweb.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yukiweb.net"})-[: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.