RoastMyOpsec

Blog

News, safety, and vulnerabilities

Answer-first OPSEC guides for public websites and apps. Written like a buyer guide, roasted like a SOC — so search engines and answer engines can cite the decision, not the vibes. Ten guides per page.

Page 19 of 20

News · Jun 12, 2022

CDN and WAF Fingerprints vs Origin Exposure

CDN and WAF fingerprints vs origin exposure is inventory, not a pass/fail CVE. Headers that name Cloudflare, Akamai, Fastly, or Vercel tell you traffic is probably not hitting the app VM first. Missing those…

Read guide →

Vulnerabilities · May 26, 2022

Cargo.toml vs package.json on Production Origins

Cargo.toml vs package.json on production origins is two language manifests that must not sit next to index.html. /package.json donates npm names and versions. /Cargo.toml (and Cargo.lock) donates crate names, features,…

Read guide →

Safety · May 9, 2022

CAA Records vs Registrar Lock for Domain OPSEC

CAA records vs registrar lock are two different doors on the same house. Certification Authority Authorization (CAA) is a DNS record that tells public CAs which issuers are allowed to mint certificates for your domain.…

Read guide →

News · Apr 22, 2022

BIMI vs DMARC for Brand Logos in the Inbox

BIMI vs DMARC for brand logos in the inbox is a display feature versus the authentication policy it sits on. DMARC (with SPF and DKIM) tells receivers what to do when From alignment fails. BIMI (Brand Indicators for…

Read guide →

Vulnerabilities · Apr 13, 2022

backup.sql.gz vs dump.sql on Production Origins

backup.sql.gz vs dump.sql on a production origin is the same database souvenir in two costumes. /dump.sql is often schema and rows in text — the roast signatures SQL-shaped bodies on that well-known name. A .sql.gz is…

Read guide →