Hostname
teknoxgroup.ba
Last fetched
teknoxgroup.ba resolves to 1 IPv4 address operated by AS43128 in SI.
Nutrition Label
Resolution chain
teknoxgroup.ba 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 |
|---|---|---|---|---|
| 212.44.104.188 | 212.44.104.0/24 | AS43128 | — | SI |
WHOIS identity
No WHOIS records are currently associated with teknoxgroup.ba in WhisperGraph.
Subdomains
4 observed subdomains of teknoxgroup.ba.
Web-graph footprint
Distinct hostnames that link to or from teknoxgroup.ba in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
20 SPF mechanisms authorising senders for teknoxgroup.ba.
| Mechanism | Target |
|---|---|
| SPF_A | mail2.teknoxgroup.com |
| SPF_A | postman.teknoxgroup.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.65.121.68 |
| SPF_IP | 195.178.49.242 |
| SPF_IP | 195.222.58.44 |
| SPF_IP | 195.29.123.74 |
| SPF_IP | 195.29.228.74 |
| SPF_IP | 195.29.43.251 |
| SPF_IP | 195.29.90.162 |
| SPF_IP | 213.143.80.163 |
| SPF_IP | 213.143.80.165 |
| SPF_IP | 213.250.36.238 |
| SPF_IP | 46.252.33.235 |
| SPF_IP | 46.99.151.117 |
| SPF_IP | 79.106.172.187 |
| SPF_IP | 80.65.66.21 |
| SPF_IP | 83.173.231.82 |
| SPF_IP | 94.102.235.58 |
| SPF_IP | 95.140.126.10 |
Related pages
Pivot deeper into the graph from teknoxgroup.ba.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "teknoxgroup.ba"})-[: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.