Generate realistic, parser-faithful security logs in 13 formats at any rate - backfill 30 days in seconds or stream in realtime. Built for SIEM PoCs, detection-rule development, dashboards, capacity sizing, and load testing. Correlated MITRE ATT&CK-tagged attack scenarios; deterministic, reproducible output.
S4 LogForge generates security logs that are field-faithful to real devices and SIEM schemas - for when you need production-like data for a SIEM project but cannot use production logs.
WHAT YOU GET
13 output formats, each verified end-to-end against real parsers (Elasticsearch ingest pipelines, Elastic integration pipelines, Logstash grok / kv / xml / CEF codec):
RFC 3164 and RFC 5424 syslog; CEF (ArcSight-style); LEEF 2.0 (QRadar-style); PAN-OS 10.2 CSV (TRAFFIC/THREAT/SYSTEM); Elastic Common Schema (ECS) 8.11 JSON; XDR telemetry JSON; Windows Event Log XML (Security/Sysmon) and Winlogbeat-shaped JSON; AWS CloudTrail and VPC Flow Logs; Zeek; and Suricata EVE.
Correlated attack scenarios - brute force to lateral movement, malware beaconing, port scans, insider data exfil, and cloud credential abuse - every event tagged with MITRE ATT&CK technique IDs. Inject them into baseline noise at known times to measure detection and false-positive rates with known ground truth.
Custom scenarios: author your own correlated attack sequences in a simple TOML DSL - phases, timing, entity bindings, and ATT&CK tags - and inject them like the built-ins.
Entity consistency: hosts keep their IPs and hostnames, users log in from their usual workstations, GeoIP and cloud identities stay coherent across the entire stream.
Realistic shape: business-hours diurnal rate curves, log-normal session sizes, benign auth-failure noise, IDS false positives, DNS lookups and C2 beaconing.
Deterministic: same seed and config produce byte-identical output, so any test is exactly reproducible.
Throughput: single-core generation sustains 188k to 1.6M events/sec depending on format; a 30-day PoC backfill generates in minutes.
Outputs: stdout, rotating files, syslog forward (UDP / TCP / TLS), Elasticsearch and OpenSearch bulk, and Splunk HEC (with native event-time so backfill lands at the right time).
Capacity estimator answers "N hosts at X EPS = how many GB/day per format?" before you size a cluster. Prometheus metrics endpoint for long-running streams.
WHY NOT THE ALTERNATIVES
Generic fake-log tools emit Apache-style noise with no security-product fields. Template-driven event generators ship empty - the content is your problem. Static datasets cannot be re-rated, re-dated, or re-formatted. S4 LogForge ships the content: field mappings modeled on real devices and schemas, kept current.
TYPICAL USES
SIEM PoC: 30-day backfill of 200 hosts in minutes, then realtime drip
Detection engineering: generate exactly the log sequence a rule should fire on, tagged with ATT&CK techniques
Dashboards and capacity sizing with realistic volume and shape
Ingest load testing at controlled EPS
A free Community edition (separate listing) covers syslog and CEF at a capped rate.
Highlights
13 parser-faithful formats - syslog 3164/5424, CEF, LEEF, PAN-OS CSV, ECS JSON, Windows Event/Winlogbeat, CloudTrail, VPC Flow, Zeek, Suricata, XDR telemetry - each verified against real parsers, not just 'looks like a log'.
Correlated, MITRE ATT&CK-tagged attack scenarios injected into realistic baseline noise, plus a TOML DSL to author your own - measure detection and false-positive rates against known ground truth.
Deterministic and rate-controlled: same seed reproduces byte-identical data; sustain 188k-1.6M events/sec, backfill 30 days in minutes, or stream a realtime diurnal curve to file, syslog, Elasticsearch, or Splunk HEC.
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
Try this product free for 14 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.
S4 LogForge - Realistic SIEM Test Log Generator (13 formats)
Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covers your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator to estimate your infrastructure costs.
You pay an hourly software fee plus the EC2 instance you run it on, metered per instance-hour with no license keys. The 29 dimensions are all EC2 instance types, not feature tiers. They span burstable general-purpose sizes (t3, t3a), general-purpose sizes (m5, m6i, m7i), and compute-optimized sizes (c5, c6i, c7i). Within each family, cost rises as you move up sizes from large through 2xlarge. You pick the instance that matches your generation throughput needs. Larger or newer-generation instances handle heavier log-generation loads, so you size for the number of formats and event rate.
Top-of-mind questions for buyers
Am I charged the software fee when the instance is stopped?
The software fee meters per running instance-hour. A fully stopped instance stops accruing the software fee. Stopped instances may still incur underlying AWS storage charges for their volumes. There are no license keys, so metering follows the running time of the instance you launch.
How do the hourly software fee and the EC2 charge combine on my bill?
You pay two separate charges. The hourly software fee is billed through AWS Marketplace, metered per instance type. The EC2 compute charge appears on your regular AWS invoice for the instance you run. Both accrue per hour while the instance runs. The instance type you pick sets the software fee rate.
How should I choose which instance size to run?
Size the instance by how many log formats you generate and your target event rate. The tool sustains 188k–1.6M events per second and backfills 30 days in minutes. Heavier format coverage and higher throughput need a size or generation that handles more load. You pay per hour for the size you select.
abyo.net
Helpful?
Vendor refund policy
Hourly software charges are generally non-refundable. For billing issues, contact seller support within 30 days and we will work with you and AWS Marketplace to resolve them.
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Adds a CloudFormation Quick Launch delivery option. Software identical to version 1.0.0.
Additional details
Usage instructions
After launch, SSH in as ec2-user. Run: logforge run --config /opt/logforge/examples/poc.toml --sink stdout | head to see sample output. 'logforge formats' lists the 13 supported formats; 'logforge scenarios' lists the built-in attack scenarios; 'logforge estimate' sizes GB/day. Full quickstart in /opt/logforge/README.txt. Generate to stdout, rotating files, syslog (UDP/TCP/TLS), Elasticsearch/OpenSearch bulk, or Splunk HEC; backfill historical data or stream in realtime.
Support
Vendor support
Support is provided by abyo software G.K. by email at aws-support@abyo.net for installation, configuration, output-format, and licensing questions, typically within two business days. The AMI also ships an in-instance README at /opt/logforge with quickstart, examples, and troubleshooting.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Self-contained EC2 AMI of the S4 transparent S3 compression gateway with CPU codecs (zstd / gzip) preinstalled. Launch on any general-purpose or compute-optimized instance (t3 / m6i / m7i / c6i / c7i), point your S3 clients at it, and cut S3 storage bytes 50-80 percent for compressible data with zero application changes.
Self-contained EC2 AMI of the S4 transparent S3 compression gateway with NVIDIA nvCOMP GPU codecs preinstalled. Launch on a GPU instance (g4dn / g5 / g6), point your S3 clients at it, and cut S3 storage bytes 50-80 percent for compressible data with zero application changes.
Drop-in S3-compatible gateway that transparently compresses every object (CPU zstd or GPU nvCOMP), cutting S3 storage bytes 50-80 percent for compressible data with zero application changes. Includes pre-deployment savings estimation and measured-savings reporting.
Drop-in S3-compatible gateway that transparently compresses every object, cutting S3 storage bytes 50-80 percent for compressible data with zero application changes. This edition bills by measured savings: you pay per GB of backend storage avoided, per hour, at roughly one third of the avoided storage cost.
Cut your CloudWatch custom-metric bill: govern metric cardinality at ingest, then auto-baseline and roll up savings across your whole AWS Organization.
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.