mozilla / mig

Distributed & real time digital forensics at the speed of the cloud
http://mig.mozilla.org/
Mozilla Public License 2.0
1.21k stars 234 forks source link

Feature Request: Find and query TLS certificates #440

Open arcrose opened 6 years ago

arcrose commented 6 years ago

This request came in from atoll, who has described his use case like so (my paraphrasing):

jvehent commented 6 years ago

You could write a new module that imports the file module to list files that contain -----BEGIN CERTIFICATE----- and then process those files. However, scanning an entire file system takes too much time and typically gets killed before completion. It would succeed if you limit it to /etc though.