Skip to content

Hostname

api.fga.com.tr

Last fetched

api.fga.com.tr resolves to 1 IPv4 address operated by AEROTEK-AS in TR.

Nutrition Label

WHISPER CANON · api.fga.com.trRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api.fga.com.tr

Resolution chain

api.fga.com.tr resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
109.232.219.93109.232.219.0/24AS42807AEROTEK-ASTR

WHOIS identity

No WHOIS records are currently associated with api.fga.com.tr in WhisperGraph.

Subdomains

1 observed subdomain of api.fga.com.tr.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for api.fga.com.tr.

MechanismTarget
SPF_Aapi.fga.com.tr
SPF_IP94.199.206.11
SPF_MXapi.fga.com.tr

Related pages

Pivot deeper into the graph from api.fga.com.tr.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api.fga.com.tr"})-[: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.