Skip to content

Hostname

xing.de

Last fetched

xing.de resolves to 5 IPv4 addresses operated by NWRK-AS New Work SE in DE.

Nutrition Label

WHISPER CANON · xing.deRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/xing.de

Resolution chain

xing.de resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
109.233.159.253109.233.156.0/22AS50343NWRK-AS New Work SEDE
18.66.122.12118.66.120.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.122.1818.66.120.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.122.2818.66.120.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
18.66.122.9718.66.120.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with xing.de in WhisperGraph.

Subdomains

6 observed subdomains of xing.de.

Web-graph footprint

Distinct hostnames that link to or from xing.de in the public web crawl.

5,974 sites link to this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for xing.de.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_MXxing.de

Related pages

Pivot deeper into the graph from xing.de.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "xing.de"})-[: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.