Hostname
postex.com
Last fetched
postex.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
postex.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- postex platform b.v.
- Contact emails
- c.hoeflake@postex.com
- 14992508-56ca-4886-a91a-6a8513038cf2@identity-protect.org
- 21da8acb-5e71-4145-ad38-3355c5c7ef6e@identity-protect.org
- 3ae48231-ddca-4708-9cab-58b6a031ca96@identity-protect.org
- 845ac2dc-2681-4bfc-8f4d-9d3cf91d0571@identity-protect.org
- b5f62193-70ba-4f27-968e-6ce3da0f4391@identity-protect.org
- cf59538e-854a-4cfe-b8f4-b16f9fd96c8d@identity-protect.org
- e0c962f5-e575-4508-929b-0a262ab6fd80@identity-protect.org
Subdomains
101 observed subdomains of postex.com.
Web-graph footprint
Distinct hostnames that link to or from postex.com in the public web crawl.
97 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for postex.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from postex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "postex.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.