Hostname
prewise.com
Last fetched
prewise.com resolves to 2 IPv4 addresses operated by AS41369 in FI. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
prewise.com 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 |
|---|---|---|---|---|
| 185.87.245.91 | 185.87.244.0/22 | AS41369 | — | FI |
| 193.66.190.130 | 193.66.0.0/16 | AS719 | — | FI |
WHOIS identity
- Registrar
- iana:48
- Organization
- juhani makela
- Contact emails
Subdomains
34 observed subdomains of prewise.com.
Showing 22 of 34. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from prewise.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for prewise.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.87.245.7 |
| SPF_IP | 185.87.245.8 |
| SPF_IP | 185.87.245.9 |
| SPF_IP | 193.66.190.12 |
| SPF_IP | 193.66.190.13 |
| SPF_IP | 193.66.190.14 |
| SPF_IP | 193.66.190.71 |
| SPF_IP | 193.66.190.72 |
Related pages
Pivot deeper into the graph from prewise.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "prewise.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.