The VMware Carbon Black Tech Zone is live! Checkout this great resource: Mastering Carbon Black Audit & Remediation.

Trivial File Transfer Protocol (TFTP) On, Off or Absent

Description: Shows if you have TFTP enabled, disabled or absent in your windows environment.

What The Data Shows: TFTP does not have built-in encryption, access control or authentication. This makes it very easy for an attacker to trick TFTP into giving access to files.

SQL: SELECT name, caption, state, CASE state WHEN 1 THEN 'Enabled' WHEN 2 THEN 'Disabled' WHEN 3 THEN 'Absent' ELSE 'Unknown' END AS statename FROM windows_optional_features WHERE name = 'TFTP';

> Requirement: Tested and it works

Tags (1)
1 Comment
jnelson
Carbon Black Employee
Status changed to: Approved

Thanks for your contribution!