Devices Using Commonly Exploited Ports
Devices using these commonly exploited ports: 20, 21, 22, 23, 25, 53, 80, 139, 443, 445, 1433, 1434, 3306, 3389, 8080.
Click to expand the code block
select
ds.device_name
,ds.device_type
,ds.insecure_port_other_device
from view_dbb_security_v2 ds
where ds.insecure_port_other_device is not null
order by ds.device_name
NOTES
Giving the ability to manage security risk.