Hostname
reguvis.de
Last fetched
reguvis.de resolves to 2 IPv4 addresses operated by AS209242 in US.
Nutrition Label
Resolution chain
reguvis.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 |
|---|---|---|---|---|
| 199.60.103.191 | 199.62.141.0/24 | AS209242 | — | US |
| 199.60.103.91 | 199.62.141.0/24 | AS209242 | — | US |
WHOIS identity
No WHOIS records are currently associated with reguvis.de in WhisperGraph.
Subdomains
45 observed subdomains of reguvis.de.
Showing 25 of 45. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from reguvis.de in the public web crawl.
190 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for reguvis.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 145748490.spf07.hubspotemail.net |
| SPF_INCLUDE | _spf.sendnode.com |
| SPF_INCLUDE | spf.dumont.de |
| SPF_INCLUDE | spf.talention.com |
| SPF_IP | 185.243.10.101 |
| SPF_IP | 185.88.213.81 |
| SPF_IP | 212.34.64.185/32 |
| SPF_IP | 212.82.225.203/32 |
| SPF_IP | 212.82.225.204/32 |
| SPF_IP | 213.95.27.166 |
| SPF_IP | 2a00:f48:1008:0:0:213:81:10 |
| SPF_IP | 37.120.182.166 |
| SPF_IP | 81.16.18.181 |
| SPF_MX | reguvis.de |
Related pages
Pivot deeper into the graph from reguvis.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "reguvis.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.