Hostname
test.trader20.sk
Last fetched
test.trader20.sk resolves to 2 IPv4 addresses operated by AS51013 in SK.
Nutrition Label
Resolution chain
test.trader20.sk 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 |
|---|---|---|---|---|
| 37.9.175.179 | 37.9.175.0/24 | AS51013 | — | SK |
| 81.89.56.101 | 81.89.48.0/20 | AS29405 | — | SK |
WHOIS identity
No WHOIS records are currently associated with test.trader20.sk in WhisperGraph.
Subdomains
1 observed subdomain of test.trader20.sk.
| Subdomain |
|---|
| www.test.trader20.sk |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for test.trader20.sk.
| Mechanism | Target |
|---|---|
| SPF_A | test.trader20.sk |
| SPF_INCLUDE | _spf.flashosting.eu |
| SPF_MX | test.trader20.sk |
Related pages
Pivot deeper into the graph from test.trader20.sk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.trader20.sk"})-[: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.