Use the commands in this section to add a password to a password candidate list or to delete a password from a password candidate list. Use the show email-analysis pass-extract passwords command to track the highest number of matches for each defined password in the "hit count" column. You can add up to 100 password entries.
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Specify an email analysis password to add to a candidate list.
hostname (config) # email-analysis pass-extract add password <password>
Verify the password configuration for password extraction.
hostname (config) # show email-analysis pass-extract passwords
Save your changes.
hostname (config) # write memory Saving configuration file ... Done!
Go to CLI configuration mode.
hostname > enable hostname # configure terminal
Specify an email analysis password to delete from a candidate list.
hostname (config) # email-analysis pass-extract delete password <password>
Verify the status of password configuration for password extraction.
hostname (config) # show email-analysis pass-extract passwords
Save your changes.
hostname (config) # write memory Saving configuration file ... Done!
Examples
This example shows how to add passwords to a password candidate list:
hostname (config) # email-analysis pass-extract add password fireeyetest3 hostname (config) # email-analysis pass-extract add password fireeyetest1 hostname (config) # email-analysis pass-extract add password admin123 hostname (config) # show email-analysis pass-extract passwords word hit count creation time fireeyetest3 0 Tue May 24 00:22:47 2016 fireeyetest1 0 Fri Mar 18 21:48:00 2016 admin123 0 Tue May 24 18:38:44 2016
This example shows how to delete the "fireeyetest1" password from a password candidate list:
hostname (config) # email-analysis pass-extract delete password fireeyetest1 hostname (config) # show email-analysis pass-extract passwords word hit count creation time fireeyetest3 0 Tue May 24 00:22:47 2016 admin123 0 Tue May 24 18:38:44 2016