Hostname
gep.de
Last fetched
gep.de resolves to 2 IPv4 addresses operated by PLUSSERVER-ASN1 - PlusServer GmbH in DE.
Nutrition Label
Resolution chain
gep.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 46.163.91.29 | 46.163.88.0/21 | AS61157 | PLUSSERVER-ASN1 - PlusServer GmbH | DE |
| 93.191.163.44 | 93.191.160.0/21 | AS47372 | BIG3AS - Bringe Informationstechnik GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with gep.de in WhisperGraph.
Subdomains
34 observed subdomains of gep.de.
Showing 25 of 34. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gep.de in the public web crawl.
240 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for gep.de.
| Mechanism | Target |
|---|---|
| SPF_A | gep.de |
| SPF_IP | 217.110.237.37 |
| SPF_IP | 217.110.237.40 |
| SPF_MX | gep.de |
Related pages
Pivot deeper into the graph from gep.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gep.de"})-[: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.