Cybersecurity SuiteIn Progress

RiseDefend

Advanced cross-platform application and browser extension suite enforcing custom DNS blocking rules, proxy discovery, and content restrictions.

2026
RiseDefend

Project Overview

An ecosystem blending React Native for client applications with native Kotlin modules and a high-performance NestJS/Node.js backend. RiseDefend actively processes, detects, and shields users from malicious or harmful traffic (drugs, gambling, adult content). It embeds advanced DNS parsing layers, system proxy inspection tables, anti-VPN detection algorithms, and dynamic visual dashboards to display exactly how malicious payloads are intercepted.

Key Metrics

Network Level
Filter Mode
Kotlin Core
Native Engine
NestJS (OOP)
API Framework
Proxy Inspect
Security Layer

Tech Stack

React NativeKotlinNestJSNode.jsDNS FilteringCybersecurity

Key Features

Deep Packet Category Block

Automated domain resolution filters checking incoming traffic signatures against blacklists.

Anti-VPN & Proxy Audit

Active monitoring of system configuration files to catch unauthorized network tunneling attempts.

Multi-Platform Scope

Synchronized blocking rules operating consistently across a mobile workspace and browser background script extensions.

Challenges & Solutions

⚡ Challenges

  • Intercepting network requests safely at the OS level without triggering system performance lag.
  • Accurately matching dynamic domain changes for restricted content web servers in real-time.

✓ Solutions

  • Writing low-level network hooks using native Kotlin structures coupled with NestJS rulesets.
  • Implementing local cache maps of known endpoints to minimize external database roundtrips during browsing.

Related Projects