QR Code & Verifiable Credentials
DDoS Protection Certificate
Scan to verify protection status
Mitigation Report VC
Verifiable credential for audit
// Verifiable Credential for DDoS Protection
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://wiastandards.com/credentials/ddos/v1"
],
"type": ["VerifiableCredential", "DDoSProtectionCertificate"],
"issuer": "did:wia:sec-021:protection-authority",
"issuanceDate": "2025-01-25T14:30:00Z",
"credentialSubject": {
"id": "did:web:example.com",
"protectionLevel": "enterprise",
"capabilities": {
"maxMitigationCapacity": "100 Gbps",
"protectionLayers": ["L3", "L4", "L7"],
"globalCoverage": true,
"scrubCenters": ["us-east", "eu-west", "ap-southeast"],
"slaUptime": "99.99%"
},
"certification": {
"standard": "WIA-SEC-021",
"version": "1.0",
"validUntil": "2026-01-25T14:30:00Z"
}
},
"proof": {
"type": "Ed25519Signature2020",
"created": "2025-01-25T14:30:00Z",
"proofPurpose": "assertionMethod",
"verificationMethod": "did:wia:sec-021#key-1",
"proofValue": "z3FXQz...signature..."
}
}