Hostname
revvity.com
Last fetched
revvity.com resolves to 11 IPv4 addresses operated by AKAMAI-ASN1 in SG.
Nutrition Label
Resolution chain
revvity.com resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.88.70.104 | 104.88.70.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 2.17.100.208 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.218 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.243 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.8 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.9 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.33.42.70 | 23.33.42.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.42.71 | 23.33.42.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.50.232.200 | 23.50.232.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 23.53.1.141 | 23.53.1.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 23.53.1.147 | 23.53.1.0/24 | AS20940 | AKAMAI-ASN1 | FR |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from revvity.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for revvity.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-dc8.sapsf.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf.sendergen.com |
| SPF_INCLUDE | docebosaas.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.24.227 |
| SPF_IP | 165.88.27.239 |
| SPF_IP | 212.146.36.121/32 |
| SPF_IP | 212.146.36.122/32 |
| SPF_MX | revvity.com |
Related pages
Pivot deeper into the graph from revvity.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "revvity.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.