Hostname
electro-team.eu
Last fetched
electro-team.eu resolves to 2 IPv4 addresses operated by AS61154 in PL.
Nutrition Label
Resolution chain
electro-team.eu 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 |
|---|---|---|---|---|
| 91.231.140.73 | 91.231.140.0/24 | AS61154 | — | PL |
| 91.231.140.75 | 91.231.140.0/24 | AS61154 | — | PL |
WHOIS identity
No WHOIS records are currently associated with electro-team.eu in WhisperGraph.
Subdomains
2 observed subdomains of electro-team.eu.
Web-graph footprint
Distinct hostnames that link to or from electro-team.eu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for electro-team.eu.
| Mechanism | Target |
|---|---|
| SPF_A | electro-team.eu |
| SPF_A | h2.idhosting.pl |
| SPF_INCLUDE | _spf.idhosting.pl |
| SPF_MX | electro-team.eu |
Related pages
Pivot deeper into the graph from electro-team.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "electro-team.eu"})-[: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.