I'm using a v13.6 MX.
The only way you can get the column names that you are interested in is by doing a data classification scan.
In the
scan profile you can configure what data types to scan for and select the data type rules.
Data type rules can scan by content or column name. You can see the rules under each data type, but you are unable to see the regex in the rule.
Scanning just for column names may present a problem if they have used generic names like
column_name1.
The results of the scan typically would need to be reviewed by the application owner as they have the detailed knowledge about the columns.
They could determine what may be a false positive.
The discovery scan only finds servers with the open database ports, it basically does an
nmap scan against the database servers.