Hostname
nsekra.com
Last fetched
nsekra.com resolves to 4 IPv4 addresses operated by AS20940 in HK. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
nsekra.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.51.102.25 | 184.51.102.0/24 | AS20940 | — | HK |
| 184.51.102.50 | 184.51.102.0/24 | AS20940 | — | HK |
| 2.22.245.152 | 2.22.245.0/24 | AS20940 | — | GR |
| 2.22.245.161 | 2.22.245.0/24 | AS20940 | — | GR |
WHOIS identity
- Registrar
- iana:303
- Organization
- domain admin
- Contact emails
Subdomains
3 observed subdomains of nsekra.com.
Web-graph footprint
Distinct hostnames that link to or from nsekra.com in the public web crawl.
131 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for nsekra.com.
| Mechanism | Target |
|---|---|
| SPF_A | b.spf.service-now.com |
| SPF_A | c.spf.service-now.com |
| SPF_A | d.spf.service-now.com |
| SPF_EXISTS | %{l}.t1.%{i}.t2.%{d}.t3.8amc0nmkj6.t4.spf.tdmarc.threatcop.com |
| SPF_INCLUDE | jiocxspf.jiocx.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 115.113.234.198/32 |
| SPF_IP | 121.241.2.116/32 |
Related pages
Pivot deeper into the graph from nsekra.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nsekra.com"})-[: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.