Hostname
tag.lk
Last fetched
tag.lk resolves to 2 IPv4 addresses operated by ONIDEL-AS-AP - Onidel Pty Ltd in SG.
Nutrition Label
Resolution chain
tag.lk 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 |
|---|---|---|---|---|
| 160.22.79.196 | 160.22.79.0/24 | AS152900 | ONIDEL-AS-AP - Onidel Pty Ltd | SG |
| 51.79.186.0 | 51.79.128.0/17 | AS16276 | OVH - OVH SAS | LK |
WHOIS identity
No WHOIS records are currently associated with tag.lk in WhisperGraph.
Subdomains
1 observed subdomain of tag.lk.
| Subdomain |
|---|
| www.tag.lk |
Threat posture
History
Mail and authentication
MX records
- tag.lk
SPF policy
4 SPF mechanisms authorising senders for tag.lk.
| Mechanism | Target |
|---|---|
| SPF_A | tag.lk |
| SPF_IP | 160.22.79.196 |
| SPF_IP | 51.79.186.0 |
| SPF_MX | tag.lk |
Related pages
Pivot deeper into the graph from tag.lk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tag.lk"})-[: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.