Direct Operations
Assessments are executed by adversarial operators against the agreed scope rather than relying on generic dashboards.
Not a scanner, not an agency: we are adversarial operators. We execute against production infrastructure and demonstrate real exposure — with evidence, not alerts.
Assessments are executed by adversarial operators against the agreed scope rather than relying on generic dashboards.
Research into deep logic, identity, API and architectural flaws that automated scanners may fail to identify.
Every validated finding is accompanied by technical evidence required to understand impact and support remediation.
An adversarial assessment should demonstrate what an attacker can actually achieve, not generate another dashboard. In a world where anyone can scan with one click, we prove what no tool can.
Generic reports and alert volume, without exploitation certainty.
Large quantities of findings still require manual validation.
Scanning may stop where WAFs, authentication and internal logic begin.
A severity score alone does not demonstrate real business impact.
Internal teams must separate genuine signal from operational noise.
Demonstrable evidence of exploitation and impact.
Reported findings are validated within the authorized scope.
Assessment considers attack paths, logic, identity and real infrastructure behavior.
Technical evidence explains what can happen and why it matters.
Actionable information to close exposure and validate the fix.
Operations executed against protected infrastructure and high-criticality environments.
Adversarial operation against financial infrastructure spanning four countries. Within 24 hours, critical and high-severity vulnerabilities were identified affecting confidential data and cloud infrastructure.
Discovery of a Zero-Day associated with JWT object validation, affecting the OAuth authorization flow within the assessed environment.
Assessment of a business-registration platform where a logic chain demonstrated privilege escalation within the authorized scope.
Forensic analysis of identity and civic computing infrastructure. Critical vulnerabilities and attack chains were identified, with evidence delivered under cryptographic controls.
We map exposed applications, APIs, cloud infrastructure and forgotten assets.
We assess business logic, identity, access controls and adversarial paths.
We technically validate impact and gather reproducible evidence.
We re-test after remediation to confirm exposure has been closed.
We assess business logic, identity chains and cloud architectures where automated scanners lose context.
Exposed OIDC endpoint discovered during attack-surface reconnaissance.
/protocol/openid-connectAssessment of real behavior behind defensive controls and authentication.
CONTROL PATHUnsafe validation condition identified within the identity flow.
CWE-347Impact validated under authorized conditions and scope.
CRITICALPOST /auth/realms/enterprise/protocol/openid-connect/token HTTP/2
Host: idp.target-financial.com
User-Agent: Mozilla/5.0
Content-Type: application/x-www-form-urlencoded
Accept: application/json
grant_type=authorization_code
&client_id=fintech-core-client
&code=SplxlOBeZQQYbYS6WxSbIA
&redirect_uri=https://idp.target-financial.com/callback
&request=eyJhbGciOiJub25lIiwidHlwIjoiSldUIn0...
HTTP/2 200 OK
Content-Type: application/json;charset=UTF-8
Cache-Control: no-store
Strict-Transport-Security: max-age=31536000
{
"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
"token_type": "Bearer",
"expires_in": 3600,
"scope": "openid profile email",
"user_context": {
"role": "global_admin",
"status": "verified"
}
}
--- a/src/services/oidc/token_validator.py
+++ b/src/services/oidc/token_validator.py
@@ validate_request_object(...)
- decoded = jwt.decode(
- request_jwt,
- options={"verify_signature": false}
- )
+ header = jwt.get_unverified_header(request_jwt)
+
+ if header.get("alg") in ["none", None, ""]:
+ raise SecurityException(
+ "Unsigned request object rejected"
+ )
+
+ decoded = jwt.decode(
+ request_jwt,
+ client_public_key,
+ algorithms=["RS256", "ES256"]
+ )
ILLUSTRATIVE EXAMPLE · SANITIZED DATA — Details of real operations remain under strict confidentiality.
Operations adapted to the organization's attack surface, context and criticality.
Focused operation against a critical asset, core API, primary application or prioritized surface.
Comprehensive assessment of applications, APIs, cloud, identity and transactional logic.
Continuous adversarial assessment for organizations with critical attack surfaces and persistent exposure.
Reported findings must be backed by evidence.
Operations are designed around agreed technical boundaries.
Controlled and encrypted handling of evidence and sensitive information.
Documentation for audits, compliance and boards.
Technical attestation for Audit Committees, Boards of Directors, Investment Funds and compliance teams.
Zekro Intelligence S.A.S. certifies that assets within the authorized scope were assessed using controlled adversarial procedures.
Reported vectors were accompanied by technical evidence and may be validated again following remediation.
One confidential operation. Verifiable evidence. No noise.