Manually create rules to trigger actions when certain
conditions are met.
| Where Can I Use This? | What Do I Need? |
|
|
One of the following subscriptions:
Device Security subscription for an advanced
Device Security product (Enterprise,
OT, or Medical)
Device Security X subscription
|
Device Security uses AI and machine learning algorithms to automatically generate security
alerts based on anomalous network behavior and to detect vulnerabilities when device
attributes match those in published vulnerability databases such as those at
nvd.nist.gov and www.cisa.gov as well as vulnerabilities added to the Device Security database by its team of security experts. With these automatic
detection mechanisms built into the system, Device Security continuously monitors
your network and can notify you of Security threats without any need for you to
configure and enable rules or settings for it to do so. However, if you want to
detect specific network events (like new device discoveries or a specific device
using a specific application), you can define some conditions to identify these
events and trigger security alerts and perform actions. To do this, you create
custom rules and add them to the set of internal rules that are already in
place.
A given rule defined in Device Security can be triggered based on a single change event such as the
discovery of a new device. It can also be triggered by a given traffic pattern such
as a specific application command or an accumulation of traffic volume over a period
of time. It can even be triggered by a combination of the two. A rule only triggers
an action once per day per device to avoid generating excessive noise. To see how
many times observed conditions matched a rule, view the Hit Counts column on the page.
The
following list shows several types of conditions you might define:
One device communicates with another device
A device appears on a specific VLAN or network segment, connects
to a specific wireless access point or network switch, or shows
up in a specific next-generation firewall zone
The subnet or IP address of a device changes
A risky device communicates with the internet
The risk level for a device changes
A device transmits a certain volume of network traffic
A device uses a particular application or uses something
other than a particular application
A device uses a particular application command or a specific
value in a command
If detected, these conditions
would trigger Device Security to take one or more configured actions — generate
an alert, notify users, quarantine the device involved.
Although
the conditions above use the singular form “device” for simplicity,
the rule conditions can also apply to multiple individual devices,
one or more types of devices (device profiles), or one or more device
groups (defined by user tags, Purdue level, or category).
The rules engine is at and consists of three sections: Basic Information, Rules Details, and
Rule Preview.
To help you get started using the rules engine, Device Security provides a collection of
example templates for common rules. Study these preconfigured rules to become
familiar with rules engine capabilities, enable and use them as they are, or use
them as models for building similar rules of your own.
Predefined rules are disabled by default so that they don’t trigger unwanted
alarms.
To see the preconfigured example rules, select .
The preconfigured templates differ based on the vertical theme
that’s active on your Device Security portal. Each vertical theme has two or three
example rule templates. Here’s an example for each theme:
Enterprise Device Security
Rule Name: [Example] Suspicious Printer Communication
Description: Raise a critical alert any time a printer communicates with any
other endpoint using applications that are not on the allow list
Rule: WHEN category = “Printer”, application != dhcp, dns, dns-base, ldap,
netbios-ns, ntp-base, smtp-base, snmp-base, snmpv1, ssl, ws-discovery ; DO
Publish “Critical” alert
Action: Raise a critical severity alert
OT Device Security
Rule Name: [Example] Industrial Device Offline
Description: Raise a high alert when an industrial controller or
remote terminal unit (RTU) is offline during business hours.
Rule: WHEN category IN (“Industrial Controller”, “Industrial RTU”),
Offline Device; DO Publish “High” alert
Action: Raise a high severity alert
Medical Device Security
Rule Name: [Example] New Camera Asset Discovered
Description: Raise a critical alert any time a new IP camera is
detected on the network.
Rule: WHEN: category = “Camera”, New Device Discovery; DO Publish
Alert
Action: Raise a critical severity alert
If you want to try a rule, enable it by opening the Rule Engine Editor and toggling
the Status from Disabled to Active.
You can edit, clone, and delete the example templates using the options in the
Actions column on the page.