Hostname
eltech012.rs
Last fetched
eltech012.rs resolves to 1 IPv4 address operated by AS21499 in DE.
Nutrition Label
Resolution chain
eltech012.rs 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 |
|---|---|---|---|---|
| 92.205.3.122 | 92.205.0.0/20 | AS21499 | — | DE |
WHOIS identity
No WHOIS records are currently associated with eltech012.rs in WhisperGraph.
Subdomains
2 observed subdomains of eltech012.rs.
| Subdomain |
|---|
| mail.eltech012.rs |
| www.eltech012.rs |
Web-graph footprint
Distinct hostnames that link to or from eltech012.rs in the public web crawl.
15 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for eltech012.rs.
| Mechanism | Target |
|---|---|
| SPF_A | eltech012.rs |
| SPF_INCLUDE | secureserver.net |
| SPF_MX | eltech012.rs |
Related pages
Pivot deeper into the graph from eltech012.rs.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eltech012.rs"})-[: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.