Hostname
westernunion.gr
Last fetched
westernunion.gr resolves to 2 IPv4 addresses operated by AS3329 in GR.
Nutrition Label
Resolution chain
westernunion.gr 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 |
|---|---|---|---|---|
| 194.30.234.238 | 194.30.232.0/22 | AS3329 | — | GR |
| 194.50.43.27 | 194.50.43.0/24 | AS1241 | — | GR |
WHOIS identity
No WHOIS records are currently associated with westernunion.gr in WhisperGraph.
Subdomains
11 observed subdomains of westernunion.gr.
Web-graph footprint
Distinct hostnames that link to or from westernunion.gr in the public web crawl.
24 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for westernunion.gr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 154.52.0.121/32 |
| SPF_IP | 194.30.234.229/32 |
| SPF_IP | 194.50.43.0/24 |
| SPF_IP | 31.177.57.38/32 |
| SPF_IP | 62.209.37.121/32 |
| SPF_MX | westernunion.gr |
Related pages
Pivot deeper into the graph from westernunion.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "westernunion.gr"})-[: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.