Hostname
4prm.com
Last fetched
4prm.com resolves to 2 IPv4 addresses operated by AS12876 in PL. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
4prm.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 |
|---|---|---|---|---|
| 151.115.90.219 | 151.115.0.0/17 | AS12876 | — | PL |
| 91.218.196.194 | 91.218.196.0/22 | AS51393 | — | PL |
WHOIS identity
- Registrar
- iana:269
- Organization
- liliana stolowska
- Contact emails
Subdomains
20 observed subdomains of 4prm.com.
Web-graph footprint
Distinct hostnames that link to or from 4prm.com in the public web crawl.
5 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for 4prm.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.78.66.252/32 |
| SPF_IP | 20.113.147.145/32 |
| SPF_IP | 212.75.121.48/28 |
| SPF_IP | 217.153.34.26/32 |
| SPF_IP | 52.59.158.203/32 |
| SPF_IP | 78.46.82.174/32 |
| SPF_IP | 94.42.165.70/32 |
| SPF_MX | 4prm.com |
Related pages
Pivot deeper into the graph from 4prm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "4prm.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.