4.4 Device Security (IoT), Device-ID & IoMT Visibility

Key Takeaways

  • Palo Alto Networks IoT Security is now Device Security managed by Strata Cloud Manager, entitled by a Device Security subscription, a Precision AI bundle subscription, or a Device Security X subscription.
  • The next-generation firewall is the sensor and the cloud application is the analysis engine: Enhanced Application Logs, firewall-hosted DHCP, the Network Discovery Policy, and optional SPAN/ERSPAN via a Tap interface feed metadata to the Strata Logging Service.
  • Device-ID imports IP-to-device mappings so device objects can be used as source or destination match criteria in Security, Decryption, Authentication, and QoS policy, with the device dictionary delivered as Device-ID content under Device > Dynamic Updates.
  • Policy rule recommendations are generated from observed inbound and outbound device behaviour but must be imported at Device > Policy Recommendation > IoT, positioned in the rulebase, and committed by an administrator — nothing is applied automatically.
  • Some firewall platforms support IoT device visibility and manual application of policy recommendations but not Device-ID enforcement, so visibility and enforcement are separately gated capabilities.
Last updated: September 2026

4.4 Device Security (IoT), Device-ID & IoMT Visibility

Why This Sits in Two Blueprint Domains

IoT security appears twice on the NetSec-Pro blueprint: task 3.2.1 lists it as a Cloud-Delivered Security Service component you must be able to explain, and task 5.2 asks specifically about "the function of Security policies, Device-IDs, and monitoring and logging in the configuration and maintenance of IoT security." Device-ID is also one of the five hardening methods named in task 1.4. That triple listing makes this one of the highest-yield topics in the whole blueprint relative to how little airtime it gets in most study material.

Naming: IoT Security Is Now Device Security

Palo Alto Networks rebranded the product. Documentation now describes Device Security (Managed by Strata Cloud Manager) with the older IoT Security (standalone portal) marked as legacy. Both names refer to the same machine-learning device-identification service. Exam items may use either label, and the blueprint itself still says "IoT security."

Entitlement is by subscription, and the documented options are a Device Security subscription, a Precision AI bundle subscription, or a Device Security X subscription.


The Problem: Unmanaged Devices Cannot Run an Agent

A hospital infusion pump, a building-management HVAC controller, a badge reader, a PLC on a plant floor, and a networked ultrasound machine share three properties: they carry high business or safety impact, they run firmware you cannot patch on your schedule, and none of them can host an endpoint agent. Traditional inventory tooling is agent-based, so these devices are systematically invisible to it.

The firewall, however, already sees every packet they send. Device Security turns that traffic into an identity.


Architecture: The Firewall Is the Sensor, the Cloud Is the Brain

   IoT / IoMT / OT devices
            |
            v
   +--------------------+   Enhanced Application Logs (EALs),
   |  NGFW  (sensor)    |-- DHCP, traffic + threat metadata -->  Strata Logging Service
   |  or Prisma Access  |                                        (Cortex Data Lake)
   +--------------------+                                                |
            ^                                                            v
            |                                             +------------------------------+
            |  IP-to-device mappings  <-------------------|  Device Security cloud app    |
            |  Policy rule recommendations <--------------|  three-tier machine learning  |
            |                                             +------------------------------+
            v
   Device-ID usable as match criteria in
   Security / Decryption / Authentication / QoS policy

There is no separate on-premises sensor appliance to deploy. The next-generation firewall — physical, VM-Series, CN-Series, Cloud NGFW, or Prisma Access — is the sensor, and the analysis happens in the cloud application.

The Data Sources That Make Identification Work

SourceWhat it contributesWhere it is enabled
Enhanced Application Logs (EALs)Extra Layer 7 metadata (DHCP option strings, DNS queries, HTTP headers, protocol attributes) that ordinary traffic logs omitLog Forwarding profile, "Enhanced Application Logging"
DHCP server or DHCP relay on the firewallAuthoritative IP-to-MAC binding, which is what anchors an IP address to a physical deviceNetwork > DHCP
Network Discovery PolicyTells the firewall which subnets and traffic to profile and send for analysisDevice Security configuration
Tap interface fed by SPAN/ERSPANVisibility into segments the firewall does not route, such as an intra-VLAN clinical networkNetwork > Interfaces (Tap)

Exam Trap Alert: Device Security depends on logs reaching the Strata Logging Service. A design that keeps all logs on the local firewall disk, or forwards only to a third-party SIEM, will produce an empty device inventory no matter how many subscriptions are licensed. If an exam scenario says "devices are not appearing in the inventory," check logging service connectivity and Enhanced Application Logging before anything else.


Device-ID: Turning Identity Into Enforcement

Device-ID is the PAN-OS mechanism that consumes the cloud's device identification and makes it usable in policy, exactly as User-ID does for people.

MechanismAnswers the questionMapping importedUsable as
App-IDWhat is this traffic?Content updatesApplication match criteria
User-IDWho is sending it?Agent, CIE, syslog, XFF, portalSource/destination user
Device-IDWhat device is sending it?IP-to-device mappings from Device SecuritySource/destination device object

Device-ID mappings and policy rule recommendations are imported from Device Security to the firewall or Panorama. Once imported, a device object can be used as source or destination match criteria in Security, Decryption, Authentication, and QoS policy rules. The device dictionary that defines the available attributes is itself delivered as a dynamic content package — you can check its version under Device > Dynamic Updates > Device-ID Content.

Device attributes available for matching typically include category, profile, vendor, model, and OS family, which is what allows a rule to say "any device whose profile is Infusion Pump" instead of enumerating a hundred IP addresses that DHCP will change next week.

Exam Trap Alert: All Palo Alto Networks next-generation firewalls support Device Security, but there are documented exceptions where a platform supports IoT device visibility and the manual application of policy recommendations but not Device-ID. Visibility and enforcement are separately gated capabilities. Do not assume that seeing a device in the inventory means you can match on it in policy.


Policy Rule Recommendations

This is the workflow the blueprint means by "Security policies … in the configuration and maintenance of IoT security."

  1. Device Security observes each device profile long enough to learn its normal network behaviour — which destinations, applications, and protocols a given class of device legitimately uses, both outbound and inbound.
  2. It generates a policy set: an automatically generated set of rules describing permitted behaviours for that device profile.
  3. The administrator reviews and imports the recommendation at Device > Policy Recommendation > IoT (or the Panorama equivalent).
  4. The administrator places the imported rule in the rulebase and commits. Creating recommendations from both outbound and inbound profile behaviours is what helps prevent vulnerability exploitation and lateral movement.
  5. As devices gain new capabilities, Device Security updates its recommendations. You must periodically re-check recommendations for profiles you have already imported and pull the newer version.

Exam Trap Alert: Policy rule recommendations are not auto-applied. Import, placement, and commit are administrator actions. An answer stating that Device Security automatically writes and commits Security rules to production firewalls is wrong.


IoMT, OT, and the Risk Model

The datasheet audience explicitly names internet of things (IoT), internet of medical things (IoMT), and operational technology as device classes you must be able to secure.

ClassRepresentative devicesDominant concern
IoTCameras, badge readers, printers, smart TVs, HVAC and BMS controllersDefault credentials, botnet recruitment, lateral movement into IT
IoMTInfusion pumps, patient monitors, imaging and ultrasound systemsPatient safety plus protected health information; devices are often certified against a fixed OS and cannot be patched
OTPLCs, HMIs, SCADA gateways, industrial robotsAvailability and physical safety; scanning the device can itself cause an outage

Because IoMT and OT devices frequently cannot tolerate active scanning, Device Security's passive, traffic-derived identification is not a convenience — it is often the only safe discovery method available.

Risk Scoring and Vulnerability Context

Device Security assigns each discovered device a risk score derived from observed behaviour, known vulnerabilities associated with the identified make, model, and firmware, and the sensitivity of what it communicates with. That score is the input to segmentation decisions: a high-risk, unpatchable imaging device gets a tight allow-list rule set, while a low-risk networked printer is handled by a broader profile rule.


Segmentation Design Pattern

A defensible zero-trust design for unmanaged devices combines everything above:

1. Discover   -> DHCP on firewall + EALs + Network Discovery Policy (+ ERSPAN for
                 segments the firewall does not route)
2. Classify   -> Device Security profiles devices and assigns risk
3. Segment    -> Dedicated zones/VLANs per device class; no flat clinical VLAN
4. Enforce    -> Security rules matching device objects (Device-ID), not IP ranges
5. Inspect    -> Attach Security profiles; decrypt only where the device tolerates it
6. Monitor    -> Device Security alerts + firewall threat logs; re-import updated
                 policy recommendations as device behaviour changes

The reason Device-ID matters more than IP-based segmentation here is churn: unmanaged devices are moved, re-imaged, and re-addressed constantly, and a rulebase keyed on IP subnets silently drifts out of alignment with reality. A rulebase keyed on device identity does not.

Test Your Knowledge

A hospital has purchased a Device Security subscription and connected its firewalls, but after two weeks the device inventory is still empty. All firewall logs are being written to local disk and forwarded to the hospital's on-premises SIEM. What is the most likely cause?

A
B
C
D
Test Your Knowledge

Which statement correctly describes how Device Security policy rule recommendations reach production enforcement?

A
B
C
D
Test Your Knowledge

An administrator wants a Security policy rule that permits only the traffic patterns typical of networked infusion pumps, without listing individual IP addresses that change whenever the devices are re-provisioned. Which capability makes this possible?

A
B
C
D