Hostname
universal.at
Last fetched
universal.at resolves to 2 IPv4 addresses operated by QOSL-AS-AP Qovic Online Solutions LLP in US. WHOIS lists registrar:nameshield sas as the registrar.
Nutrition Label
Resolution chain
universal.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 |
|---|---|---|---|---|
| 34.149.110.250 | 34.148.0.0/14 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | US |
| 34.36.251.206 | 34.32.0.0/11 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | US |
WHOIS identity
- Registrar
- registrar:nameshield sas
- Organization
- fritz schneeweiss
- Contact emails
- —
Subdomains
20 observed subdomains of universal.at.
Web-graph footprint
Distinct hostnames that link to or from universal.at in the public web crawl.
292 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for universal.at.
| Mechanism | Target |
|---|---|
| SPF_A | _spf.otto.de |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.baur.agnitas.de |
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.srv2.de |
| SPF_IP | 195.50.179.11 |
| SPF_IP | 62.216.176.90 |
| SPF_IP | 80.85.192.0/20 |
| SPF_MX | universal.at |
Related pages
Pivot deeper into the graph from universal.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "universal.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.