Hostname
upps.at
Last fetched
upps.at resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists registrar:schrall gmbh as the registrar.
Nutrition Label
Resolution chain
upps.at resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 116.202.168.141 | 116.202.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- registrar:schrall gmbh
- Organization
- bernhard schrall
- Contact emails
Subdomains
20 observed subdomains of upps.at.
Web-graph footprint
Distinct hostnames that link to or from upps.at in the public web crawl.
26 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for upps.at.
| Mechanism | Target |
|---|---|
| SPF_A | mail.colist.eu |
| SPF_A | mail.schrall-server.at |
| SPF_A | upps.at |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 116.202.168.141 |
| SPF_IP | 148.251.155.239 |
| SPF_IP | 159.69.56.246 |
| SPF_IP | 188.40.44.132/32 |
| SPF_IP | 2a01:4f8:210:54ee:0:0:0:2 |
| SPF_MX | upps.at |
Related pages
Pivot deeper into the graph from upps.at.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "upps.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.