Hostname
figauth.figdevteam.com
Last fetched
figauth.figdevteam.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PE.
Nutrition Label
Resolution chain
figauth.figdevteam.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.164.13.27 | 18.164.88.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 18.164.13.35 | 18.164.88.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 18.164.13.7 | 18.164.88.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 18.164.13.70 | 18.164.88.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 3.168.167.113 | 3.168.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.122 | 3.168.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.38 | 3.168.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.63 | 3.168.168.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
No WHOIS records are currently associated with figauth.figdevteam.com in WhisperGraph.
Subdomains
1 observed subdomain of figauth.figdevteam.com.
| Subdomain |
|---|
| admin.figauth.figdevteam.com |
Threat posture
History
Related pages
Pivot deeper into the graph from figauth.figdevteam.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "figauth.figdevteam.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.