Hostname
digital.quotient.com
Last fetched
digital.quotient.com resolves to 2 IPv4 addresses operated by AUTOMATTIC - Automattic, Inc in US.
Nutrition Label
Resolution chain
digital.quotient.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 |
|---|---|---|---|---|
| 192.0.78.153 | 192.0.78.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
| 192.0.78.205 | 192.0.78.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
WHOIS identity
No WHOIS records are currently associated with digital.quotient.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for digital.quotient.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.q4press.com |
| SPF_INCLUDE | docusign.net |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 12.229.90.140 |
| SPF_IP | 136.146.210.17/32 |
| SPF_IP | 162.248.184.121 |
| SPF_IP | 167.89.36.24 |
| SPF_IP | 204.236.220.213 |
| SPF_IP | 209.31.237.166 |
| SPF_IP | 64.75.15.0/24 |
| SPF_IP | 74.202.205.50 |
Related pages
Pivot deeper into the graph from digital.quotient.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "digital.quotient.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.