Hostname
underweb.net
Last fetched
underweb.net resolves to 1 IPv4 address operated by AS16276 in PL. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
underweb.net 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 |
|---|---|---|---|---|
| 94.23.89.2 | 94.23.0.0/16 | AS16276 | — | PL |
WHOIS identity
- Registrar
- iana:269
- Organization
- whoisproxy.com
- Contact emails
- info@domain-contact.org
- a94b6b3733f5966d9b23fc8a565db2ecbf312567183856f64604656a07a09fd9@underweb.net.whoisproxy.org
- ce1268a7abafc15a47d0343fc653d5b881344a69d8c6e995280f6fb861a42bc8@underweb.net.whoisproxy.org
- ed988be8e423d8b30235c5284ab3f1648439cbd1cd627758497d9a94f50778d4@underweb.net.whoisproxy.org
- fb54d86f68ad5a3985d654aab7b0b41bfcdc0dfcc823e1c2c13e8b3e05e1cab5@underweb.net.whoisproxy.org
Subdomains
1 observed subdomain of underweb.net.
| Subdomain |
|---|
| www.underweb.net |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for underweb.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | aspmx.googlemail.com |
Related pages
Pivot deeper into the graph from underweb.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "underweb.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.