Hostname
fingertec.com
Last fetched
fingertec.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in MY. WHOIS lists iana:460 as the registrar.
Nutrition Label
Resolution chain
fingertec.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 43.216.230.59 | 43.216.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 43.216.51.48 | 43.216.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 43.217.249.141 | 43.216.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 56.68.105.47 | 56.68.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 56.68.110.74 | 56.68.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 56.68.55.233 | 56.68.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
WHOIS identity
- Registrar
- iana:460
- Organization
- timetec computing sdn. bhd.
- Contact emails
Subdomains
23 observed subdomains of fingertec.com.
Web-graph footprint
Distinct hostnames that link to or from fingertec.com in the public web crawl.
110 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for fingertec.com.
| Mechanism | Target |
|---|---|
| SPF_A | fingertec.com |
| SPF_A | nsv40.dnshostmaster.net |
| SPF_INCLUDE | spf.zoho.com |
| SPF_INCLUDE | spf1.fingertec.com |
| SPF_INCLUDE | transmail.net |
| SPF_MX | fingertec.com |
Related pages
Pivot deeper into the graph from fingertec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fingertec.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.