Hostname
saltweb.jp
Last fetched
saltweb.jp resolves to 1 IPv4 address operated by AS2514 in JP.
Nutrition Label
Resolution chain
saltweb.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 |
|---|---|---|---|---|
| 157.65.25.60 | 157.65.16.0/20 | AS2514 | — | JP |
WHOIS identity
No WHOIS records are currently associated with saltweb.jp in WhisperGraph.
Subdomains
14 observed subdomains of saltweb.jp.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for saltweb.jp.
| Mechanism | Target |
|---|---|
| SPF_A | inc.salt.style |
| SPF_A | salt.style |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 133.242.134.188/32 |
| SPF_IP | 140.227.0.0/16 |
| SPF_IP | 153.126.128.0/17 |
| SPF_IP | 153.126.193.100 |
| SPF_IP | 157.65.16.0/20 |
| SPF_IP | 157.65.160.0/20 |
| SPF_IP | 202.212.0.0/16 |
| SPF_IP | 203.138.0.0/16 |
| SPF_MX | saltweb.jp |
Related pages
Pivot deeper into the graph from saltweb.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "saltweb.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.