Hostname
competitive.com
Last fetched
competitive.com resolves to 2 IPv4 addresses operated by XEROX-WB - XEROX CORPORATION in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
competitive.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
- Registrar
- iana:2
- Organization
- competitive computing
- Contact emails
Subdomains
8 observed subdomains of competitive.com.
Web-graph footprint
Distinct hostnames that link to or from competitive.com in the public web crawl.
36 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for competitive.com.
| Mechanism | Target |
|---|---|
| SPF_A | competitive.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 122.248.234.122/32 |
| SPF_IP | 149.72.182.166/32 |
| SPF_IP | 149.72.39.215/32 |
| SPF_IP | 173.243.174.172 |
| SPF_IP | 173.243.174.179 |
| SPF_IP | 173.243.174.180 |
| SPF_IP | 20.72.188.1/32 |
| SPF_IP | 50.212.14.179 |
| SPF_IP | 50.212.14.180 |
| SPF_IP | 79.125.7.9/32 |
| SPF_MX | competitive.com |
Related pages
Pivot deeper into the graph from competitive.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "competitive.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.