🛡️ GuardFox Security Systems Documentation

EDR Agent Portal

Monitor all endpoints, view event telemetry, run forensics, and quarantine compromised hosts.

Route: /edr/agents
edr screenshot

How the EDR works

Overview

How the EDR Works

GuardFox Security Systems's EDR consists of two parts: a lightweight agent running on each endpoint, and the Agent Portal in the web UI.

What the agent collects

CategoryWhat's captured
ETWProcess creation, injection, hollow shell detection via Windows ETW providers
FileSystemMass file rename (ransomware), new executables in temp paths
VSSShadow copy deletion attempts — detected and alerted, not blocked. The agent matches vssadmin delete shadows on process creation, by which point the command has already run. Auto-containment can kill the process afterwards, but it is opt-in and off by default. Windows only.
PowerShellScript block logging — captures all commands including obfuscated ones
YARAOperator-dispatched scan of a process's on-disk executable image — not live memory. Linux and macOS only; not implemented on the Windows agent. Requires a ruleset supplied with the scan: none ships with the product, so a scan reports "no YARA ruleset was supplied" until you provide one.
Win EventsAdvanced Windows Event Log analysis (4624, 4688, 4698…)
NetworkOutbound connections, DNS queries, C2 interval detection

Agent communication

  • Agent sends heartbeat to /api/edr/heartbeat every 30 seconds
  • Events stream to /api/edr/events in batches of 50
  • Commands (quarantine, scan, collect) are polled from /api/edr/commands
  • Tamper protection: the agent service cannot be stopped without the admin passphrase

Quarantining an endpoint

How to use

Quarantining an Endpoint

Quarantine isolates a compromised endpoint from the network using local firewall rules, while keeping the agent connection alive so you can still collect forensics.

How to quarantine

  1. Open EDR → Agent Portal
  2. Click any agent to open the detail drawer
  3. Click Quarantine in the top-right
  4. Confirm the action — a note is added to the audit log

What quarantine does

  • Adds iptables (Linux) or Windows Firewall rules blocking all inbound/outbound traffic
  • Exception: keeps ports 443 to the GuardFox Security Systems server open so the agent remains connected
  • The agent status changes to QUARANTINED (red pulsing dot)

Releasing quarantine

Click Release in the same location. The firewall rules are removed and normal connectivity resumes.

⚠️ Always collect a memory image via the Forensics tab before releasing a quarantined endpoint.

Remote forensics collection

How to use

Remote Forensics Collection

From the Agent detail drawer → Forensics tab, you can launch collection tasks without touching the endpoint.

Available tasks

What collection actually returns today: a running-process snapshot. On every platform collect_artifacts ignores the requested artifact type and captures a process listing, returning a summary that says so ("Full <type> collection is not yet implemented on this platform"). Memory dumps, RAM images, MFT/prefetch parsing and filesystem timelining are not implemented on Windows, macOS or Linux. Do not plan an investigation around them — use the process snapshot, or collect from the host directly.

TaskWhat it collects todayStatus
Artifact CollectionRunning-process snapshot (pid, command)Implemented
Process Memory DumpNot implemented — returns the process snapshot
Full Memory ImageNot implemented — returns the process snapshot
File System TimelineNot implemented — returns the process snapshot
Prefetch / MFT AnalysisNot implemented — returns the process snapshot

A real memory dump needs a per-platform capture path the agent does not have: task_for_pid plus the debugger entitlement on macOS, MiniDumpWriteDump on Windows, process_vm_readv on Linux. Prefetch and MFT are Windows-only NTFS artifacts with no equivalent on the other two.

Running a collection

  1. Open the agent drawer → Forensics tab
  2. Click the task you want to run
  3. Status changes to Running with a live progress indicator
  4. When Complete, click Download to retrieve the artifact

Notes

  • Full Memory Image requires the agent to have local admin rights
  • Collections run in the background — you can navigate away and return
  • Results are stored on the GuardFox Security Systems server for 7 days then auto-deleted

Reading the Events tab

Overview

Reading the Events Tab

Open any agent's detail drawer → Events tab to see everything that endpoint has reported. Every row is built from the agent's real telemetry — process starts, network connections, file operations, registry changes, and script executions — translated into a plain-language summary instead of a raw JSON dump.

What a row shows

  • Title & description — e.g. "Process started" with "notepad.exe (PID 4821) started, parent PID 900", or "Outbound connection" with the full src/dst addressing
  • Severity badge — Critical / High / Medium / Low, colour-coded
  • MITRE tag — when the event maps to a known technique (e.g. T1486), shown as a purple chip
  • Process, path, command-line, or network destination detail — filled in per event type

List vs. Timeline layout

Toggle between ≡ List (grouped cards, good for scanning) and ↕ Timeline (chronological, numbered, better for reconstructing an attack sequence) using the buttons above the event list.

Expanding raw data

Click any event row to expand the full underlying JSON payload — useful when you need a field the summary view doesn't surface.

Filtering out noise

How to use

Filtering Out Noise

A busy endpoint generates a huge volume of routine telemetry — most of it never a security finding. The Events tab hides two categories by default so the signal doesn't get buried:

Hidden by default

  • Low-severity events of any kind
  • Raw telemetry — every network connection, registry touch, file write, process start/exit, and script execution, regardless of severity. This is safe to hide: whenever the agent's detection engine actually finds something in one of these areas, it escalates the event to a named rule (e.g. ransomware_encrypt, c2_beacon, reg_run_key) instead of leaving it tagged as the raw category — so a genuine finding is never among what's hidden.

Toggling it back on

Click 🔇 Raw telemetry noise hidden to reveal everything (it becomes 👁 Showing raw telemetry noise). It also switches on automatically if you click the LOW severity quick filter, or type network, registry, file, process, or script into the category filter box — otherwise those searches would silently return nothing while the noise filter is active.

The status line under the filters — "Matched X of Y EDR logs · N noisy events hidden" — always shows how much is currently filtered out.

Triaging events: acknowledge, dismiss, and bulk actions

How to use

Triaging Events

Every event carries a triage status — New, Acknowledged, or Dismissed — so a backlog can actually be worked down instead of growing forever.

Per-event actions

Each row has Acknowledge and Dismiss links. Acknowledging marks it reviewed without hiding it; dismissing removes it from the default view (it's tracked, not deleted — see below to bring it back).

Working through a batch at once

Clicking every row individually doesn't scale once there's more than a handful of the same low-value thing. Instead:

  1. Narrow the list with the severity quick filters or the category/title search box
  2. Click Select all N filtered (top-right of the event list) to select the entire matching set in one click
  3. Use the bulk action bar that appears — Acknowledge all or Dismiss all — to act on the whole batch at once

Individual checkboxes on each row are also available if you want to hand-pick a subset instead.

Bringing dismissed events back

Dismissed events are hidden by default, same as noise — click ✓ Dismissed hidden to show them (it becomes 🗑 Showing dismissed). The status line reports how many are currently hidden.

Response actions vs. real detections vs. simulated tests

Overview

Response Actions vs. Real Detections vs. Simulated Tests

Three kinds of rows can appear in the Events tab, each badged distinctly so you never mistake one for another while triaging:

BadgeWhat it means
RESPONSE ACTIONAn action you or another operator dispatched from the dashboard — quarantine, release, kill process, memory/artifact collection, uninstall, file deletion, IP block. (A YARA scan is dispatchable through the API but has no dashboard control, and needs a ruleset you supply with the request.) Shows who dispatched it and its current status (e.g. "Dispatched by [email protected] — complete"). Never colour-coded by severity, since it isn't a threat — it's a record of what the SOC did.
SIMULATEDA test event fired from the Simulator tab to exercise playbooks and response workflows. Looks like a real detection in every other respect (same title, same severity) but is clearly marked so a test run is never confused with an actual intrusion.
Severity badge (Critical/High/Medium/Low)A genuine finding from the agent's detection engine — no special marker beyond the severity colour itself, since this is the real signal everything else exists to distinguish itself from.

Deleting a malicious file remotely

How to use

Deleting a Malicious File Remotely

Any event row with a file path (e.g. a file-write or a detection referencing a dropped executable) shows a Delete File button next to the path.

  1. Click Delete File next to the path you want removed
  2. A delete-file command is queued to the agent — you'll see a confirmation toast
  3. The agent removes the file the next time it polls for commands

⚠️ This deletes the file on the live endpoint. Collect a forensic copy first (Forensics tab → Artifact Collection) if you might need it later for investigation or legal hold.

Editing agent configuration

How to use

Editing Agent Configuration

Open the agent drawer → Config tab to see identity and protection settings.

What's editable

  • Department — click Edit next to it to reassign the endpoint to a different department/team for reporting and filtering purposes.

What isn't, and why

Agent ID, OS, Agent Version, and IP Address are read-only — the agent itself reports these on every heartbeat, so an edit here would just get silently overwritten on the next check-in and desync from what's actually running.

Also on this tab

  • Protection Features — toggle Tamper Protection on/off; the other listed protections (ETW, FileSystemWatcher, VSS, PowerShell logging) are always-on and shown for visibility, not individually toggleable. YARA scanning is not always-on: it runs only when a scan is dispatched, only on Linux and macOS, and only if a ruleset is supplied with the scan.
  • Applied Policies — click a policy chip to attach or detach it from this endpoint (baseline, ransomware-protect, vss-protect, dc-hardening, usb-block, linux-hardening).