Hostname
pacificsales.com
Last fetched
pacificsales.com resolves to 4 IPv4 addresses operated by AS20940 in SG. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
pacificsales.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 |
|---|---|---|---|---|
| 23.200.218.184 | 23.200.218.0/24 | AS20940 | — | SG |
| 23.200.218.185 | 23.200.218.0/24 | AS20940 | — | SG |
| 23.32.152.243 | 23.32.152.0/24 | AS20940 | — | US |
| 23.32.152.246 | 23.32.152.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- iana:292
- Organization
- bby solutions,
- Contact emails
Subdomains
6 observed subdomains of pacificsales.com.
Web-graph footprint
Distinct hostnames that link to or from pacificsales.com in the public web crawl.
34 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for pacificsales.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-002a6b01.pphosted.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from pacificsales.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pacificsales.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.