Enterprise Recon 2.0.31
SharePoint Online
This section covers the following topics:
Requirements
Component | Description |
---|---|
Agent | ER 2.0.28 Agent and newer. |
TCP Allowed Connections | Port 443 for cloud services. |
Licensing
SharePoint Online Targets are licensed by data allowance. See Licensing for more information.
Set Up SharePoint Online as a Target
To add a SharePoint Online Target:
- From the New Search page, Add Targets.
- In the Select Target Type dialog box, select SharePoint Online.
-
Fill in the following fields:
Field Description Domain Enter your SharePoint Online organization name.
For example, if you access SharePoint Online at https://mycompany.sharepoint.com, enter mycompany.Credential Label Enter a descriptive label for the credential set. Username Enter a SharePoint Online user's email address.
User must have Read permissions to the top-level root site collection, and minimum Read permissions to all site collections, sites and lists to be scanned.Password Enter the password for the SharePoint Online user. Agent to act as proxy host Select a Proxy Agent. Recommended Least Privilege User ApproachTo reduce the risk of data loss or privileged account abuse, the Target credentials provided for the intended Target should only be granted read-only access to the exact resources and data that require scanning. Never grant full user access privileges or unrestricted data access to any application if it is not required.
- Click Test. If ER2 can connect to the Target, the button changes to a Commit button.
- Click Commit to add the Target.
Edit SharePoint Online Target Path
- Set Up SharePoint Online as a Target.
- In the Select Locations section, select your SharePoint Online Target and click Edit.
- In the Edit SharePoint Online dialog box, enter the site collection to scan in the Path. Use the following syntax:
Description, Syntax and Example Scan all resources for the SharePoint Online web application.
This includes all site collections, sites, lists, list items, folders and files.
Syntax:
Leave Path blank.
Scan a site collection.
This includes all sites, lists, list items, folders and files for the site collection.
Syntax:
<organization>.sharepoint.com/<site_collection>
Example:
https://example.sharepoint.com/operations
Scan a site in a site collection.
Syntax:
<organization>.sharepoint.com/<site_collection>/<site>
Example:
https://example.sharepoint.com/operations/my-site
Scan all lists in a site collection.
Syntax:
<organization>.sharepoint.com/<site_collection>/:site/:list
Example:
https://example.sharepoint.com/operations/:site/:list
Scan a specific list in a site collection.
Syntax:
<organization>.sharepoint.com/<site_collection>/:site/:list/<list>
Example:
https://example.sharepoint.com/operations/:site/:list/my-list
Scan all folders and files in a site collection.
Syntax:
<organization>.sharepoint.com/<site_collection>/:site/:file
Example:
https://example.sharepoint.com/operations/:site/:file
Scan a specific folder in a site collection.
Syntax:
<organization>.sharepoint.com/<site_collection>/:site/:file/<folder>
Example:
https://example.sharepoint.com/operations/:site/:file/documents
Scan a specific file in a site collection.
Syntax:
<organization>.sharepoint.com/<site_collection>/:site/:file/<file>
Example:
https://example.sharepoint.com/operations/:site/:file/my-file.txt
Scan a specific file within a folder in a site collection.
Syntax:
<organization>.sharepoint.com/<site_collection>/:site/:file/<folder>/<file>
Example:
https://example.sharepoint.com/operations/:site/:file/documents/my-file.txt
- Click Test and then Commit to save the path to the Target location.