Hostname
falcon.com.eg
Last fetched
falcon.com.eg resolves to 2 IPv4 addresses operated by AS36454 in US.
Nutrition Label
Resolution chain
falcon.com.eg 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 |
|---|---|---|---|---|
| 192.250.227.153 | 192.250.227.0/24 | AS36454 | — | US |
| 192.250.227.80 | 192.250.227.0/24 | AS36454 | — | US |
WHOIS identity
No WHOIS records are currently associated with falcon.com.eg in WhisperGraph.
Subdomains
8 observed subdomains of falcon.com.eg.
Web-graph footprint
Distinct hostnames that link to or from falcon.com.eg in the public web crawl.
4 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- falcon.com.eg
SPF policy
10 SPF mechanisms authorising senders for falcon.com.eg.
| Mechanism | Target |
|---|---|
| SPF_A | falcon.com.eg |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 153.92.215.1 |
| SPF_IP | 192.250.227.153 |
| SPF_IP | 192.250.227.80 |
| SPF_IP | 212.1.212.168 |
| SPF_IP | 212.1.212.4 |
| SPF_IP | 212.1.215.200 |
| SPF_MX | falcon.com.eg |
Related pages
Pivot deeper into the graph from falcon.com.eg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "falcon.com.eg"})-[: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.