Hostname
handprint.sa
Last fetched
handprint.sa resolves to 1 IPv4 address operated by AS16276 in FR.
Nutrition Label
Resolution chain
handprint.sa 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 |
|---|---|---|---|---|
| 37.187.145.203 | 37.187.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with handprint.sa in WhisperGraph.
Subdomains
21 observed subdomains of handprint.sa.
Showing 14 of 21. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for handprint.sa.
| Mechanism | Target |
|---|---|
| SPF_A | handprint.sa |
| SPF_IP | 158.69.53.55 |
| SPF_IP | 161.97.128.161 |
| SPF_IP | 164.68.114.222 |
| SPF_IP | 173.212.194.200 |
| SPF_IP | 173.249.22.242 |
| SPF_IP | 194.163.139.128 |
| SPF_IP | 37.187.145.203 |
| SPF_IP | 51.79.176.71 |
| SPF_IP | 95.111.248.59 |
| SPF_MX | handprint.sa |
Related pages
Pivot deeper into the graph from handprint.sa.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "handprint.sa"})-[: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.