Skip to main content

O365 - Security And Compliance - Content Search (Deprecated)

This Integration is part of the Microsoft Exchange Online Pack.#

Deprecated

This integration enables you to manage and interact with Microsoft security and compliance content search. You can manage the security of all your organization's emails, SharePoint sites, OneDrives, etc., by searching for text strings or queries based on attributes of a malicious email. However, you can only perform actions (preview and delete) on emails. This integration was integrated and tested with Security & Compliance Center.

Important Note: Microsoft Office 365 no longer supports Basic Authentication. This version of the Security and Compliance integration will not function correctly beginning January 1st, 2023. Please use O365 Security and Compliance v2 instead.

Use Cases#

  • Create / Modify / Get / List / Remove / Trigger a search in the Security & Compliance Center - Content search service.
  • Create / Get / List / Remove search actions in the Security & Compliance Center - Content search service. Supported actions for emails only are Purge (Delete) and Preview.

Playbooks#

  • O365 - Security And Compliance - Search And Delete: Creates and starts a compliance search in the Security and Compliance Center to identify emails with similar attributes of a malicious email. If configured, will preview or delete the emails that were located. This playbook uses the following playbooks as sub-playbooks in its workflow.
  • O365 - Security And Compliance - Search: Creates and starts a compliance search in the Security and Compliance Center to identify emails with attributes similar to a malicious email.
  • O365 - Security And Compliance - Search Action - Delete: Deletes emails located by the O365 SecurityAndCompliance Search sub-playbook.
  • O365 - Security And Compliance - Search Action - Preview: Provides a preview of the results of emails located by the O365 SecurityAndCompliance Search sub-playbook.

Permissions in the Security & Compliance Center#

To access the Security & Compliance Center, the user account needs to be a global administrator or needs to be assigned the Role Management role (a role is assigned only to the Organization Management role group). The Role Management role allows users to view, create, and modify role groups.

  1. Login into the Security & Compliance Center:

  2. From the side menu, click Permissions.

    side-menu

  3. Search for and select the Data Investigator role.

  4. Click Edit role group.

    roles-edit-1

  5. Click Choose Members and click Edit. Add the user you intend to be used in the integration:

    roles-edit-2

  6. Click Add. roles-edit-3

  7. Choose which members to add from the displayed list and click Add.

  8. Click Done.

Enabling Client Side Basic Authentication#

Client side basic authentication is necessary for O365 - Security And Compliance and is necessary for Powershell remoting.

Per Microsoft's documentation, Security & Compliance PowerShell still requires Basic authentication in WinRM as described Prerequisites for the Exchange Online PowerShell module. REST API cmdlets that allow you to turn off Basic authentication in WinRM are not yet available for the Connect-IPPSSession cmdlet. For more information, see Updates for the EXO V3 module).

It is important to note that there are two types of basic authentication. The one that was deprecated which is the server side, and the other version which is the client side basic auth. What the exchange library does when client side basic auth is enabled is to instead of sending "user:pass" in the headers, it sends "Bearer xyz". The Exchange client itself, does not know the difference between the headers so when client basic auth is disabled, the bearer token can’t be sent.

Please note: The use of Username and Password is not indicative of the use of basic authentication. The PowerShell session uses modern authentication as noted here.

  1. Create a Group in Active Directory called “Enable Client Basic Auth” and add the user you will use for the integration to the group.
  2. Create a Policy in the Microsoft Endpoint Manager for - This can be found here
  3. Search for "Basic" and you will see the Remote Management dropdown. Under this option, please enable "Client basic authentication" cba-role-1
  4. Add the "Enable Client Basic Auth" group to the policy cba-role-2
  5. In the Instance Configuration, click the Test button. This will likely return an error with a correlation ID.
  6. Copy this ID and search for the correlation in the Risky Sign-Ins portal found here.
  7. Since we generated this alert, we can confirm that the sign-in is safe. by clicking the option found below. cba-role-3
  8. Finally return to the Instance Configuration and click the Test button to confirm the integration works.

Please Note: Microsoft requires that this connection be made from a secure connection. Disabling certificate verification is not supported at this time.

Additional Configuration/Debugging Options#

In the event that the above does not result in a successful connection to Security and Compliance, we recommend the following:

  1. Adding the IP address of the XSOAR server to the list of Named Locations.
  2. Configuring the IP address of the XSOAR server as an exemption for multi-factor authentication. https://account.activedirectory.windowsazure.com/usermanagement/mfasettings.aspx?tenantid={YOUR-TENANT-ID}
  3. Dismissing the user's risk level and state in the Risky Users Portal

Configure SecurityAndCompliance on Cortex XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services.

  2. Search for O365 - Security And Compliance - Content Search.

  3. Authentication / Authorization methods:

    1. OAuth2.0 authorization (recommended):

      1. Click Add instance to create and configure a new integration instance.

        ParameterDescriptionRequired
        urlSearch and Compliance URLTrue
        credentialsFill only Email (aka UPN), Password should be empty.False
        insecureTrust any certificate (not secure)False
      2. Open playground - War-room:

        1. Run the !o365-sc-auth-start command and follow the instructions. Expected output is:

        Security And Compliance - Authorize instructions#

        1. To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code XXXXXXX to authenticate.
        2. Run the command !o365-sc-auth-complete command in the War Room.
        1. Test - OAuth2.0 authorization, Run the !o365-sc-auth-test command.
    2. Basic authentication (Not recommended):

      1. Click Add instance to create and configure a new integration instance.

        ParameterDescriptionRequired
        urlSearch and Compliance URLTrue
        credentialsFill Email (aka UPN) and passwordFalse
        insecureTrust any certificate (not secure)False
      2. Click Test to validate the URLs, token, and connection.

Commands#

You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.

o365-sc-auth-start#


OAuth2.0 - Start authorization.

Base Command#

o365-sc-auth-start

Input#

There are no input arguments for this command.

Context Output#

There is no context output for this command.

Command Example#

!o365-sc-auth-start

Human Readable Output#

Security And Compliance - Authorize instructions#

  1. To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code XXXXXXX to authenticate.
  2. Run the !o365-sc-auth-complete command in the War Room.

o365-sc-auth-complete#


OAuth2.0 - Complete authorization.

Base Command#

o365-sc-auth-complete

Input#

There are no input arguments for this command.

Context Output#

There is no context output for this command.

Command Example#

!o365-sc-auth-complete

Human Readable Output#

Your account successfully authorized!

o365-sc-auth-test#


OAuth2.0 - Test authorization.

Base Command#

o365-sc-auth-test

Input#

There are no input arguments for this command.

Context Output#

There is no context output for this command.

Command Example#

!o365-sc-auth-test

Human Readable Output#

Test ok!

o365-sc-new-search#


Create compliance search in the Security & Compliance Center.

Base Command#

o365-sc-new-search

Input#

Argument NameDescriptionRequired
search_nameThe name of the compliance search. If not specified, will have the prefix "XSOAR-" followed by the GUID e.g., XSOAR-d6228fd0-756b-4e4b-8721-76776df91526.Required
caseThe name of a Core eDiscovery case to associate with the new compliance search.Optional
kqlText search string or a query that is formatted using the Keyword Query Language (KQL). Tips for finding messages to remove using KQL
Optional
descriptionDescription of the compliance search.Optional
allow_not_found_exchange_locationsWhether to include mailboxes other than regular user mailboxes in the compliance search. Default is "false".Optional
exchange_locationComma-separated list of mailboxes/distribution groups to include, or you can use the value "All" to include all.Optional
exchange_location_exclusionComma-separated list of mailboxes/distribution groups to exclude when you use the value "All" for the exchange_location parameter.Optional
public_folder_locationComma-separated list of public folders to include, or you can use the value "All" to include all.Optional
share_point_locationComma-separated list of SharePoint online sites to include. You can identify the sites by their URL value, or you can use the value "All" to include all sites.Optional
share_point_location_exclusionComma-separated list of SharePoint online sites to exclude when you use the value "All" for the share_point_location argument. You can identify the sites by their URL value.Optional

Context Output#

PathTypeDescription
O365.SecurityAndCompliance.ContentSearch.Search.AllowNotFoundExchangeLocationsEnabledBooleanWhether to include mailboxes other than regular user mailboxes in the compliance search.
O365.SecurityAndCompliance.ContentSearch.Search.AzureBatchFrameworkEnabledBooleanWhether the Azure Batch Framework is enabled for job processing.
O365.SecurityAndCompliance.ContentSearch.Search.CaseIdStringIdentity of a Core eDiscovery case which is associated with the compliance search.
O365.SecurityAndCompliance.ContentSearch.Search.CaseNameStringName of a Core eDiscovery case which is associated with the compliance search.
O365.SecurityAndCompliance.ContentSearch.Search.ContentMatchQueryStringCompliance text search string or a query that is formatted using the Keyword Query Language (KQL).
O365.SecurityAndCompliance.ContentSearch.Search.CreatedByStringSecurity and compliance search creator.
O365.SecurityAndCompliance.ContentSearch.Search.CreatedTimeDateSecurity and compliance search creation time.
O365.SecurityAndCompliance.ContentSearch.Search.DescriptionStringSecurity and compliance search description.
O365.SecurityAndCompliance.ContentSearch.Search.ErrorsStringSecurity and compliance search errors.
O365.SecurityAndCompliance.ContentSearch.Search.ExchangeLocationStringSecurity and compliance search exchange locations to include.
O365.SecurityAndCompliance.ContentSearch.Search.IdentityStringSecurity and compliance search identity.
O365.SecurityAndCompliance.ContentSearch.Search.IsValidBooleanWhether the security and compliance search is valid.
O365.SecurityAndCompliance.ContentSearch.Search.ItemsNumberThe number of security and compliance search scanned items.
O365.SecurityAndCompliance.ContentSearch.Search.JobEndTimeDateSecurity and compliance search job end time.
O365.SecurityAndCompliance.ContentSearch.Search.JobIdStringSecurity and compliance search job ID.
O365.SecurityAndCompliance.ContentSearch.Search.JobRunIdStringSecurity and compliance search job run ID.
O365.SecurityAndCompliance.ContentSearch.Search.JobStartTimeDateSecurity and compliance search job run start time.
O365.SecurityAndCompliance.ContentSearch.Search.LastModifiedTimeDateSecurity and compliance search last modification time.
O365.SecurityAndCompliance.ContentSearch.Search.LogLevelStringSecurity and compliance search Azure log level.
O365.SecurityAndCompliance.ContentSearch.Search.NameStringSecurity and compliance search name.
O365.SecurityAndCompliance.ContentSearch.Search.OneDriveLocationStringSecurity and compliance search OneDrive locations to include.
O365.SecurityAndCompliance.ContentSearch.Search.OneDriveLocationExclusionStringSecurity and compliance search OneDrive locations to exclude.
O365.SecurityAndCompliance.ContentSearch.Search.PublicFolderLocationStringSecurity and compliance search public folder locations to include.
O365.SecurityAndCompliance.ContentSearch.Search.PublicFolderLocationExclusionStringSecurity and compliance search public folder locations to exclude.
O365.SecurityAndCompliance.ContentSearch.Search.RunByStringSecurity and compliance search last run by UPN (Email representation).
O365.SecurityAndCompliance.ContentSearch.Search.RunspaceIdStringSecurity and compliance search run space ID.
O365.SecurityAndCompliance.ContentSearch.Search.SharePointLocationStringSecurity and compliance search SharePoint locations to include.
O365.SecurityAndCompliance.ContentSearch.Search.SizeNumberSecurity and compliance search bytes results size.
O365.SecurityAndCompliance.ContentSearch.Search.StatusStringSecurity and compliance search status.
O365.SecurityAndCompliance.ContentSearch.Search.TenantIdStringSecurity and compliance search Tenant ID.

Command Example#

!o365-sc-new-search search_name="example" exchange_location="user1@demistodev.onmicrosoft.com,user2@demistodev.onmicrosoft.com" allow_not_found_exchange_locations=true kql="Rodrigo"

Context Example#

{
"O365": {
"SecurityAndCompliance": {
"ContentSearch": {
"Search": {
"AllowNotFoundExchangeLocationsEnabled": true,
"AzureBatchFrameworkEnabled": false,
"CaseId": null,
"CaseName": "",
"ContentMatchQuery": "Rodrigo",
"CreatedBy": "XSOAR-user",
"CreatedTime": "2020-11-29T07:12:46.5943533Z",
"Description": "Short description",
"Errors": null,
"ExchangeLocation": [
"test1@onmicrosoft.com",
"test2@onmicrosoft.com"
],
"ExchangeLocationExclusion": [],
"Identity": "xxxxx",
"IsValid": true,
"Items": 0,
"JobEndTime": null,
"JobId": "xxxxx",
"JobRunId": null,
"JobStartTime": null,
"LastModifiedTime": "2020-11-29T07:12:46.5943533Z",
"LogLevel": "Suppressed",
"Name": "example",
"OneDriveLocation": null,
"OneDriveLocationExclusion": null,
"PublicFolderLocation": null,
"PublicFolderLocationExclusion": null,
"RunBy": "",
"RunspaceId": null,
"SharePointLocation": null,
"SharePointLocationExclusion": null,
"Size": 0,
"Status": "NotStarted",
"SuccessResults": null,
"TenantId": "xxxxx"
}
}
}
}
}

Human Readable Output#

Security And Compliance - New search 'example' created#

ContentMatchQueryCreatedByDescriptionLastModifiedTimeName
RodrigoXSOAR-userShort description11/29/2020 7:12:46 AMexample

o365-sc-set-search#


Modifies non-running compliance searches in the Security & Compliance Center.

Base Command#

o365-sc-set-search

Input#

Argument NameDescriptionRequired
search_nameThe name of the compliance search.Required
kqlModify the text search string or a query that is formatted using the Keyword Query Language (KQL).Optional
descriptionModify the description for the compliance search.Optional
allow_not_found_exchange_locationsWhether to include mailboxes other than regular user mailboxes in the compliance search.Optional
add_exchange_locationComma-separated list of added mailboxes/distribution groups to include, or you can use the value "All" to include all mailboxes.Optional
add_exchange_location_exclusionComma-separated list of added mailboxes/distribution groups to exclude when you use the value "All" for the exchange_location (used in create new compliance search) or the add_exchange_location argument.Optional
add_public_folder_locationComma-separated list of added public folders to include, or you can use the value "All" to include all.Optional
add_share_point_locationComma-separated list of added SharePoint online sites to include. You identify the sites by their URL value, or you can use the value "All" to include all sites.Optional
add_share_point_location_exclusionComma-separated list of added SharePoint online sites to exclude when you use the value "All" for the exchange_location (used in create new compliance search) argument or the share_point_location argument. You can identify the sites by their URL value.Optional
remove_exchange_locationComma-separated list of removed mailboxes/distribution group to include.Optional
remove_exchange_location_exclusionComma-separated list of removed mailboxes/distribution group to exclude when you use the value "All" for the exchange_location (Used in create new compliance search) or the add_exchange_location argument.Optional
remove_public_folder_locationComma-separated list of removed public folders to include.Optional
remove_share_point_locationComma-separated list of removed SharePoint online sites to include. You can identify the sites by their URL value.Optional
remove_share_point_location_exclusionComma-separated list of removed SharePoint online sites to exclude when you use the value "All" for the exchange_location (Used in create new compliance search) argument or the share_point_location argument. You can identify the sites by their URL value.Optional

Context Output#

There is no context output for this command.

Command Example#

!o365-sc-set-search search_name="example" remove_exchange_location="test2@demistodev.onmicrosoft.com"

Human Readable Output#

Security And Compliance - Search example modified!

o365-sc-remove-search#


Remove compliance search by name from the Security & Compliance Center.

Base Command#

o365-sc-remove-search

Input#

Argument NameDescriptionRequired
search_nameThe name of the compliance search.Required

Context Output#

There is no context output for this command.

Command Example#

!o365-sc-remove-search search_name="example"

Human Readable Output#

Security And Compliance - Search example removed!

o365-sc-list-search#


List compliance searches in the Security & Compliance Center.

Base Command#

o365-sc-list-search

Input#

There are no input arguments for this command.

Context Output#

PathTypeDescription
O365.SecurityAndCompliance.ContentSearch.Search.AllowNotFoundExchangeLocationsEnabledBooleanWhether to include mailboxes other than regular user mailboxes in the compliance search.
O365.SecurityAndCompliance.ContentSearch.Search.AzureBatchFrameworkEnabledBooleanWhether the Azure Batch Framework is enabled for job processing.
O365.SecurityAndCompliance.ContentSearch.Search.CaseIdStringIdentity of a Core eDiscovery case which is associated with the compliance search.
O365.SecurityAndCompliance.ContentSearch.Search.CaseNameStringName of a Core eDiscovery case which is associated with the compliance search.
O365.SecurityAndCompliance.ContentSearch.Search.ContentMatchQueryStringCompliance text search string or a query that is formatted using the Keyword Query Language (KQL).
O365.SecurityAndCompliance.ContentSearch.Search.CreatedByStringSecurity and compliance search creator.
O365.SecurityAndCompliance.ContentSearch.Search.CreatedTimeDateSecurity and compliance search creation time.
O365.SecurityAndCompliance.ContentSearch.Search.DescriptionStringSecurity and compliance search description.
O365.SecurityAndCompliance.ContentSearch.Search.ErrorsStringSecurity and compliance search errors.
O365.SecurityAndCompliance.ContentSearch.Search.ExchangeLocationStringSecurity and compliance search exchange locations to include.
O365.SecurityAndCompliance.ContentSearch.Search.IdentityStringSecurity and compliance search identity.
O365.SecurityAndCompliance.ContentSearch.Search.IsValidBooleanWhether the security and compliance search is valid.
O365.SecurityAndCompliance.ContentSearch.Search.ItemsNumberThe number of security and compliance search scanned items.
O365.SecurityAndCompliance.ContentSearch.Search.JobEndTimeDateSecurity and compliance search job end time.
O365.SecurityAndCompliance.ContentSearch.Search.JobIdStringSecurity and compliance search job ID.
O365.SecurityAndCompliance.ContentSearch.Search.JobRunIdStringSecurity and compliance search job run ID.
O365.SecurityAndCompliance.ContentSearch.Search.JobStartTimeDateSecurity and compliance search job run start time.
O365.SecurityAndCompliance.ContentSearch.Search.LastModifiedTimeDateSecurity and compliance search last modification time.
O365.SecurityAndCompliance.ContentSearch.Search.LogLevelStringSecurity and compliance search Azure log level.
O365.SecurityAndCompliance.ContentSearch.Search.NameStringSecurity and compliance search name.
O365.SecurityAndCompliance.ContentSearch.Search.OneDriveLocationStringSecurity and compliance search OneDrive locations to include.
O365.SecurityAndCompliance.ContentSearch.Search.OneDriveLocationExclusionStringSecurity and compliance search OneDrive locations to exclude.
O365.SecurityAndCompliance.ContentSearch.Search.PublicFolderLocationStringSecurity and compliance search public folder locations to include.
O365.SecurityAndCompliance.ContentSearch.Search.PublicFolderLocationExclusionStringSecurity and compliance search public folder locations to exclude.
O365.SecurityAndCompliance.ContentSearch.Search.RunByStringSecurity and compliance search last run by UPN (Email representation).
O365.SecurityAndCompliance.ContentSearch.Search.RunspaceIdStringSecurity and compliance search run space ID.
O365.SecurityAndCompliance.ContentSearch.Search.SharePointLocationStringSecurity and compliance search SharePoint locations to include.
O365.SecurityAndCompliance.ContentSearch.Search.SizeNumberSecurity and compliance search bytes results size.
O365.SecurityAndCompliance.ContentSearch.Search.StatusStringSecurity and compliance search status.
O365.SecurityAndCompliance.ContentSearch.Search.TenantIdStringSecurity and compliance search Tenant ID.

Command Example#

!o365-sc-list-search

Context Example#

{
"O365": {
"SecurityAndCompliance": {
"ContentSearch": {
"Search": [
{
"AllowNotFoundExchangeLocationsEnabled": false,
"AzureBatchFrameworkEnabled": false,
"CaseId": null,
"CaseName": "",
"ContentMatchQuery": "subject:test",
"CreatedBy": "XSOAR-user1",
"CreatedTime": "2019-08-22T06:43:48.747",
"Description": "Short description",
"Errors": null,
"ExchangeLocation": null,
"ExchangeLocationExclusion": null,
"Identity": "xxxxx",
"IsValid": true,
"Items": 0,
"JobEndTime": "2019-09-05T13:21:11.563",
"JobId": "xxxx",
"JobRunId": null,
"JobStartTime": "2019-09-05T13:20:34.633",
"LastModifiedTime": "2019-08-22T06:43:48.747",
"LogLevel": "Suppressed",
"Name": "example1",
"OneDriveLocation": null,
"OneDriveLocationExclusion": null,
"PublicFolderLocation": null,
"PublicFolderLocationExclusion": null,
"RunBy": "XSOAR-user1",
"RunspaceId": null,
"SharePointLocation": null,
"SharePointLocationExclusion": null,
"Size": 0,
"Status": "Completed",
"SuccessResults": null,
"TenantId": "xxxx"
},
{
"AllowNotFoundExchangeLocationsEnabled": false,
"AzureBatchFrameworkEnabled": false,
"CaseId": null,
"CaseName": "",
"ContentMatchQuery": "subject:Incident Summary Report",
"CreatedBy": "XSOAR-user2",
"CreatedTime": "2020-01-08T00:44:30.94",
"Description": "Short description",
"Errors": null,
"ExchangeLocation": null,
"ExchangeLocationExclusion": null,
"Identity": "xxxxx",
"IsValid": true,
"Items": 0,
"JobEndTime": "2020-01-08T00:45:13.433",
"JobId": "xxxxx",
"JobRunId": null,
"JobStartTime": "2020-01-08T00:44:33.717",
"LastModifiedTime": "2020-01-08T00:44:30.94",
"LogLevel": "Suppressed",
"Name": "example2",
"OneDriveLocation": null,
"OneDriveLocationExclusion": null,
"PublicFolderLocation": null,
"PublicFolderLocationExclusion": null,
"RunBy": "XSOAR-user2",
"RunspaceId": null,
"SharePointLocation": null,
"SharePointLocationExclusion": null,
"Size": 0,
"Status": "Completed",
"SuccessResults": null,
"TenantId": "xxxxx"
}
]
}
}
}
}

Human Readable Output#

Security And Compliance - Search configurations#

CreatedByDescriptionLastModifiedTimeNameRunBy
XSOAR-user1Short description8/22/2019 6:43:48 AMexample1XSOAR-user1
XSOAR-user2Short description1/8/2020 12:44:30 AMexample2XSOAR-user2

o365-sc-get-search#


Gets compliance search by name from the Security & Compliance Center.

Base Command#

o365-sc-get-search

Input#

Argument NameDescriptionRequired
search_nameThe name of the compliance search.Required
limitThe maximum number of results to return. If you want to return all requests that match the query, use "-1" for the value of this argument.Optional
all_resultsWhether to include mailboxes which have no results in results entry context.Optional
exportWhether to export search results as json file to war-room.Optional
statisticsShow search statistics. Default is "false".Optional

Context Output#

PathTypeDescription
O365.SecurityAndCompliance.ContentSearch.Search.AllowNotFoundExchangeLocationsEnabledBooleanWhether to include mailboxes other than regular user mailboxes in the compliance search.
O365.SecurityAndCompliance.ContentSearch.Search.AzureBatchFrameworkEnabledBooleanWhether the Azure Batch Framework is enabled for job processing.
O365.SecurityAndCompliance.ContentSearch.Search.CaseIdStringIdentity of a Core eDiscovery case which is associated with the compliance search.
O365.SecurityAndCompliance.ContentSearch.Search.CaseNameStringName of a Core eDiscovery case which is associated with the compliance search.
O365.SecurityAndCompliance.ContentSearch.Search.ContentMatchQueryStringCompliance text search string or a query that is formatted using the Keyword Query Language (KQL).
O365.SecurityAndCompliance.ContentSearch.Search.CreatedByStringSecurity and compliance search creator.
O365.SecurityAndCompliance.ContentSearch.Search.CreatedTimeDateSecurity and compliance search creation time.
O365.SecurityAndCompliance.ContentSearch.Search.DescriptionStringSecurity and compliance search description.
O365.SecurityAndCompliance.ContentSearch.Search.ErrorsStringSecurity and compliance search errors.
O365.SecurityAndCompliance.ContentSearch.Search.ExchangeLocationStringSecurity and compliance search exchange locations to include.
O365.SecurityAndCompliance.ContentSearch.Search.IdentityStringSecurity and compliance search identity.
O365.SecurityAndCompliance.ContentSearch.Search.IsValidBooleanWhether the security and compliance search is valid.
O365.SecurityAndCompliance.ContentSearch.Search.ItemsNumberNumber of security and compliance search scanned items.
O365.SecurityAndCompliance.ContentSearch.Search.JobEndTimeDateSecurity and compliance search job end time.
O365.SecurityAndCompliance.ContentSearch.Search.JobIdStringSecurity and compliance search job ID.
O365.SecurityAndCompliance.ContentSearch.Search.JobRunIdStringSecurity and compliance search job run ID.
O365.SecurityAndCompliance.ContentSearch.Search.JobStartTimeDateSecurity and compliance search job run start time.
O365.SecurityAndCompliance.ContentSearch.Search.LastModifiedTimeDateSecurity and compliance search last modification time.
O365.SecurityAndCompliance.ContentSearch.Search.LogLevelStringSecurity and compliance search the Azure log level.
O365.SecurityAndCompliance.ContentSearch.Search.NameStringSecurity and compliance search name.
O365.SecurityAndCompliance.ContentSearch.Search.OneDriveLocationStringSecurity and compliance search OneDrive locations to include.
O365.SecurityAndCompliance.ContentSearch.Search.OneDriveLocationExclusionStringSecurity and compliance search OneDrive locations to exclude.
O365.SecurityAndCompliance.ContentSearch.Search.PublicFolderLocationStringSecurity and compliance search public folder locations to include.
O365.SecurityAndCompliance.ContentSearch.Search.PublicFolderLocationExclusionStringSecurity and compliance search public folder locations to exclude.
O365.SecurityAndCompliance.ContentSearch.Search.RunByStringSecurity and compliance search last run by UPN (Email representation).
O365.SecurityAndCompliance.ContentSearch.Search.RunspaceIdStringSecurity and compliance search run space ID.
O365.SecurityAndCompliance.ContentSearch.Search.SharePointLocationStringSecurity and compliance search SharePoint locations to include.
O365.SecurityAndCompliance.ContentSearch.Search.SizeNumberSecurity and compliance search bytes results size.
O365.SecurityAndCompliance.ContentSearch.Search.StatusStringSecurity and compliance search status.
O365.SecurityAndCompliance.ContentSearch.Search.TenantIdStringSecurity and compliance search Tenant ID.
O365.SecurityAndCompliance.ContentSearch.Search.SuccessResults.LocationStringSecurity and compliance search result location.
O365.SecurityAndCompliance.ContentSearch.Search.SuccessResults.ItemsCountNumberThe number of security and compliance search results in location.
O365.SecurityAndCompliance.ContentSearch.Search.SuccessResults.SizeNumberThe byte size of the security and compliance search results in location.

Command Example#

!o365-sc-get-search search_name="example"

Context Example#

{
"O365": {
"SecurityAndCompliance": {
"ContentSearch": {
"Search": {
"Errors": "",
"AzureBatchFrameworkEnabled": false,
"TenantId": "xxxxx",
"SharePointLocationExclusion": null,
"JobStartTime": "2020-11-29T07:20:59.37",
"CreatedTime": "2020-11-29T07:18:04.283",
"OneDriveLocation": null,
"PublicFolderLocation": null,
"Status": "Completed",
"CaseName": "",
"AllowNotFoundExchangeLocationsEnabled": false,
"LogLevel": "Suppressed",
"JobRunId": null,
"CaseId": null,
"JobId": "xxxxx",
"SuccessResults": {
"ItemsCount": "122303",
"Location": "user@onmicrosoft.com",
"Size": "12339007379"
},
"LastModifiedTime": "2020-11-29T07:20:43.283",
"Identity": "1d130723-fe0a-4726-6d2a-08d89437520e",
"Name": "example",
"Items": 122303,
"ExchangeLocation": [
"user@onmicrosoft.com"
],
"RunBy": "XSOAR-user",
"Description": "Short description",
"ExchangeLocationExclusion": [],
"IsValid": true,
"PublicFolderLocationExclusion": null,
"SharePointLocation": null,
"CreatedBy": "XSOAR-user",
"JobEndTime": "2020-11-29T07:22:01.99",
"RunspaceId": null,
"Size": 12339007379,
"OneDriveLocationExclusion": null,
"ContentMatchQuery": "Rodrigo"
}
}
}
}
}

Human Readable Output#

Security And Compliance - 'example' search#

CreatedByDescriptionLastModifiedTimeNameRunByStatus
XSOAR-userShort description2020-11-29T07:20:43.283exampleXSOAR-userNotStarted

o365-sc-start-search#


Starts stopped, completed, or not started compliance search in the Security & Compliance Center.

Base Command#

o365-sc-start-search

Input#

Argument NameDescriptionRequired
search_nameThe name of the compliance search.Required

Context Output#

There is no context output for this command.

Command Example#

!o365-sc-start-search search_name="example"

Human Readable Output#

Security And Compliance - search example started !

o365-sc-stop-search#


Stop running compliance search in the Security & Compliance Center.

Base Command#

o365-sc-stop-search

Input#

Argument NameDescriptionRequired
search_nameThe name of the compliance search.Required

Context Output#

There is no context output for this command.

Command Example#

!o365-sc-stop-search search_name="example"

Human Readable Output#

Security And Compliance - search example stopped !

o365-sc-new-search-action#


After you create a content search using the o365-sc-new-search command and run it using the o365-sc-start-search command, you assign a search action to the search using the o365-sc-new-search-action command.

Base Command#

o365-sc-new-search-action

Input#

Argument NameDescriptionRequired
search_nameThe name of the compliance search.Required
actionSearch action to perform. Possible values are: "Preview" and "Purge". Default is "Preview".Optional
purge_typePurge type. Possible values are: "Soft Delete" and "HardDelete". Default is "SoftDelete".Optional

Context Output#

PathTypeDescription
O365.SecurityAndCompliance.ContentSearch.SearchAction.ActionStringSecurity and compliance search action type. Either "Purge" or "Preview".
O365.SecurityAndCompliance.ContentSearch.SearchAction.AllowNotFoundExchangeLocationsEnabledBooleanWhether to include mailboxes other than regular user mailboxes in the compliance search.
O365.SecurityAndCompliance.ContentSearch.SearchAction.AzureBatchFrameworkEnabledBooleanWhether the Azure Batch Framework is enabled for job processing.
O365.SecurityAndCompliance.ContentSearch.SearchAction.CaseIdStringIdentity of a Core eDiscovery case which is associated with the compliance search.
O365.SecurityAndCompliance.ContentSearch.SearchAction.CaseNameStringName of a Core eDiscovery case which is associated with the compliance search.
O365.SecurityAndCompliance.ContentSearch.SearchAction.CreatedByStringSecurity and compliance search action creator.
O365.SecurityAndCompliance.ContentSearch.SearchAction.CreatedTimeDateSecurity and compliance search action creation time.
O365.SecurityAndCompliance.ContentSearch.SearchAction.DescriptionStringSecurity and compliance search action description.
O365.SecurityAndCompliance.ContentSearch.SearchAction.ErrorsStringSecurity and compliance search action errors.
O365.SecurityAndCompliance.ContentSearch.SearchAction.EstimateSearchJobIdStringSecurity and compliance search action job ID estimation.
O365.SecurityAndCompliance.ContentSearch.SearchAction.EstimateSearchRunIdStringSecurity and compliance search action run ID estimation.
O365.SecurityAndCompliance.ContentSearch.SearchAction.ExchangeLocationStringSecurity and compliance search action exchange locations to include.
O365.SecurityAndCompliance.ContentSearch.SearchAction.ExchangeLocationExclusionStringSecurity and compliance search action exchange locations to exclude.
O365.SecurityAndCompliance.ContentSearch.SearchAction.IdentityStringSecurity and compliance search action identity.
O365.SecurityAndCompliance.ContentSearch.SearchAction.IsValidBooleanWhether the security and compliance search action is valid.
O365.SecurityAndCompliance.ContentSearch.SearchAction.JobEndTimeDateSecurity and compliance search action job end time.
O365.SecurityAndCompliance.ContentSearch.SearchAction.JobIdStringSecurity and compliance search action job ID.
O365.SecurityAndCompliance.ContentSearch.SearchAction.JobRunIdStringSecurity and compliance search action job run ID.
O365.SecurityAndCompliance.ContentSearch.SearchAction.JobStartTimeDateSecurity and compliance search action job start time.
O365.SecurityAndCompliance.ContentSearch.SearchAction.LastModifiedTimeDateSecurity and compliance search action last modified time.
O365.SecurityAndCompliance.ContentSearch.SearchAction.NameStringSecurity and compliance search action name.
O365.SecurityAndCompliance.ContentSearch.SearchAction.PublicFolderLocationStringSecurity and compliance search action public folder locations to include.
O365.SecurityAndCompliance.ContentSearch.SearchAction.PublicFolderLocationExclusionStringSecurity and compliance search action public folder locations to exclude.
O365.SecurityAndCompliance.ContentSearch.SearchAction.RetryBooleanWhether to retry if the search action failed.
O365.SecurityAndCompliance.ContentSearch.SearchAction.RunByStringSecurity and compliance search action run by UPN (email address).
O365.SecurityAndCompliance.ContentSearch.SearchAction.RunspaceIdStringSecurity and compliance search action run space ID.
O365.SecurityAndCompliance.ContentSearch.SearchAction.SearchNameStringSecurity and compliance search action search name.
O365.SecurityAndCompliance.ContentSearch.SearchAction.SharePointLocationStringSecurity and compliance search action SharePoint locations to include.
O365.SecurityAndCompliance.ContentSearch.SearchAction.SharePointLocationExclusionStringSecurity and compliance search action SharePoint locations to exclude.
O365.SecurityAndCompliance.ContentSearch.SearchAction.StatusStringSecurity and compliance search action status. Either "Started" or "Completed".
O365.SecurityAndCompliance.ContentSearch.SearchAction.TenantIdStringSecurity and compliance search action Tenant ID.

Command Example#

!o365-sc-new-search-action search_name="example" action="Preview"

Context Example#

{
"O365": {
"SecurityAndCompliance": {
"ContentSearch": {
"SearchAction": {
"Action": "Preview",
"AllowNotFoundExchangeLocationsEnabled": false,
"AzureBatchFrameworkEnabled": false,
"CaseId": null,
"CaseName": "",
"CreatedBy": "XSOAR-user",
"CreatedTime": "2020-11-29T07:23:50.05",
"Description": "",
"Errors": "",
"EstimateSearchJobId": "xxxxx",
"EstimateSearchRunId": "xxxxx",
"ExchangeLocation": [
"user@onmicrosoft.com"
],
"ExchangeLocationExclusion": null,
"Identity": "xxxxx",
"IsValid": true,
"JobEndTime": "2020-11-29T07:24:05.76",
"JobId": "xxxxx",
"JobRunId": "xxxxx",
"JobStartTime": "2020-11-29T07:23:50.297",
"LastModifiedTime": "2020-11-29T07:23:50.05",
"Name": "example_Preview",
"PublicFolderLocation": null,
"PublicFolderLocationExclusion": null,
"Results": null,
"Retry": false,
"RunBy": "XSOAR-user",
"RunspaceId": "xxxxx",
"SearchName": "example",
"SharePointLocation": null,
"SharePointLocationExclusion": null,
"Status": "Completed",
"TenantId": "xxxxx"
}
}
}
}
}

Human Readable Output#

Security And Compliance - search action 'example_Preview' created#

ActionLastModifiedTimeNameRunBySearchNameStatus
Preview11/29/2020 7:23:50 AMexample_PreviewXSOAR-userexampleCompleted

o365-sc-remove-search-action#


Removes compliance search action by search the action name from the Security & Compliance Center.

Base Command#

o365-sc-remove-search-action

Input#

Argument NameDescriptionRequired
search_action_nameThe name of the compliance search action.Required

Context Output#

There is no context output for this command.

Command Example#

!o365-sc-remove-search-action search_action_name="example_Preview"

Human Readable Output#

Security And Compliance - search action example_Preview removed!

o365-sc-list-search-action#


Lists compliance search actions from the Security & Compliance Center.

Base Command#

o365-sc-list-search-action

Input#

There are no input arguments for this command.

Context Output#

PathTypeDescription
O365.SecurityAndCompliance.ContentSearch.SearchAction.ActionStringSecurity and compliance search action type. Either "Purge or "Preview".
O365.SecurityAndCompliance.ContentSearch.SearchAction.AllowNotFoundExchangeLocationsEnabledBooleanWhether to include mailboxes other than regular user mailboxes in the compliance search.
O365.SecurityAndCompliance.ContentSearch.SearchAction.AzureBatchFrameworkEnabledBooleanWhether the Azure Batch Framework is enabled for job processing.
O365.SecurityAndCompliance.ContentSearch.SearchAction.CaseIdStringIdentity of a Core eDiscovery case which is associated with the compliance search.
O365.SecurityAndCompliance.ContentSearch.SearchAction.CaseNameStringName of a Core eDiscovery case which is associated with the compliance search.
O365.SecurityAndCompliance.ContentSearch.SearchAction.CreatedByStringSecurity and compliance search action creator.
O365.SecurityAndCompliance.ContentSearch.SearchAction.CreatedTimeDateSecurity and compliance search action creation time.
O365.SecurityAndCompliance.ContentSearch.SearchAction.DescriptionStringSecurity and compliance search action description.
O365.SecurityAndCompliance.ContentSearch.SearchAction.ErrorsStringSecurity and compliance search action errors.
O365.SecurityAndCompliance.ContentSearch.SearchAction.EstimateSearchJobIdStringSecurity and compliance search action job ID estimation.
O365.SecurityAndCompliance.ContentSearch.SearchAction.EstimateSearchRunIdStringSecurity and compliance search action run ID estimation.
O365.SecurityAndCompliance.ContentSearch.SearchAction.ExchangeLocationStringSecurity and compliance search action exchange locations to include.
O365.SecurityAndCompliance.ContentSearch.SearchAction.ExchangeLocationExclusionStringSecurity and compliance search action exchange locations to exclude.
O365.SecurityAndCompliance.ContentSearch.SearchAction.IdentityStringSecurity and compliance search action identity.
O365.SecurityAndCompliance.ContentSearch.SearchAction.IsValidBooleanWhether the security and compliance search action is valid.
O365.SecurityAndCompliance.ContentSearch.SearchAction.JobEndTimeDateSecurity and compliance search action job end time.
O365.SecurityAndCompliance.ContentSearch.SearchAction.JobIdStringSecurity and compliance search action job ID.
O365.SecurityAndCompliance.ContentSearch.SearchAction.JobRunIdStringSecurity and compliance search action job run ID.
O365.SecurityAndCompliance.ContentSearch.SearchAction.JobStartTimeDateSecurity and compliance search action job start time.
O365.SecurityAndCompliance.ContentSearch.SearchAction.LastModifiedTimeDateSecurity and compliance search action last modified time.
O365.SecurityAndCompliance.ContentSearch.SearchAction.NameStringSecurity and compliance search action name.
O365.SecurityAndCompliance.ContentSearch.SearchAction.PublicFolderLocationStringSecurity and compliance search action public folder locations to include.
O365.SecurityAndCompliance.ContentSearch.SearchAction.PublicFolderLocationExclusionStringSecurity and compliance search action public folder locations to exclude.
O365.SecurityAndCompliance.ContentSearch.SearchAction.RetryBooleanWhether to retry if the search action failed.
O365.SecurityAndCompliance.ContentSearch.SearchAction.RunByStringSecurity and compliance search action run by UPN (email address).
O365.SecurityAndCompliance.ContentSearch.SearchAction.RunspaceIdStringSecurity and compliance search action run space ID.
O365.SecurityAndCompliance.ContentSearch.SearchAction.SearchNameStringSecurity and compliance search action search name.
O365.SecurityAndCompliance.ContentSearch.SearchAction.SharePointLocationStringSecurity and compliance search action SharePoint locations to include.
O365.SecurityAndCompliance.ContentSearch.SearchAction.SharePointLocationExclusionStringSecurity and compliance search action SharePoint locations to exclude.
O365.SecurityAndCompliance.ContentSearch.SearchAction.StatusStringSecurity and compliance search action status (Started/Completed).
O365.SecurityAndCompliance.ContentSearch.SearchAction.TenantIdStringSecurity and compliance search action Tenant ID.

Command Example#

!o365-sc-list-search-action

Context Example#

{
"O365": {
"SecurityAndCompliance": {
"ContentSearch": {
"SearchAction": [
{
"Action": "Preview",
"AllowNotFoundExchangeLocationsEnabled": false,
"AzureBatchFrameworkEnabled": false,
"CaseId": null,
"CaseName": "",
"CreatedBy": "XSOAR-user",
"CreatedTime": "2020-10-14T13:45:44.14",
"Description": "",
"Errors": "",
"EstimateSearchJobId": "xxxxx",
"EstimateSearchRunId": "xxxxx",
"ExchangeLocation": null,
"ExchangeLocationExclusion": null,
"Identity": "xxxxx",
"IsValid": true,
"JobEndTime": "2020-10-14T13:47:00.103",
"JobId": "xxxxx",
"JobRunId": "xxxxx",
"JobStartTime": "2020-10-14T13:45:58.443",
"LastModifiedTime": "2020-10-14T13:45:44.14",
"Name": "example_Preview",
"PublicFolderLocation": null,
"PublicFolderLocationExclusion": null,
"Results": null,
"Retry": false,
"RunBy": "XSOAR-user",
"RunspaceId": "xxxxx",
"SearchName": "example",
"SharePointLocation": null,
"SharePointLocationExclusion": null,
"Status": "Completed",
"TenantId": "xxxxx"
},
{
"Action": "Purge",
"AllowNotFoundExchangeLocationsEnabled": false,
"AzureBatchFrameworkEnabled": false,
"CaseId": null,
"CaseName": "",
"CreatedBy": "XSOAR-user1",
"CreatedTime": "2020-10-14T13:45:44.14",
"Description": "",
"Errors": "",
"EstimateSearchJobId": "xxxxx",
"EstimateSearchRunId": "xxxxx",
"ExchangeLocation": null,
"ExchangeLocationExclusion": null,
"Identity": "xxxxx",
"IsValid": true,
"JobEndTime": "2020-10-14T13:47:00.103",
"JobId": "xxxxx",
"JobRunId": "xxxxx",
"JobStartTime": "2020-10-14T13:45:58.443",
"LastModifiedTime": "2020-10-14T13:45:44.14",
"Name": "example_Purge",
"PublicFolderLocation": null,
"PublicFolderLocationExclusion": null,
"Results": null,
"Retry": false,
"RunBy": "XSOAR-user1",
"RunspaceId": "xxxxx",
"SearchName": "Rodrigo-diffrent",
"SharePointLocation": null,
"SharePointLocationExclusion": null,
"Status": "Completed",
"TenantId": "xxxxx"
}
]
}
}
}
}

Human Readable Output#

Security And Compliance - search actions#

ActionJobEndTimeLastModifiedTimeNameRunBySearchNameStatus
Preview10/14/2020 1:47:00 PM10/14/2020 1:45:44 PMexample_PreviewXSOAR-userexampleCompleted
Purge11/25/2020 10:51:04 AM11/25/2020 10:50:37 AMexample_PurgeXSOAR-userexampleCompleted

o365-sc-get-search-action#


Gets compliance search action from the Security & Compliance Center.

Base Command#

o365-sc-get-search-action

Input#

Argument NameDescriptionRequired
search_action_nameThe name of the compliance search action.Required
limitThe maximum number of results to return. If you want to return all requests that match the query, use "-1" for the value of this argument.Optional
exportWhether to export search results as json file to war-room.Optional
resultsWhether to print the results in the War Room. Default is "false".Optional

Context Output#

PathTypeDescription
O365.SecurityAndCompliance.ContentSearch.SearchAction.ActionStringSecurity and compliance search action type. Either "Purge" or "Preview".
O365.SecurityAndCompliance.ContentSearch.SearchAction.AllowNotFoundExchangeLocationsEnabledBooleanWhether to include mailboxes other than regular user mailboxes in the compliance search.
O365.SecurityAndCompliance.ContentSearch.SearchAction.AzureBatchFrameworkEnabledBooleanWhether the Azure Batch Framework is enabled for job processing.
O365.SecurityAndCompliance.ContentSearch.SearchAction.CaseIdStringIdentity of a Core eDiscovery case which is associated with the compliance search.
O365.SecurityAndCompliance.ContentSearch.SearchAction.CaseNameStringName of a Core eDiscovery case which is associated with the compliance search.
O365.SecurityAndCompliance.ContentSearch.SearchAction.CreatedByStringSecurity and compliance search action creator.
O365.SecurityAndCompliance.ContentSearch.SearchAction.CreatedTimeDateSecurity and compliance search action creation time.
O365.SecurityAndCompliance.ContentSearch.SearchAction.DescriptionStringSecurity and compliance search action description.
O365.SecurityAndCompliance.ContentSearch.SearchAction.ErrorsStringSecurity and compliance search action errors.
O365.SecurityAndCompliance.ContentSearch.SearchAction.EstimateSearchJobIdStringSecurity and compliance search action job ID estimation.
O365.SecurityAndCompliance.ContentSearch.SearchAction.EstimateSearchRunIdStringSecurity and compliance search action run ID estimation.
O365.SecurityAndCompliance.ContentSearch.SearchAction.ExchangeLocationStringSecurity and compliance search action exchange locations to include.
O365.SecurityAndCompliance.ContentSearch.SearchAction.ExchangeLocationExclusionStringSecurity and compliance search action exchange locations to exclude.
O365.SecurityAndCompliance.ContentSearch.SearchAction.IdentityStringSecurity and compliance search action identity.
O365.SecurityAndCompliance.ContentSearch.SearchAction.IsValidBooleanWhether the security and compliance search action is valid.
O365.SecurityAndCompliance.ContentSearch.SearchAction.JobEndTimeDateSecurity and compliance search action job end time.
O365.SecurityAndCompliance.ContentSearch.SearchAction.JobIdStringSecurity and compliance search action job ID.
O365.SecurityAndCompliance.ContentSearch.SearchAction.JobRunIdStringSecurity and compliance search action job run ID.
O365.SecurityAndCompliance.ContentSearch.SearchAction.JobStartTimeDateSecurity and compliance search action job start time.
O365.SecurityAndCompliance.ContentSearch.SearchAction.LastModifiedTimeDateSecurity and compliance search action last modified time.
O365.SecurityAndCompliance.ContentSearch.SearchAction.NameStringSecurity and compliance search action name.
O365.SecurityAndCompliance.ContentSearch.SearchAction.PublicFolderLocationStringSecurity and compliance search action public folder locations to include.
O365.SecurityAndCompliance.ContentSearch.SearchAction.PublicFolderLocationExclusionStringSecurity and compliance search action public folder locations to exclude.
O365.SecurityAndCompliance.ContentSearch.SearchAction.Results.LocationStringSecurity and compliance search action result location.
O365.SecurityAndCompliance.ContentSearch.SearchAction.Results.ItemCountStringSecurity and compliance search action result item count.
O365.SecurityAndCompliance.ContentSearch.SearchAction.Results.TotalSizeStringSecurity and compliance search action result total size.
O365.SecurityAndCompliance.ContentSearch.SearchAction.Results.FailedCountStringSecurity and compliance search action result failed count.
O365.SecurityAndCompliance.ContentSearch.SearchAction.Results.SenderStringSecurity and compliance search action result mail sender.
O365.SecurityAndCompliance.ContentSearch.SearchAction.Results.SubjectStringSecurity and compliance search action result subject.
O365.SecurityAndCompliance.ContentSearch.SearchAction.Results.TypeStringSecurity and compliance search action result type.
O365.SecurityAndCompliance.ContentSearch.SearchAction.Results.SizeStringSecurity and compliance search action result size.
O365.SecurityAndCompliance.ContentSearch.SearchAction.Results.ReceivedTimeDateSecurity and compliance search action result received time.
O365.SecurityAndCompliance.ContentSearch.SearchAction.Results.DataLinkStringSecurity and compliance search action data link.
O365.SecurityAndCompliance.ContentSearch.SearchAction.RetryBooleanWhether to retry if the search action failed.
O365.SecurityAndCompliance.ContentSearch.SearchAction.RunByStringSecurity and compliance search action run by UPN (email address).
O365.SecurityAndCompliance.ContentSearch.SearchAction.RunspaceIdStringSecurity and compliance search action run space ID.
O365.SecurityAndCompliance.ContentSearch.SearchAction.SearchNameStringSecurity and compliance search action search name.
O365.SecurityAndCompliance.ContentSearch.SearchAction.SharePointLocationStringSecurity and compliance search action SharePoint locations to include.
O365.SecurityAndCompliance.ContentSearch.SearchAction.SharePointLocationExclusionStringSecurity and compliance search action SharePoint locations to exclude.
O365.SecurityAndCompliance.ContentSearch.SearchAction.StatusStringSecurity and compliance search action status. Either "Started" or "Completed".
O365.SecurityAndCompliance.ContentSearch.SearchAction.TenantIdStringSecurity and compliance search action Tenant ID.

Command Example#

!o365-sc-get-search-action search_action_name="example_Preview"

Context Example#

{
"O365": {
"SecurityAndCompliance": {
"ContentSearch": {
"SearchAction": {
"Action": "Preview",
"AllowNotFoundExchangeLocationsEnabled": false,
"AzureBatchFrameworkEnabled": false,
"CaseId": null,
"CaseName": "",
"CreatedBy": "XSOAR-user",
"CreatedTime": "2020-11-29T07:23:50.05",
"Description": "",
"Errors": "",
"EstimateSearchJobId": "2a967c40-07c3-4903-ed7f-08d89436e9b1",
"EstimateSearchRunId": "1d130723-fe0a-4726-6d2a-08d89437520e",
"ExchangeLocation": [
"user@onmicrosoft.com"
],
"ExchangeLocationExclusion": null,
"Identity": "xxxxx",
"IsValid": true,
"JobEndTime": "2020-11-29T07:24:05.76",
"JobId": "xxxxx",
"JobRunId": "xxxxx",
"JobStartTime": "2020-11-29T07:23:50.297",
"LastModifiedTime": "2020-11-29T07:23:50.05",
"Name": "example_Preview",
"PublicFolderLocation": null,
"PublicFolderLocationExclusion": null,
"Results": [
{
"DataLink": "data/All/xxxx.eml",
"Location": "user@onmicrosoft.com",
"ReceivedTime": "11/26/2020 2:59:01 PM",
"Sender": "Some user",
"Size": "19683",
"Subject": "Test1",
"Type": "Email"
},
{
"DataLink": "data/All/xxxx.eml",
"Location": "user@onmicrosoft.com",
"ReceivedTime": "12/26/2020 2:59:01 PM",
"Sender": "Some user",
"Size": "20225",
"Subject": "Test2",
"Type": "Email"
},
],
"Retry": false,
"RunBy": "XSOAR-user",
"RunspaceId": "xxxxx",
"SearchName": "example",
"SharePointLocation": null,
"SharePointLocationExclusion": null,
"Status": "Completed",
"TenantId": "xxxxx"
}
}
}
}
}

Human Readable Output#

Security And Compliance - search action 'example_Preview'#

ActionJobEndTimeLastModifiedTimeNameRunBySearchNameStatus
Preview11/29/2020 7:24:05 AM11/29/2020 7:23:50 AMexample_PreviewXSOAR-userexampleCompleted

Tips for finding messages to remove#

  • Keyword Query Language (KQL)
    • If you know the exact text or phrase used in the subject line of the message, use the Subject property in the search query, e.g., (subject:give me all ur money).
    • If you know that exact date (or date range) of the message, include the Received property in the search query, e.g., (received:6/13/2021..6/16/2021).
    • If you know who sent the message, include the From property in the search query, e.g., (from:user1@demistodev.onmicrosoft.com).
    • For all the available search properties see: Keyword queries and search conditions for eDiscovery.
  • Preview the search results to verify that the search returned only the message (or messages) that you want to delete.
  • Use the search estimate statistics (displayed by using the o365-sc-get-search command) to get a count of the total number of emails.

Known Limitations#

  • Security and compliance integrations do not support Security and compliance on-premise.
  • Each security and compliance command creates a PSSession (PowerShell session). The security and compliance PowerShell limits the number of concurrent sessions to 3. Since this affects the behavior of multiple playbooks running concurrently it we recommend that you retry failed tasks when using the integration commands in playbooks.
  • Proxies are not supported due to a Microsoft limitation.
  • Due to a Microsoft limitation, you can perform a search and purge operation on a maximum of 50,000 mailboxes. To work around this limitation, configure multiple instances of the integration each with different permission filtering so that the number of mailboxes in each instance does not exceed 50,000.
  • A maximum of 10 items per mailbox can be removed at one time, due to a Microsoft limitiation.
  • For more Microsoft known limitations see Limits for eDiscovery search.