Hostname
fw-api.dev.aliftech.pk
Last fetched
fw-api.dev.aliftech.pk resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AE.
Nutrition Label
Resolution chain
fw-api.dev.aliftech.pk resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 158.252.142.99 | 158.252.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 172.32.21.178 | 172.32.0.0/11 | AS21928 | T-MOBILE-AS21928 - T-Mobile USA, Inc. | US |
| 3.29.69.36 | 3.28.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 3.29.96.59 | 3.28.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
WHOIS identity
No WHOIS records are currently associated with fw-api.dev.aliftech.pk in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from fw-api.dev.aliftech.pk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fw-api.dev.aliftech.pk"})-[: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.