Hostname
tajfun.rs
Last fetched
tajfun.rs resolves to 2 IPv4 addresses operated by AS6700 in RS.
Nutrition Label
Resolution chain
tajfun.rs 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 |
|---|---|---|---|---|
| 195.252.110.171 | 195.252.64.0/18 | AS6700 | — | RS |
| 51.124.100.154 | 51.124.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
No WHOIS records are currently associated with tajfun.rs in WhisperGraph.
Subdomains
9 observed subdomains of tajfun.rs.
Threat posture
History
Mail and authentication
MX records
- tajfun.rs
SPF policy
5 SPF mechanisms authorising senders for tajfun.rs.
| Mechanism | Target |
|---|---|
| SPF_A | tajfun.rs |
| SPF_IP | 195.252.110.171 |
| SPF_IP | 195.252.110.172 |
| SPF_IP | 195.252.110.173 |
| SPF_MX | tajfun.rs |
Related pages
Pivot deeper into the graph from tajfun.rs.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tajfun.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.