Hostname
fcit.sa
Last fetched
fcit.sa resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
fcit.sa resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.138.64.101 | 108.138.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.64.128 | 108.138.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.64.57 | 108.138.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.64.94 | 108.138.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.213.128 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 13.249.213.43 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 13.249.213.5 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 13.249.213.94 | 13.249.213.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
WHOIS identity
No WHOIS records are currently associated with fcit.sa in WhisperGraph.
Subdomains
8 observed subdomains of fcit.sa.
Web-graph footprint
Distinct hostnames that link to or from fcit.sa in the public web crawl.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for fcit.sa.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sender.zohobooks.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tmes.trendmicro.com |
| SPF_IP | 3.223.231.5 |
Related pages
Pivot deeper into the graph from fcit.sa.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fcit.sa"})-[: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.