Hostname
licensing.facephi.pro
Last fetched
licensing.facephi.pro resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
licensing.facephi.pro 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 |
|---|---|---|---|---|
| 34.242.92.6 | 35.1.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.51.241.51 | 52.60.32.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.51.37.52 | 52.60.32.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.170.123.109 | 54.179.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 99.80.135.43 | 99.82.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 99.81.58.197 | 99.82.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with licensing.facephi.pro in WhisperGraph.
Subdomains
1 observed subdomain of licensing.facephi.pro.
| Subdomain |
|---|
| bienlinea.licensing.facephi.pro |
Threat posture
History
Related pages
Pivot deeper into the graph from licensing.facephi.pro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "licensing.facephi.pro"})-[: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.