Skip to content

Hostname

facesdev3.fta.dot.gov

Last fetched

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

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
18.253.96.22918.253.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
18.254.197.7518.254.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
18.254.20.22918.254.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
182.30.142.70182.30.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
182.30.15.144182.30.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS
182.30.79.167182.30.0.0/16AS8987AWS-GOVCLOUD AWS-GOVCLOUDUS

WHOIS identity

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

Threat posture

History

Mail and authentication

SPF policy

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

Related pages

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

Cypher and MCP

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

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