Hostname
uniquefeed.com
Last fetched
uniquefeed.com resolves to 2 IPv4 addresses operated by AS13030 in CH. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
uniquefeed.com 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 |
|---|---|---|---|---|
| 109.202.195.154 | 109.202.192.0/19 | AS13030 | — | CH |
| 94.186.151.142 | 94.186.144.0/20 | AS48918 | — | DE |
WHOIS identity
- Registrar
- iana:269
- Organization
- ralf dragon
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from uniquefeed.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uniquefeed.com"})-[: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.