Hostname
endava.com
Last fetched
endava.com resolves to 1 IPv4 address operated by MCPL-AS in US. WHOIS lists iana:447 as the registrar.
Nutrition Label
Resolution chain
endava.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 |
|---|---|---|---|---|
| 199.60.103.44 | 199.60.103.0/24 | AS209242 | MCPL-AS | US |
WHOIS identity
- Registrar
- iana:447
- Organization
- endava
- Contact emails
Subdomains
58 observed subdomains of endava.com.
Showing 25 of 58. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from endava.com in the public web crawl.
821 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
32 SPF mechanisms authorising senders for endava.com.
| Mechanism | Target |
|---|---|
| SPF_A | web.q4press.com |
| SPF_INCLUDE | _spf.alchemer.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_c.oracle.com |
| SPF_IP | 161.71.14.224/28 |
| SPF_IP | 161.71.6.224/28 |
| SPF_IP | 193.33.92.0/23 |
| SPF_IP | 194.126.146.0/23 |
| SPF_IP | 195.46.48.78 |
| SPF_IP | 195.46.48.98 |
| SPF_IP | 195.46.48.99 |
| SPF_IP | 195.46.50.19 |
| SPF_IP | 195.46.51.144 |
| SPF_IP | 195.46.51.145 |
| SPF_IP | 198.245.87.51/32 |
| SPF_IP | 207.67.38.42/32 |
| SPF_IP | 40.114.168.18 |
| SPF_IP | 52.174.101.90 |
| SPF_IP | 68.232.200.1/32 |
| SPF_IP | 68.232.200.2/31 |
| SPF_IP | 68.232.203.67/32 |
| SPF_IP | 82.79.64.156 |
| SPF_IP | 85.222.130.224/28 |
| SPF_IP | 85.222.138.224/28 |
| SPF_IP | 85.222.150.192/28 |
| SPF_IP | 85.222.150.208/28 |
| SPF_IP | 85.222.150.224/28 |
| SPF_IP | 85.222.158.192/28 |
| SPF_IP | 85.222.158.208/28 |
| SPF_IP | 85.222.158.224/28 |
| SPF_IP | 94.130.184.42/32 |
Related pages
Pivot deeper into the graph from endava.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "endava.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.