← BACK_TO_PROJECTS
// FEATURED_SOFTWARE
SECURITYL-2
RDNSx
Rust DNS Security Toolkit
Fast asynchronous DNS toolkit written in Rust. Specifically tailored for telecommunications and enterprise security auditing. Capable of mass subdomain enumeration, DNSSEC chain analysis, and deep SPF/DMARC/DKIM configuration auditing.
ACCESS_RDNSX_TOOLKIT →SYSTEM_TELEMETRY
LanguageRUST
Access LevelL-2
CategorySECURITY
StatusACTIVE
// RESEARCH_OVERVIEW
- ►High-Speed Subdomain Enumeration
Utilizes Rust's non-blocking I/O to perform massive-scale asset discovery without resource exhaustion.
- ►Deep DNSSEC Auditing
Validates entire chain-of-trust from root to leaf, detecting expired signatures and weak cryptographic keys.
- ►Protocols & Infrastructure
Exhaustive auditing of SPF, DMARC, and DKIM policies to prevent corporate identity spoofing and hijacking.
- ►Zone Transfer Analysis
Automated attempts and diagnostic analysis of AXFR/IXFR requests across misconfigured name servers.
// TECHNICAL_SPECIFICATIONS
:: ASYNC_RUNTIME
Tokio-based multi-threaded event loop for high-concurrency packet processing.
:: RESOLVER_STRATEGY
Custom recursive and iterative resolver logic bypassing OS-level caches.
:: TELCO_OPTIMIZATION
Heuristic analysis of wildcards and load-balancing patterns common in GGSN/PGW architectures.
:: OUTPUT_FORMATS
JSON-L, CSV, and Grepable output for seamless pipeline integration with other security tools.