Everything you need to know about the Omniper platform, from your first config audit to advanced issue reproduction and compliance.
What is Omniper and how to run your first audit.
Omniper is an AI-powered network intelligence platform that helps you catch misconfigurations, reproduce outages, and stay compliant before they impact your business.
The platform is built around three core tools:
All scans are processed in-memory and never stored on disk. Privacy by design.
Run your first security audit right now.
Create a free account or log in to your existing Omniper account.
From the dashboard, start a Quick scan or create a project. Drag and drop any configuration file (.cfg, .conf, .txt, .json, .yaml) from any vendor (Cisco, Juniper, Fortinet, Palo Alto, and more).
The analysis engine lists all issues by severity (critical, high, medium, low). Each issue includes a description, the exact config line that triggered it, a fix recommendation, and a CVSS score.
Download the full audit as a PDF for your manager or auditor, or JSON for automation. You can also export YAML for ContainerLab to reproduce issues in your own lab.
How the analysis works and what to expect from the results.
The Config Analyzer uses a hybrid approach:
The result is a comprehensive report that includes line-level evidence, CVSS scoring, and actionable remediation steps.
Any text-based configuration file is supported. Vendor-specific parsing rules are applied automatically.
Each finding includes a Common Vulnerability Scoring System (CVSS) score (0-10) and a vector string. This helps you prioritize based on industry-standard metrics.
Every finding shows the exact line from the original configuration that triggered the alert, plus a concrete remediation command.
Reproduce intermittent or hard-to-catch network issues using AI-guided diagnosis.
Describe the problem in plain English, optionally paste configs or logs, and the system will:
Example: "UDP fragmentation causing drops over a VPN tunnel. An application generates large UDP packets (64KB) and fragments with DF set exceed the tunnel MTU."
The AI draws a diagram of the involved devices and pinpoints the misconfiguration (e.g., MTU mismatch or fragmentation policy).
You receive the exact commands to apply (e.g., ip tcp adjust-mss 1400) and an Ansible playbook for automation.
Change a parameter (e.g., "What if we increase the MTU to 1500?") and see how the diagnosis and fix evolve, without re-running the whole analysis.
Audit your configurations against industry compliance frameworks.
You can also upload custom frameworks as JSON files. Each framework defines a set of controls, and Omniper maps your configuration against them.
The report can be downloaded as PDF for compliance auditors.
Organize your work across clients, network segments, or compliance initiatives.
Create separate projects for different clients, network segments, or compliance initiatives. Each project keeps its own history and configuration analyses.
On the Overview page of a project you can see:
Use the History tab in OmniScan to browse all previous analyses, load a previous report, or compare scores over time.