Hostname
eqs.com
Last fetched
eqs.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:1408 as the registrar.
Nutrition Label
Resolution chain
eqs.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 |
|---|---|---|---|---|
| 3.33.193.82 | 3.33.192.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- iana:1408
- Organization
- christian pfleger
- Contact emails
Subdomains
38 observed subdomains of eqs.com.
Showing 24 of 38. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from eqs.com in the public web crawl.
902 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for eqs.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 4749693.spf05.hubspotemail.net |
| SPF_INCLUDE | _spf.eqs.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | mailing.eqs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 212.146.206.50 |
| SPF_IP | 212.18.1.50/32 |
| SPF_IP | 212.18.10.2 |
| SPF_IP | 212.18.10.3 |
| SPF_IP | 212.18.19.53/32 |
| SPF_IP | 212.18.19.58/32 |
| SPF_IP | 212.18.21.82/32 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 51.116.169.3 |
| SPF_IP | 62.245.147.202 |
Related pages
Pivot deeper into the graph from eqs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eqs.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.