Hostname
userdeck.com
Last fetched
userdeck.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
userdeck.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:146
- Organization
- domain administrator
- Contact emails
Subdomains
22 observed subdomains of userdeck.com.
Showing 21 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from userdeck.com in the public web crawl.
81 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
22 SPF mechanisms authorising senders for userdeck.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.userdeck.com |
| SPF_IP | 18.157.114.255 |
| SPF_IP | 18.157.70.148 |
| SPF_IP | 199.127.232.0/22 |
| SPF_IP | 199.255.192.0/22 |
| SPF_IP | 206.55.144.0/20 |
| SPF_IP | 216.221.160.0/19 |
| SPF_IP | 23.249.208.0/20 |
| SPF_IP | 23.251.224.0/19 |
| SPF_IP | 3.121.107.214 |
| SPF_IP | 3.74.125.228 |
| SPF_IP | 45.143.132.0/24 |
| SPF_IP | 45.143.133.0/24 |
| SPF_IP | 45.143.134.0/24 |
| SPF_IP | 45.143.135.0/24 |
| SPF_IP | 54.240.0.0/18 |
| SPF_IP | 54.240.64.0/19 |
| SPF_IP | 54.240.96.0/19 |
| SPF_IP | 69.169.224.0/20 |
| SPF_IP | 76.223.128.0/19 |
| SPF_IP | 76.223.176.0/20 |
Related pages
Pivot deeper into the graph from userdeck.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "userdeck.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.