Hostname
xes-inc.com
Last fetched
xes-inc.com resolves to 1 IPv4 address operated by AWS-GOVCLOUD AWS-GOVCLOUD in US.
Nutrition Label
Resolution chain
xes-inc.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 96.127.35.207 | 96.127.0.0/17 | AS8987 | AWS-GOVCLOUD AWS-GOVCLOUD | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from xes-inc.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
20 SPF mechanisms authorising senders for xes-inc.com.
| Mechanism | Target |
|---|---|
| SPF_A | dnsma.accellion.com |
| SPF_A | dnsus1.accellion.com |
| SPF_A | dnsus2.accellion.com |
| SPF_A | xes-inc.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.office365.us |
| SPF_IP | 135.84.68.123/32 |
| SPF_IP | 15.200.48.111 |
| SPF_IP | 15.200.57.177 |
| SPF_IP | 162.248.234.0/28 |
| SPF_IP | 206.152.14.54/32 |
| SPF_IP | 208.86.168.7/32 |
| SPF_IP | 24.177.130.176/28 |
| SPF_IP | 50.116.38.54 |
| SPF_IP | 66.228.32.153 |
| SPF_IP | 68.117.28.192/28 |
| SPF_IP | 96.126.123.213 |
| SPF_IP | 96.127.35.207 |
| SPF_IP | 96.127.70.248 |
| SPF_MX | xes-inc.com |
Related pages
Pivot deeper into the graph from xes-inc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "xes-inc.com"})-[: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.