Hostname
inweb.name
Last fetched
inweb.name resolves to 1 IPv4 address operated by AS56485 in UA. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
inweb.name 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 |
|---|---|---|---|---|
| 45.154.116.19 | 45.154.116.0/22 | AS56485 | — | UA |
WHOIS identity
- Registrar
- iana:303
- Organization
- —
- Contact emails
- —
Subdomains
6 observed subdomains of inweb.name.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for inweb.name.
| Mechanism | Target |
|---|---|
| SPF_A | inweb.name |
| SPF_IP | 45.154.116.19 |
| SPF_MX | inweb.name |
Related pages
Pivot deeper into the graph from inweb.name.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "inweb.name"})-[: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.