|
11 | 11 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
12 | 12 | <link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap" rel="stylesheet"> |
13 | 13 | <link rel="stylesheet" href="styles.css"> |
| 14 | + |
| 15 | + <script type="application/ld+json"> |
| 16 | +[ |
| 17 | + { |
| 18 | + "@context": "https://schema.org", |
| 19 | + "@type": "Organization", |
| 20 | + "@id": "https://www.mousa-cloud.com/#organization", |
| 21 | + "name": "Mousa Cloud Consulting", |
| 22 | + "description": "CCSP-certified AWS cloud security, AI governance consulting", |
| 23 | + "url": "https://www.mousa-cloud.com", |
| 24 | + "logo": "https://www.mousa-cloud.com/mcc-logo.jpg", |
| 25 | + "areaServed": [ |
| 26 | + "United States", "US", |
| 27 | + "Singapore", "SG", |
| 28 | + "Saudi Arabia", "SA", |
| 29 | + "Hong Kong", "HK", |
| 30 | + "Japan", "JP" |
| 31 | + ], |
| 32 | + "contactPoint": { |
| 33 | + "@type": "ContactPoint", |
| 34 | + "contactType": "Consulting", |
| 35 | + "email": "contact@mousa-cloud.com" |
| 36 | + } |
| 37 | + }, |
| 38 | + { |
| 39 | + "@context": "https://schema.org", |
| 40 | + "@type": "Service", |
| 41 | + "name": "GenAI Security & Data Protection Assessment", |
| 42 | + "description": "Map GenAI usage, find data leaks & prompt injection risks, deliver prioritized fixes aligned with NIST AI RMF", |
| 43 | + "url": "https://www.mousa-cloud.com/ai-governance.html", |
| 44 | + "provider": { |
| 45 | + "@id": "https://www.mousa-cloud.com/#organization" |
| 46 | + }, |
| 47 | + "areaServed": [ |
| 48 | + "United States", "US", |
| 49 | + "Singapore", "SG", |
| 50 | + "Saudi Arabia", "SA", |
| 51 | + "Hong Kong", "HK", |
| 52 | + "Japan", "JP" |
| 53 | + ], |
| 54 | + "serviceType": "GenAI Security" |
| 55 | + }, |
| 56 | + { |
| 57 | + "@context": "https://schema.org", |
| 58 | + "@type": "Service", |
| 59 | + "name": "Cloud & AI Architecture Hardening Review", |
| 60 | + "description": "Secure-by-design review of LLMs, vector stores, APIs, and data pipelines with IAM, encryption, and monitoring controls", |
| 61 | + "url": "https://www.mousa-cloud.com/ai-governance.html", |
| 62 | + "provider": { |
| 63 | + "@id": "https://www.mousa-cloud.com/#organization" |
| 64 | + }, |
| 65 | + "areaServed": [ |
| 66 | + "United States", "US", |
| 67 | + "Singapore", "SG", |
| 68 | + "Saudi Arabia", "SA", |
| 69 | + "Hong Kong", "HK", |
| 70 | + "Japan", "JP" |
| 71 | + ], |
| 72 | + "serviceType": "AI Architecture" |
| 73 | + }, |
| 74 | + { |
| 75 | + "@context": "https://schema.org", |
| 76 | + "@type": "Service", |
| 77 | + "name": "48-Hour GenAI Risk Snapshot", |
| 78 | + "description": "Fast workshop + report with top 5 AI risks and 3 fastest fixes to kickstart your AI security program", |
| 79 | + "url": "https://www.mousa-cloud.com/ai-governance.html", |
| 80 | + "provider": { |
| 81 | + "@id": "https://www.mousa-cloud.com/#organization" |
| 82 | + }, |
| 83 | + "areaServed": [ |
| 84 | + "United States", "US", |
| 85 | + "Singapore", "SG", |
| 86 | + "Saudi Arabia", "SA", |
| 87 | + "Hong Kong", "HK", |
| 88 | + "Japan", "JP" |
| 89 | + ], |
| 90 | + "serviceType": "GenAI Risk Assessment" |
| 91 | + } |
| 92 | +] |
| 93 | +</script> |
| 94 | + |
| 95 | + |
14 | 96 | <style> |
15 | 97 | :root, |
16 | 98 | [data-theme="light"] { |
|
0 commit comments