Hostname
teleing.si
Last fetched
teleing.si resolves to 1 IPv4 address operated by AS31042 in RS.
Nutrition Label
Resolution chain
teleing.si 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 |
|---|---|---|---|---|
| 82.117.195.197 | 82.117.195.0/24 | AS31042 | — | RS |
WHOIS identity
No WHOIS records are currently associated with teleing.si in WhisperGraph.
Subdomains
4 observed subdomains of teleing.si.
Web-graph footprint
Distinct hostnames that link to or from teleing.si in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for teleing.si.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.teleing.net |
| SPF_IP | 212.103.142.0/27 |
| SPF_IP | 213.143.67.86 |
| SPF_IP | 213.143.67.87 |
| SPF_IP | 213.143.67.88 |
| SPF_IP | 213.143.67.89 |
| SPF_IP | 213.143.67.90 |
| SPF_IP | 46.150.48.10 |
| SPF_IP | 46.150.48.11 |
| SPF_IP | 46.150.48.4 |
| SPF_IP | 46.150.48.9 |
| SPF_MX | teleing.si |
Related pages
Pivot deeper into the graph from teleing.si.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "teleing.si"})-[: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.