12-12-2011 11:20 AM
Are they hashed before storing them in the config files? By the looks of them, it seems like the PAN appliance is storing them in an encrypted format. If so, can they be decrypted?
For example, an OSPF key is stored as follows
"-AQ==xxxxxxxxxxxxx=xxxxxxxxxxxxx=="
This pattern can be observed in almost all of the keys/passwords stored in the XML config. Is there a way to decrypt these keys. I am particularly interested in the OSPF MD5 keys as I need to add new routers to our network but I don't know the key.
Has anyone successfully decrypted a PAN key?
Thanks.
12-26-2011 01:05 AM
Do you remove private keys also ? I have many private keys here for SSL decryption and VPN.
12-27-2011 04:55 AM
Yes, we have removed the public and private keys. These seem to be at the beginning of the XML configuration file and can be manually removed.
12-27-2011 04:57 AM
After some investigations, the techdump.tgz file seems to be cleaned of its passwords and private keys, so techdumps are not a threat. Just be careful when you export the config.xml , this one has them all.
12-28-2011 07:15 PM
Hashed password. You can use openssl passwd to compute the md5 phash.
12-28-2011 07:58 PM
Yes, administrator passwords for login to the firewall are hashed (looks like standard Linux/FreeBSD salted MD5), but what about passwords used externally? For example, the bind-password for LDAP or ActiveDirectory service accounts. Mine starts with <bind-password>-AQ==
01-02-2012 07:29 PM
you can also use the 'request password-hash' operational mode CLI command.
01-03-2012 12:11 AM
I also noticed that when I create users via the API in 4.1, I can send the passwords in clear.
08-29-2013 02:33 PM
guys,
Is this still the case for 5.0.X PAs ?
08-30-2013 02:39 PM
Given that PA recently got approved for various security oriented certificates I sure do hope this has been fixed or at least noted in these tests:
http://researchcenter.paloaltonetworks.com/2013/07/update-on-certifications-dept-of-defense-uc-apl/
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!