LOW · upstream
Oil India Limited
Cleanest in portfolio: strict SPF -all, p=reject DMARC, strong CSP
oil-india.combaseline scan 2026-04-27 · daily passive check 2026-06-13 · Phase 2 active scan 2026-04-28
Daily passive check · 2026-06-13
score 6
Availability
HTTP 200
TLS
2026-11-13 · 153d
Headers
1 missing · 1 permissive
Email auth
SPF strict · DMARC reject
Security score
Normal
Headline findings
- 01Strict SPF (v=spf1 -all)
- 02DMARC p=reject — strictest in portfolio
- 03Strong CSP, all 6 hardening headers present (Permissions-Policy minimal)
- 04Drupal stack + Citrix NetScaler frontend
- 05Single subdomain (www only) — minimal CT footprint
TLS security
pass
- Issuer
- DigiCert Inc
- Expires
- 2026-11-13(153d)
Email authentication
Hardening headers
4 / 1 / 1present/permissive/missing
- HSTSpresent
- CSPpermissive
- X-Framepresent
- X-Content-Typepresent
- Referrer-Policymissing
- Permissions-Policypresent
Lookalike domains
oilindia.com→ 208.91.196.93 (Confluence Networks, third-party)
Public topology · CT logs
1 total
1 subdomain in CT logs; no sensitive categories flagged.
Certificate-transparency logs are immutable and public. Sensitive subdomains advertised here cannot be retracted; the mitigation is forward-only — new internal services route through a private CA that does not submit to public CT.
Phase 2 · Active scan complete
Authorised ethical-hacking assessment ran on 2026-04-28. Active fingerprinting, CVE matching, Mythos-class adversary simulation, and CISO patch list below.
Single-question version for MD
Is the NetScaler appliance running a CVE-2025-7775-vulnerable version, and is it externally reachable? If yes, it bypasses Drupal entirely and is the highest-priority entry point for OIL.
Active fingerprints · per host
www.oil-india.comEOL × 1Drupal 9.x or 10.x + Citrix NetScaler gateway (X-Drupal-* + NetScaler integration markers)
- ⚠ NetScaler version unknown; if vulnerable to CVE-2025-7775 / CVE-2025-5777, Tier 1 critical
Attack-path simulation
Mythos-class adversary analytical chain · paths ranked by exploitability × access value.
Path B: Drupal object injection → RCE (CVE-2024-55637)
Path C: NTLM relay (CVE-2025-33073) if Windows AD backend
Path D: Ransomware via credential compromise
Mythos compression
Discovery-time compression: pre-AI adversary vs Mythos-class adversary, per attack path.
The compression factor is reasoned, not measured. Mythos-class capability changes the tempo of attack-path traversal; the topology of the chain is unchanged.
CISO patch list
Tier 1 · within 7 days
- critical
Citrix NetScaler ADC/Gateway upgrade to 14.1.47.48+
- Host
www.oil-india.com (NetScaler gateway)- CVE
CVE-2025-7775- Fix
- NetScaler System → Diagnostics → System Information → NS Version. Upgrade to 14.1-47.48+ minimum. Backup config first. Post-upgrade test VPN clients.
- Owner
- OIL Network Ops / NetScaler Admin
- Validation
show ns version in NetScaler CLI returns ≥ 14.1-47.48
- critical
Drupal core upgrade for CVE-2024-55637
- Host
www.oil-india.com- CVE
CVE-2024-55637- Fix
- drush status to identify version. Upgrade to 10.2.11+ / 10.3.9+ / 11.0.8+. composer require drupal/core:^10.2.11. drush cache:rebuild.
- Owner
- OIL Web Ops / Drupal Admin
- Validation
drush eval 'echo Drupal::VERSION' confirms patched version
- high
Enable SMB signing portfolio-wide (CVE-2025-33073 mitigation)
- Host
Internal Windows AD- CVE
CVE-2025-33073- Fix
- Group Policy: 'Microsoft network client: Digitally sign communications (if server agrees)' → Required. gpupdate /force. Get-SmbClientConfiguration | Select RequireSecuritySignature.
- Owner
- OIL AD / Windows Admin
- Validation
PowerShell shows RequireSecuritySignature=True
Tier 2 · within 30 days
- high
Audit Drupal contrib modules for unserialize() usage
- Host
www.oil-india.com- CVE
CVE-2024-55637- Fix
- drush pm:uninstall non-essential contrib modules. grep -r 'unserialize' modules/custom/ — refactor to JSON.
- Owner
- OIL Web Ops / Code Review
- Validation
grep returns 0; only trusted modules enabled
- high
TLS renewal — GeoTrust G1 expires Nov 2026
- Host
www.oil-india.com- Fix
- Schedule renewal 60 days before expiry (early September 2026). Procure DigiCert or equivalent.
- Owner
- OIL IT / TLS Admin
- Validation
openssl s_client | x509 -dates shows notAfter > 2027