Hostname
faia.com
Last fetched
faia.com resolves to 1 IPv4 address operated by AS-CMN - Metronet in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
faia.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 217.180.193.102 | 217.180.192.0/22 | AS30600 | AS-CMN - Metronet | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- florida associates of insurance agents
- Contact emails
Subdomains
18 observed subdomains of faia.com.
Web-graph footprint
Distinct hostnames that link to or from faia.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for faia.com.
| Mechanism | Target |
|---|---|
| SPF_A | spf.nexsure.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | email.nimbleams.com |
| SPF_INCLUDE | informz.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 162.248.253.243/32 |
| SPF_IP | 216.173.170.186/29 |
| SPF_IP | 217.180.193.96/27 |
| SPF_IP | 4.53.177.34/32 |
| SPF_IP | 64.132.221.30/32 |
| SPF_IP | 64.132.221.81/32 |
| SPF_IP | 8.14.138.0/24 |
Related pages
Pivot deeper into the graph from faia.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "faia.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.