Hostname
quietplatforms.com
Last fetched
quietplatforms.com resolves to 4 IPv4 addresses operated by AS20940 in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
quietplatforms.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.51.149.24 | 184.51.148.0/23 | AS20940 | — | US |
| 184.51.149.40 | 184.51.148.0/23 | AS20940 | — | US |
| 2.17.162.15 | 2.17.162.0/24 | AS20940 | — | BR |
| 2.17.162.19 | 2.17.162.0/24 | AS20940 | — | BR |
WHOIS identity
- Registrar
- iana:69
- Organization
- contact privacy inc. customer 0163714642
- Contact emails
Subdomains
28 observed subdomains of quietplatforms.com.
Showing 24 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from quietplatforms.com in the public web crawl.
21 sites link to this hostname.
46 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for quietplatforms.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 6779313.spf08.hubspotemail.net |
| SPF_INCLUDE | _spf.brightmove.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf-0017bf01.pphosted.com |
| SPF_IP | 107.20.210.250/32 |
| SPF_IP | 107.23.16.222/32 |
| SPF_IP | 34.192.109.34/32 |
| SPF_IP | 52.1.14.157/32 |
| SPF_IP | 52.207.139.168/32 |
| SPF_IP | 54.173.83.138/32 |
Related pages
Pivot deeper into the graph from quietplatforms.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "quietplatforms.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.