Hostname
onefm.az
Last fetched
onefm.az resolves to 1 IPv4 address operated by DT-SMB in AZ.
Nutrition Label
Resolution chain
onefm.az 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 |
|---|---|---|---|---|
| 85.132.67.200 | 85.132.67.0/24 | AS215148 | DT-SMB | AZ |
| 85.132.67.200 | 85.132.67.0/24 | AS215148 | DT-SMB | AZ |
WHOIS identity
No WHOIS records are currently associated with onefm.az in WhisperGraph.
Subdomains
8 observed subdomains of onefm.az.
Web-graph footprint
Distinct hostnames that link to or from onefm.az in the public web crawl.
43 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- onefm.az
SPF policy
3 SPF mechanisms authorising senders for onefm.az.
| Mechanism | Target |
|---|---|
| SPF_A | onefm.az |
| SPF_IP | 85.132.67.200 |
| SPF_MX | onefm.az |
Related pages
Pivot deeper into the graph from onefm.az.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "onefm.az"})-[: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.