Hostname
fisard.com
Last fetched
fisard.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
fisard.com 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 |
|---|---|---|---|---|
| 3.167.88.121 | 3.167.88.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.88.18 | 3.167.88.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.88.63 | 3.167.88.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.88.74 | 3.167.88.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of fisard.com owner
- Contact emails
- 5b003f7b-9b89-4496-a0e7-4285b2f96972@identity-protect.org
- 5f455b2f-de48-4125-b98b-48eb229e0a6e@identity-protect.org
- 62a02012-d4df-414f-b7b5-614959ad3d70@identity-protect.org
- 7d0acf42-c2b6-4f9e-9381-d5da084c7686@identity-protect.org
- df5e74a9-9931-482f-adbc-20e5a60374a0@identity-protect.org
- fa62c2ba-fb45-4fa6-be06-9e79b475a339@identity-protect.org
- fc1719f8-bcfd-4795-b62f-b1258908d6e1@identity-protect.org
Subdomains
1 observed subdomain of fisard.com.
| Subdomain |
|---|
| www.fisard.com |
Threat posture
History
Related pages
Pivot deeper into the graph from fisard.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fisard.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.