Hostname
psk.expert
Last fetched
psk.expert resolves to 1 IPv4 address operated by AS49505 in RU. WHOIS lists iana:1606 as the registrar.
Nutrition Label
Resolution chain
psk.expert 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 |
|---|---|---|---|---|
| 188.124.41.245 | 188.124.40.0/22 | AS49505 | — | RU |
WHOIS identity
- Registrar
- iana:1606
- Organization
- contact privacy inc. customer 0151526600
- Contact emails
Subdomains
48 observed subdomains of psk.expert.
Showing 25 of 48. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from psk.expert in the public web crawl.
122 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for psk.expert.
| Mechanism | Target |
|---|---|
| SPF_A | psk.expert |
| SPF_INCLUDE | mail.psk.expert |
| SPF_INCLUDE | spf.sendsay.ru |
| SPF_IP | 188.124.41.245 |
| SPF_IP | 83.69.197.154 |
| SPF_IP | 91.211.6.135 |
| SPF_IP | 91.232.12.198 |
| SPF_IP | 95.213.241.50 |
| SPF_IP | 95.213.241.55 |
| SPF_MX | psk.expert |
Related pages
Pivot deeper into the graph from psk.expert.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "psk.expert"})-[: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.