Hostname
openapp.ie
Last fetched
openapp.ie resolves to 2 IPv4 addresses operated by IQVIA-CARLSTADT - IQVIA Holdings Inc in US. WHOIS lists registrar:safenames as the registrar.
Nutrition Label
Resolution chain
openapp.ie 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 |
|---|---|---|---|---|
| 162.44.221.155 | 162.44.221.0/24 | AS14948 | IQVIA-CARLSTADT - IQVIA Holdings Inc | US |
| 178.63.54.132 | 178.63.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- registrar:safenames
- Organization
- local government computer services board constitutional body registered trade mark name
- Contact emails
- —
Subdomains
18 observed subdomains of openapp.ie.
Web-graph footprint
Distinct hostnames that link to or from openapp.ie in the public web crawl.
123 sites link to this hostname.
87 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for openapp.ie.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 159.69.67.247 |
| SPF_IP | 88.198.18.74 |
Related pages
Pivot deeper into the graph from openapp.ie.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "openapp.ie"})-[: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.