Hostname
pramex.com
Last fetched
pramex.com resolves to 1 IPv4 address operated by AS15401 in FR. WHOIS lists iana:1290 as the registrar.
Nutrition Label
Resolution chain
pramex.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 |
|---|---|---|---|---|
| 178.237.111.210 | 178.237.111.0/24 | AS15401 | — | FR |
WHOIS identity
- Registrar
- iana:1290
- Organization
- carosi frank
- Contact emails
Subdomains
7 observed subdomains of pramex.com.
Web-graph footprint
Distinct hostnames that link to or from pramex.com in the public web crawl.
39 sites link to this hostname.
64 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for pramex.com.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.hc689-46.eu.iphmx.com |
| SPF_INCLUDE | de._netblocks.mimecast.com |
| SPF_INCLUDE | marketing.dynamics.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.2.188.193 |
| SPF_IP | 195.25.55.17 |
| SPF_IP | 207.54.69.252 |
| SPF_IP | 207.54.71.216 |
| SPF_IP | 31.193.54.119 |
| SPF_IP | 31.193.54.122 |
| SPF_IP | 35.195.51.173 |
| SPF_MX | pramex.com |
Related pages
Pivot deeper into the graph from pramex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pramex.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.