Hostname
pointsharpsecurecloud.com
Last fetched
pointsharpsecurecloud.com resolves to 1 IPv4 address operated by BAHNHOF in SE. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
pointsharpsecurecloud.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 |
|---|---|---|---|---|
| 85.24.248.198 | 85.24.128.0/17 | AS8473 | BAHNHOF | SE |
WHOIS identity
- Registrar
- iana:269
- Organization
- —
- Contact emails
Subdomains
11 observed subdomains of pointsharpsecurecloud.com.
Showing 8 of 11. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pointsharpsecurecloud.com in the public web crawl.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for pointsharpsecurecloud.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.pointsharpsecurecloud.com |
| SPF_A | mx1.complior.se |
| SPF_A | mx2.complior.se |
| SPF_A | pointsharpsecurecloud.com |
| SPF_INCLUDE | _vsp.oderland.com |
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.136.52.140/32 |
| SPF_IP | 80.76.153.152 |
| SPF_IP | 91.201.63.189 |
| SPF_MX | pointsharpsecurecloud.com |
Related pages
Pivot deeper into the graph from pointsharpsecurecloud.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pointsharpsecurecloud.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.