Forum Discussion
MalliBoppe
Jun 22, 2023Copper Contributor
Weekely Vulnerability report for servers
We use defender for endpoint on our server fleet. With vulnerability management, I want to receive a weekly report of missing patches emailed to our security team. The report should contain Server n...
- Jun 23, 2023You can use logic apps to do this.
Cannot remember if the DeviceTvmSoftwareVulnerabilitiesKB is available in the regular MDE advanced hunting connector, but if it is not you can access the microsoft 365 defender rest API to run queries there.
Results can be made into a csv file etc, and then mailed via outlook, sendgrid or some other mail solution available in the logic apps.
Jonhed
Jun 23, 2023Steel Contributor
You can use logic apps to do this.
Cannot remember if the DeviceTvmSoftwareVulnerabilitiesKB is available in the regular MDE advanced hunting connector, but if it is not you can access the microsoft 365 defender rest API to run queries there.
Results can be made into a csv file etc, and then mailed via outlook, sendgrid or some other mail solution available in the logic apps.
Cannot remember if the DeviceTvmSoftwareVulnerabilitiesKB is available in the regular MDE advanced hunting connector, but if it is not you can access the microsoft 365 defender rest API to run queries there.
Results can be made into a csv file etc, and then mailed via outlook, sendgrid or some other mail solution available in the logic apps.
- MalliBoppeJun 27, 2023Copper ContributorThanks Jonhed will try with Logic apps and let you know.