Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions tools/cbom_generator_cipheriq.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"$schema": "https://cyclonedx.org/schema/tool-center-v2.tool.schema.json",
"specVersion": "2.0",
"tool": {
"name": "cbom-generator",
"publisher": "CipherIQ",
"description": "Static cryptographic asset scanner for Linux systems. Discovers algorithms, keys, certificates, and crypto libraries. Generates CycloneDX 1.6/1.7 CBOM with PQC readiness classification for 48+ NIST algorithms.",
"repository_url": "https://github.com/CipherIQ/cbom-generator",
"website_url": "https://cipheriq.io",
"capabilities": [
"CBOM"
],
"availability": [
"OPEN_SOURCE",
"OSI_APPROVED",
"COMMERCIAL_LICENSE"
],
"functions": [
"AUTHOR",
"ANALYSIS"
],
"analysis": [
"SECURITY_VULNERABILITIES",
"POLICY_EVALUATION"
],
"library": [
"C/C++"
],
"packaging": [
"COMMAND_LINE_UTILITY"
],
"platform": [
"LINUX"
],
"lifecycle": [
"POST-BUILD",
"OPERATIONS",
"DISCOVERY"
],
"supportedStandards": [
"CYCLONEDX"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.6",
"CYCLONEDX_V1.7"
]
}
}
47 changes: 47 additions & 0 deletions tools/cipheriq_distributed_cbom_platform.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"$schema": "https://cyclonedx.org/schema/tool-center-v2.tool.schema.json",
"specVersion": "2.0",
"tool": {
"name": "CipherIQ Distributed CBOM Platform",
"publisher": "CipherIQ",
"description": "Enterprise cryptographic observability platform combining static discovery, eBPF runtime monitoring, and passive network analysis. Centralized CBOM governance with drift detection and PQC migration planning.",
"website_url": "https://cipheriq.io/product/",
"capabilities": [
"CBOM"
],
"availability": [
"COMMERCIAL_LICENSE",
"SUBSCRIPTION"
],
"functions": [
"AUTHOR",
"ANALYSIS",
"DISTRIBUTE"
],
"analysis": [
"SECURITY_VULNERABILITIES",
"POLICY_EVALUATION",
"RESOURCE_REPORTING"
],
"packaging": [
"APPLICATION",
"COMMAND_LINE_UTILITY",
"CONTAINER_IMAGE"
],
"platform": [
"LINUX"
],
"lifecycle": [
"POST-BUILD",
"OPERATIONS",
"DISCOVERY"
],
"supportedStandards": [
"CYCLONEDX"
],
"cycloneDxVersion": [
"CYCLONEDX_V1.6",
"CYCLONEDX_V1.7"
]
}
}