Hostname
wrc.com
Last fetched
wrc.com resolves to 17 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
wrc.com resolves to 17 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.108.153.147 | 193.108.153.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.17 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.5 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.2.13.35 | 23.2.13.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.2.13.99 | 23.2.13.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.44.229.230 | 23.44.229.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.229.231 | 23.44.229.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.23.136 | 23.48.23.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.48.23.144 | 23.48.23.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.48.23.153 | 23.48.23.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.48.23.194 | 23.48.23.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.52.171.122 | 23.52.171.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 23.52.171.123 | 23.52.171.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 23.55.161.57 | 23.55.161.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.55.161.60 | 23.55.161.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.58.84.197 | 23.58.84.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 23.58.84.206 | 23.58.84.0/24 | AS20940 | AKAMAI-ASN1 | FR |
WHOIS identity
- Registrar
- iana:292
- Organization
- (fia) federation internationale de l'automobile
- Contact emails
Subdomains
23 observed subdomains of wrc.com.
Web-graph footprint
Distinct hostnames that link to or from wrc.com in the public web crawl.
1,912 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for wrc.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from wrc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wrc.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.