Quantcast
Channel: CodeSection,代码区,网络安全 - CodeSec
Viewing all articles
Browse latest Browse all 12749

Creating Activity Alerts in Office 365 Security & Compliance Center

$
0
0

Do you have more than five Global or Service Admins in your tenant? Do you know what changes are being made in your tenant daily across your services? Having too many Admins can create chaos between departments if communication is lacking. As an Office 365 Global Administrator, shouldn't you know what changes are being made? Searching audit logs is not an ideal way of spending your time, not when you can automate alerts in Office 365 instead.

Enter Activity Alerts . Creating Activity Alerts is a great way to inform you of changes made throughout your tenant. They can alert you to services or users in your tenant based on some criteria of attributes in the audit log. You can view the full list here .

Global Administrator accounts can get compromised. If you do not have auditing enabled then it will be hard to figure out what, if anything, changed in your tenant. Here’s an article showing breached Global Admin accounts for sale on the dark web.

How to set up Activity Alerts

First, you'll need to turn on Auditing and then create a test Activity Alert.

Ensure Auditing is in enabled in your tenant.

Login to the admin portal and go to Security & Compliance. Go to Search & Investigation then Audit Log Search.

If Auditing is not enabled for your tenant yet let’s enable it now. Click on Start Recording user and admin activities . A dialog box will appear. Click Turn On . A message will display saying the audit log is being prepared and you can run a search in a few hours.


Creating Activity Alerts in Office 365 Security & Compliance Center

If you would like to enable via PowerShell you can do so with the following command.

Connect to Exchange Online Protection and the Security & Compliance Center PowerShell Module. Execute the following:

Set-AdminAuditLogConfig -UnifiedAuditLogIngestionEnabled $true Creating Activity Alerts

We will walk through an example of Global Admins creating Transport rules. This is very useful if Global Admins across the globe are making changes that you are not aware of. A compromised Admin Account could create a new transport rule without your knowledge. They could then send your email to external email addresses. Transport rules aren’t something you’re creating and modifying every day. Yet they could be worth alerting on if you have a large complex environment with hundreds of rules in place.

Commands

For a list of Activity Alert parameter sets, you can review the following article here . Take note in the article of the section for “-recordtype”. This will help you in labeling the alerts. Also, if you do not specify a “-userid” parameter, the alert will apply to all users in your tenant.

The basics of what we need are the following:

New-ActivityAlert

Name (the name of your alert)

Operation (the command executed)

Notifyuser (email address to send the alert)

UserId (whom the alert is being triggered against, ie. Global admin accounts in our example)

Description (obvious here)

In the example below, we will be testing with Transport rules. I’d like for you to create a basic transport rule in your Exchange Admin Portal for testing purposes. If you are not familiar with creating a transport rule you can learn about it here . After the transport rule is in place, you can go back to Security & Compliance Center. Then go to Search & Investigation and Audit Log Search . In the Users section put in the name of your admin account, adjust the date to today and then click Search .

Results will show under the Activity section. The “New-TransportRule” entry in the audit log.


Creating Activity Alerts in Office 365 Security & Compliance Center

Any executable command in Office 365 logged in the audit log can have an Activity Alert created. This is a great way to create new Activity Alerts of changes to settings in your tenant.

Activity Alert Management via the portal

Login to Office 365 admin portal and browse to Security & Compliance Center . Expand Alerts and select Alert Policies . Manage Activity Alerts section is not listed at first. To get to the management portal you will need to create an Activity Alert first via PowerShell. Once you create an Activity Alert will you then be able to see the management area in the portal.


Creating Activity Alerts in Office 365 Security & Compliance Center

Once you create an Activity Alert will you then be able to see the management area in the portal.


Creating Activity Alerts in Office 365 Security & Compliance Center
Creating a Transport Rule Activity Alert

Let’s create a new alert for any time someone creates, modifies or removes a transport rule.

Login to Exchange Online Protection and Security & Compliance Center PowerShell Module. Run the following. Update settings as needed.

New-ActivityAlert -Name "Transport Rules Monitoring Alerts" -Operation new-transportrule,set-transportrule,remove-transportrule -Description "Creation, Modification and Deletion of Transport Rules" -NotifyUser "user@domain.com" -RecordType ExchangeAdmin -Severity High -Type Custom
Creating Activity Alerts in Office 365 Security & Compliance Center

Now that this is complete, go back to the Alerts Policies. Click the Activity Alerts at the top of the screen.


Creating Activity Alerts in Office 365 Security & Compliance Center

This will take you to the Activity Alerts management page.


Creating Activity Alerts in Office 365 Security & Compliance Center

When looking at the alert in the portal you will see you cannot view the activities since this is a custom rule set. Execute the get-activityalert command in your PowerShell session. This will show the actual properties of the custom rule. You can find the details here on get-activityalert commands.


Creating Activity Alerts in Office 365 Security & Compliance Center

Now that the Activity Alert is in place, go ahead and create another test transport rule. You will receive an email notification about the new rule that you created. The email notification will look like below.


Creating Activity Alerts in Office 365 Security & Compliance Center
Alert settings via the portal

There are hundreds of alerts already available to get you started. Let’s go back to the Activity Alert page and select New Alert Policy. Select the drop-down for Send this alert when. In Activities, you can select the drop-down for Choose activities for alert . Look at the many items you can create Activity Alerts on. For a full detailed list of all items available here . You can read the full details under the Audited Activities section.


Creating Activity Alerts in Office 365 Security & Compliance Center
Summary

As you can see, the number of Activity Alerts for each Office 365 platform are a great start. There are many options not listed here. You will need to investigate the audit logs to get the executed commands. Once in hand, creating Activity Alerts will keep you aware of changes in your tenant. Whether planned or malicious.

Microsoft’s Office 365 Secure Score recommends no more than five Global Admins. If your tenant must have more than five Global Admin accounts, make sure you know exactly who and what has changed in your tenant. Get to know Activity Alerts and put in place your own rule sets to stay on top of changes in your tenant. Work with your SharePoint admin and show them the possibilities available with Activity Alerts. Make their jobs easier with reporting on items they may not be aware of.

I hope this has a been a great learning experience for you. If you have any questions or would like to discuss, please comment below. Thanks!


Creating Activity Alerts in Office 365 Security & Compliance Center

Tony Akers

Tony Akers has been working with email technologies since the Exchange 5.0 days for the last 18 years. He enjoys learning the ins and outs of Exchange & O365 and is currently diving into the Cyber-Security realm. Connect with Tony on Linkedin & Twitter .

0 Shares


Viewing all articles
Browse latest Browse all 12749

Latest Images

Trending Articles





Latest Images