Skip to content

Articles & Guides

Useful resources for web developers and system administrators

Found 56 · Security · Reset

Security
How to Check a Website for Malware: 4 Layers of Detection and a Cleanup Plan
Check a website for malware: infection symptoms, external scanners, DevTools, hunting backdoors on the server and in the database, cloaking tests and a cleanup plan.
01.04.2026 · 24 min · 959 views
Security
SPF, DKIM, and DMARC: What They Are, Why You Need Them, and How to Set Them Up
Complete guide to SPF, DKIM, and DMARC email authentication. Learn how to protect your domain from spoofing, improve deliverability, and pass Gmail and Yahoo requirements.
01.04.2026 · 15 · 191 views
Security
HSTS and Preload List: Complete Implementation Guide
Complete guide to HTTP Strict Transport Security (HSTS) header and preload list. Implementation steps, risks, rollback strategy, and best practices.
16.03.2026 · 12 · 366 views
Security
Web Server Security Hardening Checklist: Nginx and Apache
Complete web server hardening checklist for nginx and Apache. File permissions, security headers, TLS configuration, access control, and monitoring.
16.03.2026 · 11 · 458 views
Security
Two-Factor Authentication Guide: TOTP, SMS, and Hardware Keys
A comprehensive guide to two-factor authentication types including TOTP, SMS verification, and hardware security keys with implementation best practices.
16.03.2026 · 9 · 237 views
Security
Rate Limiting Strategies for Web APIs and Applications
Explore rate limiting algorithms — token bucket, sliding window, fixed window — and learn how to implement effective API rate limiting.
16.03.2026 · 10 · 210 views
Security
WAF Rules: Writing Effective Web Application Firewall Policies
Learn how to write effective WAF rules, understand rule types, avoid false positives, and protect your web application from common attacks.
16.03.2026 · 10 · 279 views
Security
CORS Explained: Cross-Origin Resource Sharing Guide
Understand CORS — how cross-origin requests work, preflight checks, headers, common errors, and how to configure CORS correctly for your web application.
16.03.2026 · 13 · 209 views
Security
Security Headers: The Complete Guide
Complete guide to HTTP security headers: CSP, HSTS, X-Frame-Options, Permissions-Policy, CORP, COEP. Configuration and examples.
14.03.2026 · 7 · 214 views
Security
WAF: What It Is and How It Protects Your Site
What is a Web Application Firewall (WAF), how it works, and what attacks it prevents. WAF types, configuration, and best practices.
14.03.2026 · 6 · 212 views