Skip to content
Platform

Server-side scanning, host evidence, and fleet workflow.

EcomScan combines a host-resident Go agent with a tenant-isolated API and dashboard. It detects suspicious files and host conditions, records the evidence, and gives operators a place to investigate. Browser-side checkout monitoring is not part of the current product.

Server-side malware scanning

Inspect the files and data your store actually runs.

The Go agent walks the configured store path and combines pattern signatures, known hashes, heuristics, threat-intelligence matches, delta evidence, and optional YARA rules into normalized findings.

  • MD5 and SHA-256 matching against the local intelligence cache
  • Regex signatures and ecommerce-aware file heuristics
  • Optional YARA engine when the YARA-enabled build is installed
  • WordPress and Magento database inspection when explicitly enabled
example scan summaryillustrative
$ ecomscan --key=<agent-key> /var/www/html files scanned 18,420 findings 3 critical 1 high 1 medium 1 result upload accepted by API
Implemented workflow

Evidence stays separate from operator action.

1

Scan

The agent evaluates files and optional platform data, then uploads a structured result.

2

Normalize

The API stores findings, updates store risk, and creates alerts or incidents from qualifying results.

3

Investigate

Operators review evidence, MITRE mappings, notes, status, priority, and generated runbook checklists.

4

Resolve

Containment is performed through the operator's host controls, then documented and resolved in EcomScan.

Platform coverage

Specialized where implemented, generic everywhere else.

Magento / Adobe Commerce

File, integrity, component, and database-aware checks

WooCommerce / WordPress

File, plugin, vulnerability, and database-aware checks

PrestaShop

Platform path selection plus generic detection engines

Shopware

Platform path selection plus generic detection engines

OpenCart

Platform path selection plus generic detection engines

Other server stacks

Generic file, hash, signature, YARA, delta, and host checks
Start with one store

Install the agent, run a scan, inspect the API-backed result.