Hostname
interwms.com
Last fetched
interwms.com resolves to 3 IPv4 addresses operated by LEXIS2-AS - RELX inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
interwms.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 198.185.23.144 | 198.185.23.0/24 | AS32472 | LEXIS2-AS - RELX inc. | US |
| 198.185.23.145 | 198.185.23.0/24 | AS32472 | LEXIS2-AS - RELX inc. | US |
| 95.0.146.167 | 95.0.128.0/17 | AS9121 | — | TR |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
1 observed subdomain of interwms.com.
| Subdomain |
|---|
| www.interwms.com |
Web-graph footprint
Distinct hostnames that link to or from interwms.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for interwms.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from interwms.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "interwms.com"})-[: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.