Hostname
psg.com
Last fetched
psg.com resolves to 1 IPv4 address operated by RGNET-SEA RGnet Seattle Westin in US. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
psg.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 |
|---|---|---|---|---|
| 147.28.0.62 | 147.28.0.0/23 | AS3130 | RGNET-SEA RGnet Seattle Westin | US |
WHOIS identity
- Registrar
- iana:113
- Organization
- randy bush
- Contact emails
Subdomains
10 observed subdomains of psg.com.
Web-graph footprint
Distinct hostnames that link to or from psg.com in the public web crawl.
234 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for psg.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.rg.net |
| SPF_A | psg.com |
| SPF_A | r.rg.net |
| SPF_A | ran.psg.com |
| SPF_A | ymbk.com |
| SPF_IP | 147.28.0.0/24 |
| SPF_IP | 196.50.193.140 |
| SPF_IP | 198.180.150.0/24 |
| SPF_IP | 198.180.152.0/24 |
| SPF_IP | 2001:418:1::0/64 |
| SPF_IP | 2001:418:3807::0/64 |
| SPF_IP | 2001:418:8006::0/64 |
| SPF_IP | 78.141.194.149 |
| SPF_MX | psg.com |
Related pages
Pivot deeper into the graph from psg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "psg.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.