Hostname
fai.gov
Last fetched
fai.gov resolves to 2 IPv4 addresses operated by METTEL - MetTel in US.
Nutrition Label
Resolution chain
fai.gov resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 159.142.165.72 | 159.142.165.0/24 | AS16524 | METTEL - MetTel | US |
| 34.54.243.92 | 34.32.0.0/11 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
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.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for fai.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailproxy1.usda.gov |
| SPF_INCLUDE | mailproxy2.usda.gov |
| SPF_INCLUDE | spf_sa.gsa.gov |
| SPF_IP | 159.142.38.196/30 |
| SPF_IP | 159.142.57.228/30 |
| SPF_IP | 214.24.0.0/16 |
| SPF_IP | 214.25.0.0/16 |
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.