-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Certificates #17
Add Certificates #17
Conversation
@dolevshor Hope this will be added to this amazing solution. |
removed test values for 360 days lookback
removed 360 days test values
removed 360 days testing values
@dolevshor friendly reminder. If there is anything I can help with to maintain this project, please let me know. |
@azurekid First, thank you very much for the suggestion. |
Hi @dolevshor, from a security point of view it doesn't really matter. But because these certificates are Azure resources, they should be cleaned up once expired. From a red teamer point of view, iet could be interesting to see what old names were attached to web applications based on the expired certificates, and abuse this information to create a malicious web app with the same name and a new certificate. |
Hi @azurekid, I will make sure to add your suggestion to v2.0. (I will publish it today). |
Thanks man! Please shout out if I can help reviewing code etc. |
Hi @azurekid , Now the orphaned Certificates is include in the workbook as part of the v2.0 release. Thanks again for this contribution! |
Change(s):
Reason for Change(s):
Testing Completed:
Validated if the query was working correctly by extending the lookback period to see results of expired certificates that are attached to a web application.