Hostname
badaenergy.com
Last fetched
badaenergy.com resolves to 2 IPv4 addresses operated by AS51167 in DE. WHOIS lists iana:886 as the registrar.
Nutrition Label
Resolution chain
badaenergy.com 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 |
|---|---|---|---|---|
| 161.97.107.203 | 161.97.106.0/23 | AS51167 | — | DE |
| 82.98.164.40 | 82.98.128.0/18 | AS42612 | — | ES |
WHOIS identity
- Registrar
- iana:886
- Organization
- —
- Contact emails
- —
Subdomains
13 observed subdomains of badaenergy.com.
Showing 11 of 13. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from badaenergy.com in the public web crawl.
12 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for badaenergy.com.
| Mechanism | Target |
|---|---|
| SPF_A | badaenergy.com |
| SPF_A | vmi2544954.contaboserver.net |
| SPF_MX | badaenergy.com |
Related pages
Pivot deeper into the graph from badaenergy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "badaenergy.com"})-[: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.