Scaniacsod -
profile: corporate-full
modules:
- name: masscan
args: "-p1-65535 --rate 5000"
- name: nmap
args: "-sV -O -A"
- name: zap
args: "-quickurl https://asset.ip -quickout /tmp/zap_asset.id.json"
schedule: "0 2 * * 1-5"
tags:
- env: prod
- owner: netops
playbook:
high_risk: isolate-host.yml
Save as profiles/corporate-full.yml and import via sod-cli profile import corporate-full.yml.
Context: Scaniacsod is a high-performance industrial scanning and data analysis platform used primarily for quality control in advanced manufacturing (e.g., aerospace components or semiconductor wafers).
The Problem: Currently, operators must scan a physical object, wait for the processing pipeline to finish (often taking minutes), and then view error maps separately. Identifying the root cause of a defect requires cross-referencing the scan data with external logs manually. scaniacsod
The Solution: Live Layer Fusion allows the scanning hardware to overlay processed analytical data onto the physical object in real-time via an AR (Augmented Reality) interface or a smart heads-up display.
At Scaniacsod, we're on a quest to explore, digitize, and share the wonders of the world, one scan at a time. Whether it's preserving historical artifacts, scanning breathtaking landscapes, or simply digitizing everyday objects, we believe in the power of scanning to connect, educate, and inspire. Save as profiles/corporate-full
| Business Need | Scaniac SOD Benefit | |----------------|----------------------| | Continuous Asset Discovery | Auto‑enriches asset inventory from scans and CMDBs. | | Prioritized Vulnerability Management | Scores findings with CVSS v3 and risk‑based weighting. | | Rapid Incident Response | Correlates alerts with known exposures, launches playbooks automatically. | | Scalable & Extensible | Horizontal scaling via Docker/Kubernetes, plug‑in architecture. | | Cost‑Effective | Free core engine, optional paid support; no vendor lock‑in. |
| Term | Meaning | |------|---------| | Asset | Any IP, hostname, container, or cloud instance tracked by Scaniac. | | Scan Profile | A reusable set of modules (port‑scan, OS fingerprint, web‑app scanner). | | Playbook | Automated response (e.g., isolate host, open ticket). | | Risk Score | Composite metric: CVSS × Asset Criticality × Exploitability. | | Enrichment | Pulling metadata from CMDB, DNS, cloud APIs, or passive DNS. | | Feed | External threat‑intel source (CVE, OSINT, commercial). | Scaniacsod — Scan your soil
Scaniacsod — Scan your soil, save your yield. Instant field maps, easy-to-understand health scores, and tailored amendment tips for gardeners and small farms. Plug in the sensor, walk your plot, and get actionable recommendations in minutes.
| Method | Command / UI | Example |
|--------|--------------|---------|
| One‑off via UI | Scans → New Scan → Select Profile → Run | – |
| CLI | sod-cli scan run --profile corporate-full --targets 10.0.0.0/16 | – |
| Cron (Docker) | Edit docker-compose.yml → environment: - SCHEDULE="0 2 * * *" | – |
| K8s CronJob | kubectl apply -f cronjob.yaml | – |
Result storage: All findings land in PostgreSQL (sod_db) and are indexed in Elasticsearch (if enabled) for fast search.
