Hostname
premiqamed.at
Last fetched
premiqamed.at resolves to 2 IPv4 addresses operated by AS44453 in AT.
Nutrition Label
Resolution chain
premiqamed.at 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 |
|---|---|---|---|---|
| 128.204.137.10 | 128.204.128.0/19 | AS44453 | — | AT |
| 144.208.12.241 | 144.208.0.0/19 | AS44453 | — | AT |
WHOIS identity
No WHOIS records are currently associated with premiqamed.at in WhisperGraph.
Subdomains
16 observed subdomains of premiqamed.at.
Web-graph footprint
Distinct hostnames that link to or from premiqamed.at in the public web crawl.
58 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
1 SPF mechanism authorising senders for premiqamed.at.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mavie.cloud |
Related pages
Pivot deeper into the graph from premiqamed.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "premiqamed.at"})-[: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.