One Liner Wednesday Cyber Security Edition
Want to see the top Malware that hits your 365 Exchange? Try this one liner out
Get-MailTrafficSummaryReport -Category TopMalware -StartDate 08-01-2022 -EndDate 10-25-2022 | Select-Object C1,C2 | out-gridview
This will give you the different types of malware Microsoft has found and how many times it found in since August 1. Then it will display it in a grid view that you can filter. I normally export to Excel/CSV to keep the data as it goes away after 90 days. Bigger organizations I’d recommend pushing it into a database for longer term analytics.
Check out Microsoft Docs and my 365 GitHub Repository for more ideas!
Microsoft Documentation:
Get-MailtrafficSummaryReport
365 Exchange Security Dasboard(Very early stages)
365 Exchange Security Dashboard
My Microsoft 365 GitHub Repository:
Powershell365
Leave a Reply