Hostname
serverprofis.net
Last fetched
serverprofis.net resolves to 1 IPv4 address operated by SPACENET SpaceNET AG in DE. WHOIS lists iana:1328 as the registrar.
Nutrition Label
Resolution chain
serverprofis.net 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 |
|---|---|---|---|---|
| 195.30.102.170 | 195.30.0.0/16 | AS5539 | SPACENET SpaceNET AG | DE |
WHOIS identity
- Registrar
- iana:1328
- Organization
- martin mueller
- Contact emails
Subdomains
16 observed subdomains of serverprofis.net.
Web-graph footprint
Distinct hostnames that link to or from serverprofis.net in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for serverprofis.net.
| Mechanism | Target |
|---|---|
| SPF_IP | 138.201.157.122 |
| SPF_IP | 149.202.43.0/32 |
| SPF_IP | 195.30.102.169/29 |
| SPF_IP | 195.30.107.0/24 |
| SPF_IP | 195.30.108.0/24 |
| SPF_IP | 195.30.84.0/24 |
| SPF_IP | 195.30.85.0/24 |
| SPF_IP | 2001:608:e00:72:0:1:41:0 |
| SPF_IP | 91.250.101.192 |
| SPF_IP | 94.199.213.151 |
Related pages
Pivot deeper into the graph from serverprofis.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "serverprofis.net"})-[: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.