Skip to content

Hostname

facesdev2.fta.dot.gov

Last fetched

facesdev2.fta.dot.gov resolves to 6 IPv4 addresses operated by AWS-GOVCLOUD AWS-GOVCLOUD in US.

Nutrition Label

WHISPER CANON · facesdev2.fta.dot.govRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/facesdev2.fta.dot.gov

Resolution chain

facesdev2.fta.dot.gov resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.64.117.22816.64.0.0/17AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
16.64.22.7616.64.0.0/17AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
16.65.5.3016.65.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
18.252.69.23118.252.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
18.253.100.11418.253.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
18.254.21.718.254.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS

WHOIS identity

No WHOIS records are currently associated with facesdev2.fta.dot.gov in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for facesdev2.fta.dot.gov.

Related pages

Pivot deeper into the graph from facesdev2.fta.dot.gov.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "facesdev2.fta.dot.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.