Hostname
minor7flat5.com
Last fetched
minor7flat5.com resolves to 2 IPv4 addresses operated by AS58010 in DE. WHOIS lists iana:1420 as the registrar.
Nutrition Label
Resolution chain
minor7flat5.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 |
|---|---|---|---|---|
| 185.26.156.23 | 185.26.156.0/24 | AS58010 | — | DE |
| 95.143.172.202 | 95.143.172.0/24 | AS25560 | — | DE |
WHOIS identity
- Registrar
- iana:1420
- Organization
- whois privacy protection service by onamae.com
- Contact emails
Subdomains
3 observed subdomains of minor7flat5.com.
Web-graph footprint
Distinct hostnames that link to or from minor7flat5.com in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for minor7flat5.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.uberspace.de |
Related pages
Pivot deeper into the graph from minor7flat5.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "minor7flat5.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.