Hostname
anasoft.sk
Last fetched
anasoft.sk resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
anasoft.sk resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 166.117.48.8 | 166.117.48.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.78.72.213 | 3.64.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 76.223.66.184 | 76.223.64.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with anasoft.sk in WhisperGraph.
Subdomains
21 observed subdomains of anasoft.sk.
Showing 17 of 21. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from anasoft.sk in the public web crawl.
15 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for anasoft.sk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spfeks.anasoft.sk |
| SPF_INCLUDE | _spfmax.anasoft.sk |
| SPF_INCLUDE | mailkit.eu |
| SPF_IP | 195.168.46.72 |
| SPF_MX | anasoft.sk |
Related pages
Pivot deeper into the graph from anasoft.sk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "anasoft.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.