Hostname
services.xerox.com
Last fetched
services.xerox.com resolves to 2 IPv4 addresses operated by XEROX-WB - XEROX CORPORATION in US.
Nutrition Label
Resolution chain
services.xerox.com 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 |
|---|---|---|---|---|
| 13.13.57.57 | 13.13.56.0/21 | AS22390 | XEROX-WB - XEROX CORPORATION | US |
| 13.8.57.57 | 13.8.0.0/17 | AS26662 | XEROX-WV - XEROX CORPORATION | US |
WHOIS identity
No WHOIS records are currently associated with services.xerox.com in WhisperGraph.
Subdomains
316 observed subdomains of services.xerox.com.
Showing 25 of 316. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from services.xerox.com in the public web crawl.
73 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for services.xerox.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _iphmx.xerox.com |
| SPF_INCLUDE | _iphmx2.xerox.com |
| SPF_IP | 13.10.0.100/32 |
| SPF_IP | 13.14.0.100/32 |
| SPF_IP | 13.14.0.101/32 |
| SPF_IP | 13.14.1.99/32 |
Related pages
Pivot deeper into the graph from services.xerox.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "services.xerox.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.