Zedmos

Settings

Interfaces, identity, TLS, storage, SIEM and the console link

72 Elemente

Interfaces

Which interfaces the engine protects, and how it sits in the path. This is the first screen to get right — everything else inspects the traffic these settings admit.

Interfaces — every documented control marked
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
Die Nummern verweisen auf die Zeilen der Tabelle.Zedmos appliance · Interfaces
#ControlWhat it does · how · why
1Deployment ModeselectMonitor reports only and never blocks — use it to observe before enforcing. Routed makes the engine a layer-3 gateway with full blocking. Bridge is a transparent layer-2 bridge between two NICs, invisible on the network, and needs two dedicated interfaces.
2Show WAN interfacestoggleIncludes WAN-facing NICs in the list below. Off hides them so you cannot arm the internet side by accident.
3RefreshbuttonRe-reads the live interface list from the system — use it after adding a NIC or a VLAN.
4Protected interfacetoggleArms the engine on that interface. Unchecked interfaces are passed through untouched.
5Security zoneselectNames the side an interface sits on — wan, lan, dmz. Policy selectors match on these zone names, so a consistent naming scheme here pays off across every group.
6Apply ConfigurationbuttonWrites the interface set and restarts the engine so it attaches to the new list.

Active Directory

Ties network traffic to real user names. Without it, policies can only target addresses and devices; with it, selectors like users and groups start matching.

Active Directory — every documented control marked
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
Die Nummern verweisen auf die Zeilen der Tabelle.Zedmos appliance · Active Directory
#ControlWhat it does · how · why
1Directory typeselectOn-prem AD/LDAP or a cloud directory. The choice decides which fields and which agent you need.
2Download DC AgentbuttonA pre-configured agent for your domain controller — it already carries this appliance's address and credentials.
3One-line install commandbuttonCopy-paste installer for the domain controller, for when downloading a file is inconvenient.
4Agent scriptbuttonThe raw PowerShell agent, if your change process needs to review it before it runs.
5Save SettingsbuttonStores the directory configuration. Identity mapping starts as soon as the agent reports in.

TLS Proxy

The certificate authority and listeners that make HTTPS inspection possible. Every deep-inspection feature — URL filtering, DLP, file scanning inside TLS — depends on what you configure here.

TLS Proxy — every documented control marked
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
Die Nummern verweisen auf die Zeilen der Tabelle.Zedmos appliance · TLS Proxy
#ControlWhat it does · how · why
1Generate new CAbuttonCreates a fresh root certificate authority on the appliance. Doing this invalidates the trust you have already deployed, so plan a redistribution.
2Upload existing CAbuttonUse a CA your organisation already controls — clients that trust it need no new deployment.
3CA download formatsbuttonOne file per platform: PEM for Linux, macOS and Firefox; DER for Windows, iOS and Android; PKCS#12; a mobileconfig profile for Apple devices; and a full bundle for backup or migration.
4Proxy portsnumThe ports the interception listeners bind. Leave them on auto unless something else on the box already owns those ports.
5Certificate cachetextWhere generated leaf certificates are cached, so a repeat visit does not pay the signing cost again.
6Interception scopetoggleWhich zones are inspected. Start narrow — one lab zone — and widen once the CA is trusted everywhere.
7Save & Start TLS ProxybuttonApplies the settings and brings the listeners up.
8GuidesbuttonStep-by-step help for configuring interception and for pushing the CA to clients.

Threat Intel

The feeds behind the Security tab of a policy. Each feed is a list of malicious domains or addresses that the engine refreshes on a schedule.

Threat Intel — every documented control marked
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
Die Nummern verweisen auf die Zeilen der Tabelle.Zedmos appliance · Threat Intel
#ControlWhat it does · how · why
1Force UpdatebuttonPulls every enabled feed immediately instead of waiting for the next scheduled refresh — useful right after adding one.
2Add FeedbuttonRegister a custom feed by URL and format. Your own indicator lists live here alongside the built-in ones.
3Feed switchbuttonEnables or disables a single feed without deleting it — the fastest way to test whether a feed causes a false positive.
4EditbuttonChange a feed's URL, format or refresh interval.
5DeletebuttonRemoves the feed and its downloaded indicators.

ETA

Encrypted Traffic Analysis scores connections that cannot be decrypted — pinned apps, bypassed sites — using their shape rather than their content.

ETA — every documented control marked
  1. 1
  2. 2
  3. 3
Die Nummern verweisen auf die Zeilen der Tabelle.Zedmos appliance · ETA
#ControlWhat it does · how · why
1Log thresholdnumScore above which a connection is recorded for review. Lower means more visibility and more noise.
2Block thresholdnumScore above which a connection is dropped. Raise it if legitimate traffic is being caught.
3Save ETA SettingsbuttonApplies both thresholds. They also exist per policy group, where a group can override this default.

Storage

How long the appliance keeps what it records, and the housekeeping that keeps the database healthy. An appliance that never prunes eventually fills its disk and stops recording.

Storage — every documented control marked
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
Die Nummern verweisen auf die Zeilen der Tabelle.Zedmos appliance · Storage
#ControlWhat it does · how · why
1Retention presetsbuttonCommon windows — 7, 30 or 90 days. The Retention panel below sets per-table detail if you need finer control.
2RetentionbuttonPer-data-type retention: flows, DNS, threats and audit records can each keep a different history.
3MaintenancebuttonCompaction and integrity tasks that reclaim space and keep queries fast.
4BackupbuttonExport and restore of the appliance database.
5PrivacybuttonRedaction and anonymisation options for what is written to disk.
6AlertsbuttonWarn before the disk fills, rather than after recording has already stopped.
7Save retentionbuttonApplies the retention window.

SIEM

Forwards security events to an external SIEM or syslog collector. A quick profile sets the transport, framing and format for the common products in one click; everything below it is there when your collector is unusual.

SIEM — every documented control marked
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
Die Nummern verweisen auf die Zeilen der Tabelle.Zedmos appliance · SIEM
#ControlWhat it does · how · why
1Quick profilesbuttonOne click sets transport, framing and format: Generic Syslog (JSON over UDP), Splunk/ArcSight (CEF over TCP), IBM QRadar (LEEF over TCP), Secure Syslog (JSON over TLS), or Custom for anything else.
2TargettextHost and port of the collector, for example siem.example.com:514.
3TransportselectUDP is fire-and-forget; TCP gives delivery feedback and is what you want in production; TLS adds encryption for anything crossing an untrusted network.
4RFC · Format · Facility · SeverityselectThe syslog framing and the payload shape. The quick profile fills these in; change them only to match a collector that disagrees.
5Identity fieldstextHostname, appname, process and message id as they appear in the syslog header — set them so events from several appliances stay distinguishable.
6Block actions onlytoggleForward only enforcement actions. The recommended starting point; it is the single biggest volume control on this page.
7Max EPS · Min flow bytes · Min severitynumHard ceilings that protect the collector: events per second, a floor on flow size, and the lowest severity worth sending.
8Flow categoriestoggleWhich classes of flow event are forwarded — threat intel, IDS/IPS, DNS, file scan, TLS, ETA, app/category, web, network, identity, security catalog. Normal (ALLOW) is off by default because it is very high volume.
9Test ConnectionbuttonSends a probe to the target so you learn about a firewall or a wrong port here, not during an incident.
10Save Settings & ApplybuttonApplies destination, filters, format and TLS to the running service. No engine restart is required.

Console

Links this appliance to the cloud console so it can be managed centrally. Registration is a one-time exchange; after it the appliance keeps its own outbound connection open.

Console — every documented control marked
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
Die Nummern verweisen auf die Zeilen der Tabelle.Zedmos appliance · Console
#ControlWhat it does · how · why
1Console URLtextWhere the console lives. The default is correct unless you run a private console.
2Node nametextHow this appliance appears in the console gateway list. Use something an operator would recognise at 3am — site and role, not a serial number.
3Owner emailtextThe console account this appliance is claimed by.
4Register tokentextA one-time token generated in the console. It proves the appliance may join your tenant.
5Register with ConsolebuttonPerforms the enrolment exchange and starts the agent.
6Save Console SettingsbuttonStores the settings without re-registering — use it to rename the node.

Devices

How the appliance recognises the devices on your network. Better recognition means device selectors and device categories in policies actually match.

Devices — every documented control marked
  1. 1
  2. 2
  3. 3
  4. 4
Die Nummern verweisen auf die Zeilen der Tabelle.Zedmos appliance · Devices
#ControlWhat it does · how · why
1Deduplication windownumHow long, in seconds, before the same device is treated as a new sighting. Raise it on noisy networks.
2Inference lifetimenumHow long an inferred attribute — the guessed operating system, say — is trusted before it must be seen again.
3Discovery sourcesbuttonWhich signals feed recognition: DHCP and DHCPv6 leases, mDNS and NBNS names, SSDP announcements, ARP, HTTP user agents and passive OS fingerprinting. Turn one off if it produces noise on your network.
4Save Device RecognitionbuttonApplies the recognition settings.

License

Licence status and activation.

License — every documented control marked
  1. 1
  2. 2
  3. 3
Die Nummern verweisen auf die Zeilen der Tabelle.Zedmos appliance · License
#ControlWhat it does · how · why
1Licence keytextPaste the key you were issued and activate.
2Activate LicensebuttonValidates the key and unlocks the licensed capabilities.
3Purchase LicensebuttonOpens the purchase flow.

Block Notification Page

The page a user sees when something is blocked. A clear block page turns a mysterious failure into a self-explanatory one and cuts help-desk tickets.

Block Notification Page — every documented control marked
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
Die Nummern verweisen auf die Zeilen der Tabelle.Zedmos appliance · Block Notification Page
#ControlWhat it does · how · why
1Enable block pagetoggleServe a branded page instead of dropping the connection silently.
2External page URLtextRedirect to a page you host instead of the built-in one — useful if you already run a portal.
3Title and messagetextThe headline and body a user reads. Say what happened and what to do next.
4Accent colourtextBrand colour for the page.
5LogobuttonUpload a logo, or point at one you already host.
6Contact texttextThe line that tells a user how to request a review.
7Visible detailstoggleWhich facts the page reveals — the category, the policy, the address, the time. Show enough to be useful without leaking your ruleset.
8CA download linksbuttonLets a user install the trust certificate straight from the block page.
9Save & applybuttonPublishes the page. Use Update preview to see it first.

Notifications

The dispatcher that delivers alerts, and the channels and routes it delivers them through. The Notifications page decides what is worth an alert; this decides where it goes.

Notifications — every documented control marked
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
Die Nummern verweisen auf die Zeilen der Tabelle.Zedmos appliance · Notifications
#ControlWhat it does · how · why
1Restart · Drain nowbuttonRestart the dispatcher, or flush its queue immediately instead of waiting for the next cycle.
2SettingsbuttonDispatcher behaviour and the default per-route rate limit.
3ChannelsbuttonWhere alerts can go — email, webhook, syslog and the rest. A channel is configured once and reused by many routes.
4RoutesbuttonWhich events go to which channel, with their own rate limit. This is where severity is turned into a destination.
5Delivery logbuttonWhat was sent, what failed and why — the first place to look when an alert did not arrive.

Uninstall

Removes the engine from the appliance.

Uninstall — every documented control marked
  1. 1
Die Nummern verweisen auf die Zeilen der Tabelle.Zedmos appliance · Uninstall
#ControlWhat it does · how · why
1UninstallbuttonDetaches the engine, releases the interfaces and removes the service. Configuration and recorded data are handled as the page describes.