Hostname
increase.hypweb.net
Last fetched
increase.hypweb.net resolves to 2 IPv4 addresses operated by AS2518 in JP.
Nutrition Label
Resolution chain
increase.hypweb.net 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 |
|---|---|---|---|---|
| 118.109.140.253 | 118.108.0.0/14 | AS2518 | — | JP |
| 60.236.201.97 | 60.236.0.0/14 | AS2518 | — | JP |
WHOIS identity
No WHOIS records are currently associated with increase.hypweb.net in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from increase.hypweb.net in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for increase.hypweb.net.
| Mechanism | Target |
|---|---|
| SPF_A | auth.gate-on.net |
| SPF_A | hypweb.net |
| SPF_A | m8.coreserver.jp |
| SPF_A | mail.hypweb.net |
| SPF_A | v2006.coreserver.jp |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 133.205.103.0/28 |
| SPF_IP | 14.11.47.160/32 |
| SPF_IP | 163.44.176.16/32 |
| SPF_IP | 2400:8500:1301:162::16:1/128 |
Related pages
Pivot deeper into the graph from increase.hypweb.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "increase.hypweb.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.