Hub
Network

Check Point Security Gateway

Check Point Security Gateway SmartLog — 8 software blades including Firewall, IPS, Application Control, URL Filtering, Anti-Bot, Anti-Virus, Threat Emulation, and Identity Awareness.

Quick Start

uv tool install eventum-generator
git clone https://github.com/eventum-generator/content-packs.git
cd content-packs
eventum generate \
  --path generators/network-checkpoint/generator.yml \
  --id checkpoint-gw \
  --live-mode true

Event Types

Event IDDescriptionFrequencyCategory
fw-acceptFirewall Accept~55%network
fw-dropFirewall Drop~20%network
app-controlApplication Control~6%network
url-filterURL Filtering~5%network
fw-rejectFirewall Reject~3%network
ips-detectIPS Detect~3%intrusion_detection
vpnVPN Encrypt/Decrypt~3%network
ips-preventIPS Prevent~1.5%intrusion_detection
anti-botAnti-Bot detection~1.5%malware
anti-virusAnti-Virus detection~1%malware
identityIdentity Awareness login/logout~1%authentication

Realism Features

  • Zone-aware routing — Internal→External, External→DMZ, Internal→Internal with interface assignment
  • NAT translation — Source NAT for 70% of outbound accepted connections
  • 15 named firewall rules with UUIDs, layer hierarchy, and weighted selection
  • 15 IPS signatures with CVE references, severity, and confidence levels
  • 16 applications with risk scores (0–5) and risk-based allow/block decisions
  • 15 URL categories including blocked (gambling, malware, phishing)

Sample Output

{
    "@timestamp": "2026-02-21T14:30:15.000000+00:00",
    "checkpoint": {
        "rule_action": "Accept",
        "layer_name": "Network",
        "sequencenum": 42
    },
    "event": {
        "action": "Accept",
        "category": ["network"],
        "dataset": "checkpoint.firewall",
        "outcome": "success",
        "type": ["allowed", "connection"]
    },
    "source": { "ip": "10.1.1.30", "port": 52481 },
    "destination": { "ip": "93.184.216.34", "port": 443 },
    "network": { "direction": "outbound", "transport": "tcp" },
    "observer": {
        "product": "VPN-1 & FireWall-1",
        "type": "firewall",
        "vendor": "Checkpoint"
    },
    "rule": { "name": "Allow Outbound HTTPS" }
}

Parameters

ParameterDefaultDescription
hostnamecpgw-01Security Gateway hostname
domainexample.comDomain name
gateway_ip192.168.10.1Gateway management IP
nat_ip198.51.100.1Public NAT IP address
agent_id7b2c5f1a-...Filebeat agent UUID
agent_version8.17.0Filebeat agent version

Related Generators