Hostname
enwa.com
Last fetched
enwa.com resolves to 1 IPv4 address operated by AS44136 in SE. WHOIS lists iana:1001 as the registrar.
Nutrition Label
Resolution chain
enwa.com 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 |
|---|---|---|---|---|
| 91.201.62.81 | 91.201.113.0/24 | AS44136 | — | SE |
WHOIS identity
- Registrar
- iana:1001
- Organization
- enwa water treatment as
- Contact emails
- 4gkfamd5ihpx@privacy-protection.email
- 6ejf35ufxpst@privacy-protection.email
- amvbdqr2zkfe@privacy-protection.email
- mpmyywtsgx7s@privacy-protection.email
- nuhhzft39sda@privacy-protection.email
- smydpst7mt67@privacy-protection.email
- udtxdw3gy5vt@privacy-protection.email
- umd69rsepecs@privacy-protection.email
- x5vkgherkjoc@privacy-protection.email
- xfw8m6ycbpqy@privacy-protection.email
- yauqpcpn58t6@privacy-protection.email
- jar@netscenario.no
Subdomains
19 observed subdomains of enwa.com.
Web-graph footprint
Distinct hostnames that link to or from enwa.com in the public web crawl.
30 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for enwa.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.ungapped.io |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.68.176.0/21 |
| SPF_IP | 185.51.232.0/22 |
| SPF_IP | 185.51.235.27 |
| SPF_IP | 2a00:1f18::/29 |
Related pages
Pivot deeper into the graph from enwa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "enwa.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.