Hostname
enviam.de
Last fetched
enviam.de resolves to 2 IPv4 addresses operated by AS21413 in DE.
Nutrition Label
Resolution chain
enviam.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 |
|---|---|---|---|---|
| 194.113.79.212 | 194.113.76.0/22 | AS21413 | — | DE |
| 194.113.79.214 | 194.113.76.0/22 | AS21413 | — | DE |
WHOIS identity
No WHOIS records are currently associated with enviam.de in WhisperGraph.
Subdomains
129 observed subdomains of enviam.de.
Showing 25 of 129. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from enviam.de in the public web crawl.
355 sites link to this hostname.
71 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
38 SPF mechanisms authorising senders for enviam.de.
| Mechanism | Target |
|---|---|
| SPF_A | b.spf.service-now.com |
| SPF_A | c.spf.service-now.com |
| SPF_A | d.spf.service-now.com |
| SPF_INCLUDE | _spf.pluspol-networks.de |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.gisa.de |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.u2d.de |
| SPF_IP | 130.214.193.78/32 |
| SPF_IP | 130.214.193.83/32 |
| SPF_IP | 130.214.193.85/32 |
| SPF_IP | 130.214.193.93/32 |
| SPF_IP | 147.135.249.48/28 |
| SPF_IP | 153.100.8.31/32 |
| SPF_IP | 153.100.8.32/32 |
| SPF_IP | 155.56.221.13/32 |
| SPF_IP | 155.56.221.14/32 |
| SPF_IP | 185.98.184.0/24 |
| SPF_IP | 194.113.76.0/24 |
| SPF_IP | 199.102.176.221/30 |
| SPF_IP | 199.102.176.222 |
| SPF_IP | 199.102.176.223/32 |
| SPF_IP | 199.102.176.224 |
| SPF_IP | 199.102.176.225 |
| SPF_IP | 199.102.176.226 |
| SPF_IP | 199.102.176.227 |
| SPF_IP | 199.102.176.228 |
| SPF_IP | 199.102.176.229 |
| SPF_IP | 199.102.176.230 |
| SPF_IP | 217.170.177.22/32 |
| SPF_IP | 37.98.232.26/32 |
| SPF_IP | 51.89.73.208/28 |
| SPF_IP | 54.37.79.226/32 |
| SPF_IP | 80.82.206.0/26 |
| SPF_IP | 83.221.252.69 |
| SPF_IP | 94.100.245.28/32 |
| SPF_IP | 94.100.245.29/32 |
Related pages
Pivot deeper into the graph from enviam.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "enviam.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.