Hostname
fliktools.com
Last fetched
fliktools.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
fliktools.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.157.32.100 | 108.157.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.157.32.11 | 108.157.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.157.32.71 | 108.157.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.157.32.74 | 108.157.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.161.97.100 | 18.161.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.161.97.20 | 18.161.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.161.97.25 | 18.161.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.161.97.96 | 18.161.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.174.141.102 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.141.118 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.141.32 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.174.141.84 | 3.174.141.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of fliktools.com owner
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from fliktools.com in the public web crawl.
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from fliktools.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fliktools.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.