Hostname
quad.com
Last fetched
quad.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
quad.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:2
- Organization
- domains by proxy,
- Contact emails
Subdomains
116 observed subdomains of quad.com.
Showing 25 of 116. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from quad.com in the public web crawl.
400 sites link to this hostname.
314 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
40 SPF mechanisms authorising senders for quad.com.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._spf.mta.salesforce.com |
| SPF_INCLUDE | cust-spf.exacttarget.com |
| SPF_INCLUDE | et._spf.pardot.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf-a.rnmk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.workfront.com |
| SPF_INCLUDE | spfa.cpmails.com |
| SPF_IP | 12.109.137.68 |
| SPF_IP | 12.109.137.77 |
| SPF_IP | 12.109.137.88 |
| SPF_IP | 139.60.152.0/22 |
| SPF_IP | 141.193.208.0/23 |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 160.34.15.16/28 |
| SPF_IP | 161.49.249.245/32 |
| SPF_IP | 161.49.249.247/32 |
| SPF_IP | 161.49.253.245/32 |
| SPF_IP | 161.49.253.247/32 |
| SPF_IP | 162.247.216.0/22 |
| SPF_IP | 168.238.194.7/32 |
| SPF_IP | 198.145.10.1/24 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 208.40.253.0/24 |
| SPF_IP | 52.206.21.235 |
| SPF_IP | 52.222.62.51/32 |
| SPF_IP | 52.222.73.120/32 |
| SPF_IP | 52.222.73.83/32 |
| SPF_IP | 52.222.75.85/32 |
| SPF_IP | 54.186.193.102/32 |
| SPF_IP | 66.206.205.18/32 |
| SPF_IP | 66.206.207.1/32 |
| SPF_IP | 66.206.207.2/31 |
| SPF_IP | 66.206.207.4/30 |
| SPF_IP | 66.206.207.8/29 |
| SPF_IP | 68.233.76.14/32 |
| SPF_IP | 68.233.76.24 |
| SPF_IP | 68.233.77.16/32 |
| SPF_IP | 68.233.77.20 |
Related pages
Pivot deeper into the graph from quad.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "quad.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.