Hostname
1forge.de
Last fetched
1forge.de resolves to 1 IPv4 address operated by PUNKT - punkt.de GmbH in DE.
Nutrition Label
Resolution chain
1forge.de 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 |
|---|---|---|---|---|
| 217.29.40.251 | 217.29.32.0/20 | AS16188 | PUNKT - punkt.de GmbH | DE |
WHOIS identity
No WHOIS records are currently associated with 1forge.de in WhisperGraph.
Subdomains
6 observed subdomains of 1forge.de.
Web-graph footprint
Distinct hostnames that link to or from 1forge.de in the public web crawl.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for 1forge.de.
| Mechanism | Target |
|---|---|
| SPF_A | 1forge.de |
| SPF_A | mail2.pluspunkthosting.de |
| SPF_IP | 217.29.33.128/28 |
| SPF_IP | 2a00:b580:8000:10::/64 |
| SPF_MX | 1forge.de |
Related pages
Pivot deeper into the graph from 1forge.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "1forge.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.