Skip to content

Hostname

fai.gov

Last fetched

fai.gov resolves to 2 IPv4 addresses operated by METTEL - MetTel in US.

Nutrition Label

WHISPER CANON · fai.govRouting diversity2.4/10Peering density5.9/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint5.2/10canon.whisper.security/host/fai.gov

Resolution chain

fai.gov resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
159.142.165.72159.142.165.0/24AS16524METTEL - MetTelUS
34.54.243.9234.32.0.0/11AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS

WHOIS identity

No WHOIS records are currently associated with fai.gov in WhisperGraph.

Subdomains

13 observed subdomains of fai.gov.

Web-graph footprint

Distinct hostnames that link to or from fai.gov in the public web crawl.

200 sites link to this hostname.

35 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for fai.gov.

Related pages

Pivot deeper into the graph from fai.gov.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "fai.gov"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.