* add Perimeter 81 Activity Logs Data Connector

* add Perimeter 81 Overview Workbook

Signed-off-by: georgykagan <georgy@perimeter81.com>

* Perimeter81 logo - remove cls style formats from svg

Signed-off-by: georgykagan <georgy@perimeter81.com>

* update sample data with more events and data variation

Signed-off-by: georgykagan <georgy@perimeter81.com>

* add 2 example queries for anomalous activity (auth failures & resource deletions)

Signed-off-by: georgykagan <georgy@perimeter81.com>

* workbook - add 4 more charts

Signed-off-by: georgykagan <georgy@perimeter81.com>

* remove class from p81 logo svg sources

Signed-off-by: georgykagan <georgy@perimeter81.com>

* remove style and png from svg

Signed-off-by: georgykagan <georgy@perimeter81.com>

* remove newline

Signed-off-by: georgykagan <georgy@perimeter81.com>
This commit is contained in:
georgykagan 2020-05-13 17:48:13 +03:00 коммит произвёл GitHub
Родитель d433a8052c
Коммит 8844792c7f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
10 изменённых файлов: 746 добавлений и 2 удалений

Просмотреть файл

@ -0,0 +1,93 @@
{
"id": "Perimeter81ActivityLogs",
"title": "Perimeter 81 Activity Logs",
"publisher": "Perimeter 81",
"descriptionMarkdown": "The Perimeter 81 Activity Logs connector allows you to easily connect your Perimeter 81 activity logs with Azure Sentinel, to view dashboards, create custom alerts, and improve investigation.",
"graphQueries": [
{
"metricName": "Total data received",
"legend": "Perimeter81_CL",
"baseQuery": "Perimeter81_CL"
}
],
"sampleQueries": [
{
"description" : "User login failures",
"query": "Perimeter81_CL | where eventName_s == \"api.activity.login.fail\""
},
{
"description" : "Application authorization failures",
"query": "Perimeter81_CL | where eventName_s == \"api.activity.application.auth.fail\""
},
{
"description": "Application session start",
"query": "Perimeter81_CL | where eventName_s == \"api.activity.application.session.start\""
},
{
"description": "Authentication failures by IP & email (last 24 hours)",
"query": "Perimeter81_CL\n| where TimeGenerated > ago(24h) and eventName_s in (\"api.activity.login.fail\", \"api.activity.vpn.auth.fail\", \"api.activity.application.auth.fail\")\n| summarize count(releasedBy_email_s) by ip_s, releasedBy_email_s\n| where count_releasedBy_email_s > 1"
},
{
"description": "Resource deletions by IP & email (last 24 hours)",
"query": "Perimeter81_CL\n| where TimeGenerated > ago(24h) and eventName_s matches regex \"api.activity.*.remove*|api.activity.*.delete*|api.activity.*.destroy*\" \n| summarize count(releasedBy_email_s) by ip_s, releasedBy_email_s\n| where count_releasedBy_email_s > 1"
}
],
"dataTypes": [
{
"name": "Perimeter81_CL",
"lastDataReceivedQuery": "Perimeter81_CL\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
}
],
"connectivityCriterias": [
{
"type": "IsConnectedQuery",
"value": [
"Perimeter81_CL\n | summarize LastLogReceived = max(TimeGenerated)\n | project IsConnected = LastLogReceived > ago(30d)"
]
}
],
"availability": {
"status": 1
},
"permissions": {
"resourceProvider": [
{
"provider": "Microsoft.OperationalInsights/workspaces",
"permissionsDisplayText": "read and write permissions are required.",
"providerDisplayName": "Workspace",
"scope": "Workspace",
"requiredPermissions": {
"write": true,
"read": true,
"delete": true
}
}
]
},
"instructionSteps": [
{
"title": "",
"description": "Please note the values below and follow the instructions <a href='https://support.perimeter81.com/hc/en-us/articles/360012680780'>here</a> to connect your Perimeter 81 activity logs with Azure Sentinel.",
"instructions": [
{
"parameters": {
"fillWith": [
"WorkspaceId"
],
"label": "Workspace ID"
},
"type": "CopyableLabel"
},
{
"parameters": {
"fillWith": [
"PrimaryKey"
],
"label": "Primary Key"
},
"type": "CopyableLabel"
}
]
}
]
}

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

После

Ширина:  |  Высота:  |  Размер: 5.7 KiB

Просмотреть файл

@ -0,0 +1,281 @@
TenantId,SourceSystem,MG,ManagementGroupName,TimeGenerated,Computer,RawData,"emails_s","enabled_b","installation_installationId_g","releasedBy_roleName_s","role_displayName_s","oldRole_displayName_s","planName_s","planId_s","error_message_s","amount_d","vpnLocation_name_s","account_tenantId_s","account_name_s","account_company_s","installation_installationId_s","oldPlan_planWeight_d","oldPlan_name_s","newPlan_planWeight_d","newPlan_name_s","user_tenantId_s","user_email_s","user_lastName_s","user_firstName_s","policy_name_s","regions_s","group_name_s","networkName_s","applicationName_s","paymentInfo_s","application_name_s","application_type_s","application_endpoint_s","application_alias_cname_s","idpName_s","network_name_s","network_dns_s","geoPoint_accuracy_radius_d","geoPoint_latitude_d","geoPoint_longitude_d","geoPoint_metro_code_d","geoPoint_time_zone_s","addressCountry_s","event_eventName_s","event_tenantId_s","event_originalTenantId_s","event_releasedFrom_tenantId_s","event_releasedBy_email_s","event_ip_s","event_integrationIdentifier_s","event_eventVersion_s","releasedFrom_name_s","releasedFrom_company_s","releasedBy_tenantId_s","releasedBy_lastName_s","releasedBy_firstName_s","integrationName_s","eventName_s","time_s","tenantId_s","originalTenantId_s","releasedFrom_tenantId_s","releasedBy_email_s","ip_s","integrationIdentifier_s","eventVersion_s",Type,"_ResourceId"
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.432Z",,,,null,"6ea4ed89-2e29-4c35-aecf-669518affecc",,,,,,"MAX_SESSION_LIMIT_REACHED",null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.login.fail",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.433Z",,,,null,,,,,,,,null,,,,,,null,,null,,customer1,"customer1@perimeter81.com",Doe,John,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.member.delete",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.305Z",,,,null,,,,,,,,null,,,,,,null,,null,,customer1,"customer1@perimeter81.com",Doe,John,,,"John's Group",,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.add.member",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.432Z",,,,null,,,,,,,,null,,,,,,null,,null,,customer1,"customer1@perimeter81.com",Doe,John,,,"John's Group",,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.delete.member",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.305Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,"LDAP Active Directory",,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.idp.disable",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.305Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,France,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.deploy.fail",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.431Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,"John's Group",,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.delete",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.305Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.deploy",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.node.restart",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.432Z",,,,null,,,,,,,,null,,,,,,50,"Pro Monthly USD",30,"Basic Monthly USD",,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.plan.change",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,"security-team-only",,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.policy.delete",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.432Z",,,,null,"6ea4ed89-2e29-4c35-aecf-669518affecc",,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.login.success",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.432Z",,,,null,,,,,,,,1,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.addon.gateway.delete",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.433Z",,,,null,,,,,,,,null,France,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.vpn.auth",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.435Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,LDAP,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.idp.create",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.433Z",,,"[
""janedoe1@perimeter81.com"",
""janedoe2@perimeter81.com""
]",null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.member.invite",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.432Z",,,,null,,,,,,,,2,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.addon.user.delete",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.431Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,"John's Group",,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.create",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.432Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,"John's Group",,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.delete.network",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"SSH App",ssh,"http://ssh-app.perimeter81.com","ssh-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.add",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.435Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"SSH App",ssh,"http://ssh-app.perimeter81.com","ssh-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.auth.success",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.destroy",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.433Z",,,,null,,,,,,,,null,,customer1,customer1,customer1,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.msp.org.create",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.auth.success",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.remove",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.435Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,Splunk,"api.activity.integration.disable",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",splunk,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.435Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,AzureSentinel,"api.activity.integration.enable",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",azureSentinel,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,France,"RDP App",,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.add.fail",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.435Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,Splunk,"api.activity.integration.delete",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",splunk,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.435Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.session.stop",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.region.remove",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.435Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,PayPal,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.payment.method.change",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.432Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,"John's Group",,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.add.network",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.435Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,AzureSentinel,"api.activity.integration.create",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",azureSentinel,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.435Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.auth.fail",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.435Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.session.start",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.node.add",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.433Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.password.change",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.432Z",,,,null,,,,,Enterprise,enterprise,,1,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.addon.user.buy",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.node.remove",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,"security-team-only",,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.policy.update",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.432Z",,,,null,,,,,Enterprise,enterprise,,2,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.addon.gateway.buy",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.433Z",,,,null,,,Manager,Manager,,,,null,,,,,,null,,null,,customer1,"customer1@perimeter81.com",Doe,John,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.role.assign",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.tunnel.remove",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.433Z",,,,null,,,,,,,,null,,,,,,null,,null,,customer1,"customer1@perimeter81.com",Doe,John,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.password.reset",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.433Z",,,,null,,,,,,,"VPN_LOCATION_NOT_FOUND",null,France,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.vpn.auth.fail",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.435Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,LDAP,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.idp.delete",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.433Z",,,,null,,,,,,,"VPN_SERVER_NOT_FOUND",null,France,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.vpn.auth.fail",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.tunnel.add",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.433Z",,,,null,,,,,,,,null,,,,,,null,,null,,customer1,"customer1@perimeter81.com",Doe,John,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.member.invite.accepted",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.update",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.tunnel.update",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,"security-team-only",,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.policy.add",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.region.add",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.643Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.destroy",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:30:05.434Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.add",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.43Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,France,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.deploy.fail",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.643Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.tunnel.update",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.643Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.region.remove",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,"security-team-only",,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.policy.update",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,Splunk,"api.activity.integration.disable",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",splunk,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.643Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.tunnel.remove",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,Enterprise,enterprise,,1,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.addon.user.buy",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.password.change",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:38:00.186Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.remove",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:38:04.683Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.auth.success",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:38:08.707Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"SSH App",ssh,"http://ssh-app.perimeter81.com","ssh-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.auth.success",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:38:12.146Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.auth.fail",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:38:16.652Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.session.start",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:38:29.466Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.session.stop",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:39:37.844Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"SSH App",ssh,"http://ssh-app.perimeter81.com","ssh-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,Johnson,,"api.activity.application.session.start",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:41:44.462Z",,,,null,"6ea4ed89-2e29-4c35-aecf-669518affecc",,,,,,"MAX_SESSION_LIMIT_REACHED",null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.login.fail",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.43Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,"LDAP Active Directory",,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.idp.disable",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,,,,1,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.addon.gateway.delete",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,,,,null,,,,,,null,,null,,customer1,"customer1@perimeter81.com",Doe,John,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.member.delete",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,,,,null,,,,,,null,,null,,customer1,"customer1@perimeter81.com",Doe,John,,,"John's Group",,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.delete.member",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,Manager,Manager,,,,null,,,,,,null,,null,,customer1,"customer1@perimeter81.com",Doe,John,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.role.assign",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,"security-team-only",,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.policy.add",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.48Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,"John's Group",,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.create",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,"John's Group",,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.delete.network",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,,,,null,France,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.vpn.auth",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,"John's Group",,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.add.network",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.43Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.deploy",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.643Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.node.remove",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.remove",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.43Z",,,,null,,,,,,,,null,,,,,,null,,null,,customer1,"customer1@perimeter81.com",Doe,John,,,"John's Group",,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.add.member",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,Enterprise,enterprise,,2,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.addon.gateway.buy",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,,,,null,,,,,,null,,null,,customer1,"customer1@perimeter81.com",Doe,John,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.password.reset",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.auth.fail",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.643Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.node.restart",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.643Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.region.add",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.643Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.node.add",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,LDAP,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.idp.delete",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,AzureSentinel,"api.activity.integration.create",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",azureSentinel,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,PayPal,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.payment.method.change",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,AzureSentinel,"api.activity.integration.enable",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",azureSentinel,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,"John's Group",,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.delete",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.session.stop",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,,,,null,,,,,,null,,null,,customer1,"customer1@perimeter81.com",Doe,John,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.member.invite.accepted",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,,,,null,,customer1,customer1,customer1,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.msp.org.create",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.session.start",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,,,"VPN_SERVER_NOT_FOUND",null,France,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.vpn.auth.fail",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,France,"RDP App",,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.add.fail",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,,,"VPN_LOCATION_NOT_FOUND",null,France,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.vpn.auth.fail",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,"[
""janedoe1@perimeter81.com"",
""janedoe2@perimeter81.com""
]",null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.member.invite",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"SSH App",ssh,"http://ssh-app.perimeter81.com","ssh-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.add",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,LDAP,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.idp.create",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.auth.success",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,"6ea4ed89-2e29-4c35-aecf-669518affecc",,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.login.success",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.643Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.tunnel.add",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,,,,null,,,,,,50,"Pro Monthly USD",30,"Basic Monthly USD",,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.plan.change",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.update",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,"security-team-only",,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.policy.delete",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.add",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,Splunk,"api.activity.integration.delete",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",splunk,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.644Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"SSH App",ssh,"http://ssh-app.perimeter81.com","ssh-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.auth.success",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,"6ea4ed89-2e29-4c35-aecf-669518affecc",,,,,,"MAX_SESSION_LIMIT_REACHED",null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.login.fail",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:34:49.481Z",,,,null,,,,,,,,2,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.addon.user.delete",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T08:42:08.998Z",,,,null,"6ea4ed89-2e29-4c35-aecf-669518affecc",,,,,,"MAX_SESSION_LIMIT_REACHED",null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.login.fail",,customer1,customer1,customer1,"customer1@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.105Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,"LDAP Active Directory",,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.idp.disable",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.11Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.deploy",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.234Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,"John's Group",,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.add.network",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.234Z",,,,null,,,,,,,,null,,,,,,null,,null,,customer1,"customer2@perimeter81.com",Doe,John,,,"John's Group",,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.add.member",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,PayPal,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.payment.method.change",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.234Z",,,,null,,,,,,,,null,,,,,,50,"Pro Monthly USD",30,"Basic Monthly USD",,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.plan.change",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.node.restart",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.auth.fail",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.region.add",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,"6ea4ed89-2e29-4c35-aecf-669518affecc",,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.login.success",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.session.stop",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.234Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,"John's Group",,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.create",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,null,,,,,,null,,null,,customer1,"customer2@perimeter81.com",Doe,John,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.member.delete",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,null,France,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.vpn.auth",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,"[
""janedoe1@perimeter81.com"",
""janedoe2@perimeter81.com""
]",null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.member.invite",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,Splunk,"api.activity.integration.delete",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",splunk,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,LDAP,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.idp.create",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,"security-team-only",,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.policy.add",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.auth.success",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.remove",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.node.remove",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,AzureSentinel,"api.activity.integration.create",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",azureSentinel,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.tunnel.update",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,"6ea4ed89-2e29-4c35-aecf-669518affecc",,,,,,"MAX_SESSION_LIMIT_REACHED",null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.login.fail",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.add",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.password.change",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.destroy",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.update",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,"6ea4ed89-2e29-4c35-aecf-669518affecc",,,,,,"LICENSE_EXPIRED",null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.login.fail",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"SSH App",ssh,"http://ssh-app.perimeter81.com","ssh-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.add",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"SSH App",ssh,"http://ssh-app.perimeter81.com","ssh-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.auth.success",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,LDAP,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.idp.delete",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.234Z",,,,null,,,,,,,,null,,,,,,null,,null,,customer1,"customer2@perimeter81.com",Doe,John,,,"John's Group",,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.delete.member",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.node.add",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,"security-team-only",,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.policy.delete",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,AzureSentinel,"api.activity.integration.enable",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",azureSentinel,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.region.remove",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,Splunk,"api.activity.integration.disable",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",splunk,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.tunnel.remove",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,France,"RDP App",,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.add.fail",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,"VPN_SERVER_NOT_FOUND",null,France,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.vpn.auth.fail",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,null,,,,,,null,,null,,customer1,"customer2@perimeter81.com",Doe,John,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.password.reset",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,"security-team-only",,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.policy.update",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.234Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,"John's Group",,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.delete.network",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,2,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.addon.user.delete",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,null,,customer1,customer1,customer1,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.msp.org.create",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,null,,,,,,null,,null,,customer1,"customer2@perimeter81.com",Doe,John,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.member.invite.accepted",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.234Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,France,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.deploy.fail",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,1,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.addon.gateway.delete",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,Enterprise,enterprise,,2,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.addon.gateway.buy",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.234Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,"John's Group",,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.group.delete",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,Manager,Manager,,,,null,,,,,,null,,null,,customer1,"customer2@perimeter81.com",Doe,John,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.role.assign",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,"VPN_LOCATION_NOT_FOUND",null,France,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.vpn.auth.fail",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.234Z",,,,null,,,,,Enterprise,enterprise,,1,,,,,,null,,null,,,,,,,,,,,,,,,,,,,null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.addon.user.buy",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.235Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,"[
{
""name"": ""Europe""
}
]",,,,,,,,,,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.network.tunnel.add",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
"92746b82-1996-41c3-8693-764cecea56c0",RestAPI,,,"2020-05-03T06:54:03.236Z",,,,null,,,,,,,,null,,,,,,null,,null,,,,,,,,,,,,"RDP App",rdp,"http://rdp-app.perimeter81.com","rdp-app.perimeter81.com",,France,"fr1.sx.safersoftware.net",null,null,null,null,,,,,,,,,,,customer1,customer1,customer1,Doe,John,,"api.activity.application.session.start",,customer1,customer1,customer1,"customer2@perimeter81.com","127.0.0.1",,"1.0.0","Perimeter81_CL",
1 TenantId SourceSystem MG ManagementGroupName TimeGenerated Computer RawData emails_s enabled_b installation_installationId_g releasedBy_roleName_s role_displayName_s oldRole_displayName_s planName_s planId_s error_message_s amount_d vpnLocation_name_s account_tenantId_s account_name_s account_company_s installation_installationId_s oldPlan_planWeight_d oldPlan_name_s newPlan_planWeight_d newPlan_name_s user_tenantId_s user_email_s user_lastName_s user_firstName_s policy_name_s regions_s group_name_s networkName_s applicationName_s paymentInfo_s application_name_s application_type_s application_endpoint_s application_alias_cname_s idpName_s network_name_s network_dns_s geoPoint_accuracy_radius_d geoPoint_latitude_d geoPoint_longitude_d geoPoint_metro_code_d geoPoint_time_zone_s addressCountry_s event_eventName_s event_tenantId_s event_originalTenantId_s event_releasedFrom_tenantId_s event_releasedBy_email_s event_ip_s event_integrationIdentifier_s event_eventVersion_s releasedFrom_name_s releasedFrom_company_s releasedBy_tenantId_s releasedBy_lastName_s releasedBy_firstName_s integrationName_s eventName_s time_s tenantId_s originalTenantId_s releasedFrom_tenantId_s releasedBy_email_s ip_s integrationIdentifier_s eventVersion_s Type _ResourceId
2 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.432Z null 6ea4ed89-2e29-4c35-aecf-669518affecc MAX_SESSION_LIMIT_REACHED null null null null null null null customer1 customer1 customer1 Doe John api.activity.login.fail customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
3 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.433Z null null null null customer1 customer1@perimeter81.com Doe John null null null null customer1 customer1 customer1 Doe John api.activity.member.delete customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
4 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.305Z null null null null customer1 customer1@perimeter81.com Doe John John's Group null null null null customer1 customer1 customer1 Doe John api.activity.group.add.member customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
5 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.432Z null null null null customer1 customer1@perimeter81.com Doe John John's Group null null null null customer1 customer1 customer1 Doe John api.activity.group.delete.member customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
6 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.305Z null null null null LDAP Active Directory null null null null customer1 customer1 customer1 Doe John api.activity.idp.disable customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
7 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.305Z null null null null France null null null null customer1 customer1 customer1 Doe John api.activity.network.deploy.fail customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
8 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.431Z null null null null John's Group null null null null customer1 customer1 customer1 Doe John api.activity.group.delete customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
9 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.305Z null null null null France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.deploy customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
10 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.node.restart customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
11 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.432Z null null 50 Pro Monthly USD 30 Basic Monthly USD null null null null customer1 customer1 customer1 Doe John api.activity.plan.change customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
12 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null security-team-only null null null null customer1 customer1 customer1 Doe John api.activity.policy.delete customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
13 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.432Z null 6ea4ed89-2e29-4c35-aecf-669518affecc null null null null null null null customer1 customer1 customer1 Doe John api.activity.login.success customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
14 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.432Z null 1 null null null null null null customer1 customer1 customer1 Doe John api.activity.addon.gateway.delete customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
15 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.433Z null null France null null null null null null customer1 customer1 customer1 Doe John api.activity.vpn.auth customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
16 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.435Z null null null null LDAP null null null null customer1 customer1 customer1 Doe John api.activity.idp.create customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
17 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.433Z [ "janedoe1@perimeter81.com", "janedoe2@perimeter81.com" ] null null null null null null null null customer1 customer1 customer1 Doe John api.activity.member.invite customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
18 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.432Z null 2 null null null null null null customer1 customer1 customer1 Doe John api.activity.addon.user.delete customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
19 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.431Z null null null null John's Group null null null null customer1 customer1 customer1 Doe John api.activity.group.create customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
20 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.432Z null null null null John's Group France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.group.delete.network customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
21 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null SSH App ssh http://ssh-app.perimeter81.com ssh-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.add customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
22 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.435Z null null null null SSH App ssh http://ssh-app.perimeter81.com ssh-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.auth.success customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
23 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.destroy customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
24 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.433Z null null customer1 customer1 customer1 null null null null null null customer1 customer1 customer1 Doe John api.activity.msp.org.create customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
25 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.auth.success customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
26 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.remove customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
27 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.435Z null null null null null null null null customer1 customer1 customer1 Doe John Splunk api.activity.integration.disable customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 splunk 1.0.0 Perimeter81_CL
28 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.435Z null null null null null null null null customer1 customer1 customer1 Doe John AzureSentinel api.activity.integration.enable customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 azureSentinel 1.0.0 Perimeter81_CL
29 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null France RDP App null null null null customer1 customer1 customer1 Doe John api.activity.application.add.fail customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
30 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.435Z null null null null null null null null customer1 customer1 customer1 Doe John Splunk api.activity.integration.delete customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 splunk 1.0.0 Perimeter81_CL
31 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.435Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.session.stop customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
32 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.region.remove customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
33 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.435Z null null null null PayPal null null null null customer1 customer1 customer1 Doe John api.activity.payment.method.change customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
34 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.432Z null null null null John's Group France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.group.add.network customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
35 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.435Z null null null null null null null null customer1 customer1 customer1 Doe John AzureSentinel api.activity.integration.create customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 azureSentinel 1.0.0 Perimeter81_CL
36 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.435Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.auth.fail customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
37 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.435Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.session.start customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
38 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.node.add customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
39 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.433Z null null null null null null null null customer1 customer1 customer1 Doe John api.activity.password.change customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
40 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.432Z null Enterprise enterprise 1 null null null null null null customer1 customer1 customer1 Doe John api.activity.addon.user.buy customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
41 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.node.remove customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
42 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null security-team-only null null null null customer1 customer1 customer1 Doe John api.activity.policy.update customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
43 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.432Z null Enterprise enterprise 2 null null null null null null customer1 customer1 customer1 Doe John api.activity.addon.gateway.buy customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
44 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.433Z null Manager Manager null null null customer1 customer1@perimeter81.com Doe John null null null null customer1 customer1 customer1 Doe John api.activity.role.assign customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
45 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.tunnel.remove customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
46 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.433Z null null null null customer1 customer1@perimeter81.com Doe John null null null null customer1 customer1 customer1 Doe John api.activity.password.reset customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
47 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.433Z null VPN_LOCATION_NOT_FOUND null France null null null null null null customer1 customer1 customer1 Doe John api.activity.vpn.auth.fail customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
48 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.435Z null null null null LDAP null null null null customer1 customer1 customer1 Doe John api.activity.idp.delete customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
49 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.433Z null VPN_SERVER_NOT_FOUND null France null null null null null null customer1 customer1 customer1 Doe John api.activity.vpn.auth.fail customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
50 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.tunnel.add customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
51 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.433Z null null null null customer1 customer1@perimeter81.com Doe John null null null null customer1 customer1 customer1 Doe John api.activity.member.invite.accepted customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
52 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.update customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
53 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.tunnel.update customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
54 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null security-team-only null null null null customer1 customer1 customer1 Doe John api.activity.policy.add customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
55 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.region.add customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
56 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.643Z null null null null France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.destroy customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
57 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:30:05.434Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.add customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
58 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.43Z null null null null France null null null null customer1 customer1 customer1 Doe John api.activity.network.deploy.fail customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
59 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.643Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.tunnel.update customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
60 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.643Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.region.remove customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
61 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null security-team-only null null null null customer1 customer1 customer1 Doe John api.activity.policy.update customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
62 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null null null null null customer1 customer1 customer1 Doe John Splunk api.activity.integration.disable customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 splunk 1.0.0 Perimeter81_CL
63 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.643Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.tunnel.remove customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
64 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null Enterprise enterprise 1 null null null null null null customer1 customer1 customer1 Doe John api.activity.addon.user.buy customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
65 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null null null null null null null null customer1 customer1 customer1 Doe John api.activity.password.change customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
66 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:38:00.186Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.remove customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
67 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:38:04.683Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.auth.success customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
68 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:38:08.707Z null null null null SSH App ssh http://ssh-app.perimeter81.com ssh-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.auth.success customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
69 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:38:12.146Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.auth.fail customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
70 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:38:16.652Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.session.start customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
71 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:38:29.466Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.session.stop customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
72 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:39:37.844Z null null null null SSH App ssh http://ssh-app.perimeter81.com ssh-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe Johnson api.activity.application.session.start customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
73 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:41:44.462Z null 6ea4ed89-2e29-4c35-aecf-669518affecc MAX_SESSION_LIMIT_REACHED null null null null null null null customer1 customer1 customer1 Doe John api.activity.login.fail customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
74 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.43Z null null null null LDAP Active Directory null null null null customer1 customer1 customer1 Doe John api.activity.idp.disable customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
75 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null 1 null null null null null null customer1 customer1 customer1 Doe John api.activity.addon.gateway.delete customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
76 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null null null null customer1 customer1@perimeter81.com Doe John null null null null customer1 customer1 customer1 Doe John api.activity.member.delete customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
77 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null null null null customer1 customer1@perimeter81.com Doe John John's Group null null null null customer1 customer1 customer1 Doe John api.activity.group.delete.member customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
78 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null Manager Manager null null null customer1 customer1@perimeter81.com Doe John null null null null customer1 customer1 customer1 Doe John api.activity.role.assign customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
79 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null security-team-only null null null null customer1 customer1 customer1 Doe John api.activity.policy.add customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
80 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.48Z null null null null John's Group null null null null customer1 customer1 customer1 Doe John api.activity.group.create customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
81 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null null null null John's Group France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.group.delete.network customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
82 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null null France null null null null null null customer1 customer1 customer1 Doe John api.activity.vpn.auth customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
83 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null null null null John's Group France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.group.add.network customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
84 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.43Z null null null null France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.deploy customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
85 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.643Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.node.remove customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
86 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.remove customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
87 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.43Z null null null null customer1 customer1@perimeter81.com Doe John John's Group null null null null customer1 customer1 customer1 Doe John api.activity.group.add.member customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
88 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null Enterprise enterprise 2 null null null null null null customer1 customer1 customer1 Doe John api.activity.addon.gateway.buy customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
89 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null null null null customer1 customer1@perimeter81.com Doe John null null null null customer1 customer1 customer1 Doe John api.activity.password.reset customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
90 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.auth.fail customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
91 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.643Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.node.restart customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
92 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.643Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.region.add customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
93 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.643Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.node.add customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
94 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null LDAP null null null null customer1 customer1 customer1 Doe John api.activity.idp.delete customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
95 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null null null null null customer1 customer1 customer1 Doe John AzureSentinel api.activity.integration.create customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 azureSentinel 1.0.0 Perimeter81_CL
96 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null PayPal null null null null customer1 customer1 customer1 Doe John api.activity.payment.method.change customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
97 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null null null null null customer1 customer1 customer1 Doe John AzureSentinel api.activity.integration.enable customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 azureSentinel 1.0.0 Perimeter81_CL
98 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null null null null John's Group null null null null customer1 customer1 customer1 Doe John api.activity.group.delete customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
99 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.session.stop customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
100 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null null null null customer1 customer1@perimeter81.com Doe John null null null null customer1 customer1 customer1 Doe John api.activity.member.invite.accepted customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
101 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null null customer1 customer1 customer1 null null null null null null customer1 customer1 customer1 Doe John api.activity.msp.org.create customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
102 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.session.start customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
103 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null VPN_SERVER_NOT_FOUND null France null null null null null null customer1 customer1 customer1 Doe John api.activity.vpn.auth.fail customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
104 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null France RDP App null null null null customer1 customer1 customer1 Doe John api.activity.application.add.fail customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
105 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null VPN_LOCATION_NOT_FOUND null France null null null null null null customer1 customer1 customer1 Doe John api.activity.vpn.auth.fail customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
106 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z [ "janedoe1@perimeter81.com", "janedoe2@perimeter81.com" ] null null null null null null null null customer1 customer1 customer1 Doe John api.activity.member.invite customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
107 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null SSH App ssh http://ssh-app.perimeter81.com ssh-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.add customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
108 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null LDAP null null null null customer1 customer1 customer1 Doe John api.activity.idp.create customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
109 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.auth.success customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
110 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null 6ea4ed89-2e29-4c35-aecf-669518affecc null null null null null null null customer1 customer1 customer1 Doe John api.activity.login.success customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
111 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.643Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.tunnel.add customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
112 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null null 50 Pro Monthly USD 30 Basic Monthly USD null null null null customer1 customer1 customer1 Doe John api.activity.plan.change customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
113 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.update customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
114 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null security-team-only null null null null customer1 customer1 customer1 Doe John api.activity.policy.delete customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
115 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.add customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
116 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null null null null null customer1 customer1 customer1 Doe John Splunk api.activity.integration.delete customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 splunk 1.0.0 Perimeter81_CL
117 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.644Z null null null null SSH App ssh http://ssh-app.perimeter81.com ssh-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.auth.success customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
118 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null 6ea4ed89-2e29-4c35-aecf-669518affecc MAX_SESSION_LIMIT_REACHED null null null null null null null customer1 customer1 customer1 Doe John api.activity.login.fail customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
119 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:34:49.481Z null 2 null null null null null null customer1 customer1 customer1 Doe John api.activity.addon.user.delete customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
120 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T08:42:08.998Z null 6ea4ed89-2e29-4c35-aecf-669518affecc MAX_SESSION_LIMIT_REACHED null null null null null null null customer1 customer1 customer1 Doe John api.activity.login.fail customer1 customer1 customer1 customer1@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
121 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.105Z null null null null LDAP Active Directory null null null null customer1 customer1 customer1 Doe John api.activity.idp.disable customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
122 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.11Z null null null null France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.deploy customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
123 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.234Z null null null null John's Group France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.group.add.network customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
124 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.234Z null null null null customer1 customer2@perimeter81.com Doe John John's Group null null null null customer1 customer1 customer1 Doe John api.activity.group.add.member customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
125 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null PayPal null null null null customer1 customer1 customer1 Doe John api.activity.payment.method.change customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
126 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.234Z null null 50 Pro Monthly USD 30 Basic Monthly USD null null null null customer1 customer1 customer1 Doe John api.activity.plan.change customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
127 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.node.restart customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
128 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.auth.fail customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
129 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.region.add customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
130 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null 6ea4ed89-2e29-4c35-aecf-669518affecc null null null null null null null customer1 customer1 customer1 Doe John api.activity.login.success customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
131 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.session.stop customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
132 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.234Z null null null null John's Group null null null null customer1 customer1 customer1 Doe John api.activity.group.create customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
133 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null null null null customer1 customer2@perimeter81.com Doe John null null null null customer1 customer1 customer1 Doe John api.activity.member.delete customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
134 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null null France null null null null null null customer1 customer1 customer1 Doe John api.activity.vpn.auth customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
135 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z [ "janedoe1@perimeter81.com", "janedoe2@perimeter81.com" ] null null null null null null null null customer1 customer1 customer1 Doe John api.activity.member.invite customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
136 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null null null null null customer1 customer1 customer1 Doe John Splunk api.activity.integration.delete customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 splunk 1.0.0 Perimeter81_CL
137 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null LDAP null null null null customer1 customer1 customer1 Doe John api.activity.idp.create customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
138 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null security-team-only null null null null customer1 customer1 customer1 Doe John api.activity.policy.add customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
139 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.auth.success customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
140 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.remove customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
141 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.node.remove customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
142 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null null null null null customer1 customer1 customer1 Doe John AzureSentinel api.activity.integration.create customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 azureSentinel 1.0.0 Perimeter81_CL
143 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.tunnel.update customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
144 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null 6ea4ed89-2e29-4c35-aecf-669518affecc MAX_SESSION_LIMIT_REACHED null null null null null null null customer1 customer1 customer1 Doe John api.activity.login.fail customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
145 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.add customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
146 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null null null null null null null null customer1 customer1 customer1 Doe John api.activity.password.change customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
147 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null null null null France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.destroy customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
148 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.update customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
149 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null 6ea4ed89-2e29-4c35-aecf-669518affecc LICENSE_EXPIRED null null null null null null null customer1 customer1 customer1 Doe John api.activity.login.fail customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
150 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null SSH App ssh http://ssh-app.perimeter81.com ssh-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.add customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
151 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null SSH App ssh http://ssh-app.perimeter81.com ssh-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.auth.success customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
152 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null LDAP null null null null customer1 customer1 customer1 Doe John api.activity.idp.delete customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
153 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.234Z null null null null customer1 customer2@perimeter81.com Doe John John's Group null null null null customer1 customer1 customer1 Doe John api.activity.group.delete.member customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
154 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.node.add customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
155 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null security-team-only null null null null customer1 customer1 customer1 Doe John api.activity.policy.delete customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
156 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null null null null null customer1 customer1 customer1 Doe John AzureSentinel api.activity.integration.enable customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 azureSentinel 1.0.0 Perimeter81_CL
157 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.region.remove customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
158 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null null null null null customer1 customer1 customer1 Doe John Splunk api.activity.integration.disable customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 splunk 1.0.0 Perimeter81_CL
159 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.tunnel.remove customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
160 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null France RDP App null null null null customer1 customer1 customer1 Doe John api.activity.application.add.fail customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
161 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null VPN_SERVER_NOT_FOUND null France null null null null null null customer1 customer1 customer1 Doe John api.activity.vpn.auth.fail customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
162 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null null null null customer1 customer2@perimeter81.com Doe John null null null null customer1 customer1 customer1 Doe John api.activity.password.reset customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
163 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null security-team-only null null null null customer1 customer1 customer1 Doe John api.activity.policy.update customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
164 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.234Z null null null null John's Group France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.group.delete.network customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
165 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null 2 null null null null null null customer1 customer1 customer1 Doe John api.activity.addon.user.delete customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
166 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null null customer1 customer1 customer1 null null null null null null customer1 customer1 customer1 Doe John api.activity.msp.org.create customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
167 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null null null null customer1 customer2@perimeter81.com Doe John null null null null customer1 customer1 customer1 Doe John api.activity.member.invite.accepted customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
168 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.234Z null null null null France null null null null customer1 customer1 customer1 Doe John api.activity.network.deploy.fail customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
169 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null 1 null null null null null null customer1 customer1 customer1 Doe John api.activity.addon.gateway.delete customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
170 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null Enterprise enterprise 2 null null null null null null customer1 customer1 customer1 Doe John api.activity.addon.gateway.buy customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
171 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.234Z null null null null John's Group null null null null customer1 customer1 customer1 Doe John api.activity.group.delete customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
172 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null Manager Manager null null null customer1 customer2@perimeter81.com Doe John null null null null customer1 customer1 customer1 Doe John api.activity.role.assign customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
173 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null VPN_LOCATION_NOT_FOUND null France null null null null null null customer1 customer1 customer1 Doe John api.activity.vpn.auth.fail customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
174 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.234Z null Enterprise enterprise 1 null null null null null null customer1 customer1 customer1 Doe John api.activity.addon.user.buy customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
175 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.235Z null null null null [ { "name": "Europe" } ] France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.network.tunnel.add customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL
176 92746b82-1996-41c3-8693-764cecea56c0 RestAPI 2020-05-03T06:54:03.236Z null null null null RDP App rdp http://rdp-app.perimeter81.com rdp-app.perimeter81.com France fr1.sx.safersoftware.net null null null null customer1 customer1 customer1 Doe John api.activity.application.session.start customer1 customer1 customer1 customer2@perimeter81.com 127.0.0.1 1.0.0 Perimeter81_CL

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

После

Ширина:  |  Высота:  |  Размер: 5.7 KiB

Двоичные данные
Workbooks/Images/Preview/Perimeter81OverviewBlack1.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 86 KiB

Двоичные данные
Workbooks/Images/Preview/Perimeter81OverviewBlack2.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 52 KiB

Двоичные данные
Workbooks/Images/Preview/Perimeter81OverviewWhite1.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 85 KiB

Двоичные данные
Workbooks/Images/Preview/Perimeter81OverviewWhite2.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 51 KiB

Просмотреть файл

@ -0,0 +1,356 @@
{
"version": "Notebook/1.0",
"items": [
{
"type": 3,
"content": {
"version": "KqlItem/1.0",
"query": "Perimeter81_CL \n| where eventName_s == \"api.activity.login.fail\"\n| summarize count(releasedBy_email_s) by ip_s, releasedBy_email_s\n| project LoginFailures=count_releasedBy_email_s, Email=releasedBy_email_s, IP=ip_s\n| top 10 by LoginFailures desc nulls last\n| render columnchart kind=stacked",
"size": 0,
"title": "Top 10 Login Failures by Email (last 24 hours)",
"timeContext": {
"durationMs": 86400000
},
"queryType": 0,
"resourceType": "microsoft.operationalinsights/workspaces",
"visualization": "categoricalbar",
"gridSettings": {
"sortBy": [
{
"itemKey": "Email",
"sortOrder": 2
}
]
},
"sortBy": [
{
"itemKey": "Email",
"sortOrder": 2
}
],
"tileSettings": {
"showBorder": false,
"titleContent": {
"columnMatch": "Email",
"formatter": 1
},
"leftContent": {
"columnMatch": "LoginFailures",
"formatter": 12,
"formatOptions": {
"palette": "auto"
},
"numberFormat": {
"unit": 17,
"options": {
"maximumSignificantDigits": 3,
"maximumFractionDigits": 2
}
}
}
},
"graphSettings": {
"type": 0,
"topContent": {
"columnMatch": "Email",
"formatter": 1
},
"centerContent": {
"columnMatch": "LoginFailures",
"formatter": 1,
"numberFormat": {
"unit": 17,
"options": {
"maximumSignificantDigits": 3,
"maximumFractionDigits": 2
}
}
}
},
"chartSettings": {},
"mapSettings": {
"locInfo": "LatLong",
"sizeSettings": "LoginFailures",
"sizeAggregation": "Sum",
"legendMetric": "LoginFailures",
"legendAggregation": "Sum",
"itemColorSettings": {
"type": "heatmap",
"colorAggregation": "Sum",
"nodeColorField": "LoginFailures",
"heatmapPalette": "greenRed"
}
}
},
"customWidth": "50",
"name": "LoginFailures - By Email"
},
{
"type": 3,
"content": {
"version": "KqlItem/1.0",
"query": "Perimeter81_CL \n| where eventName_s == \"api.activity.login.fail\"\n| summarize LoginFailures=count() by Name=strcat(releasedBy_firstName_s, \" \", releasedBy_lastName_s)\n| top 10 by LoginFailures desc nulls last\n| render columnchart kind=stacked\n\n\n",
"size": 0,
"title": "Top 10 Login Failures by Name (last 24 hours)",
"timeContext": {
"durationMs": 86400000
},
"queryType": 0,
"resourceType": "microsoft.operationalinsights/workspaces",
"visualization": "barchart",
"sortBy": [],
"tileSettings": {
"showBorder": false,
"titleContent": {
"columnMatch": "Email",
"formatter": 1
},
"leftContent": {
"columnMatch": "LoginFailures",
"formatter": 12,
"formatOptions": {
"palette": "auto"
},
"numberFormat": {
"unit": 17,
"options": {
"maximumSignificantDigits": 3,
"maximumFractionDigits": 2
}
}
}
},
"graphSettings": {
"type": 0,
"topContent": {
"columnMatch": "Email",
"formatter": 1
},
"centerContent": {
"columnMatch": "LoginFailures",
"formatter": 1,
"numberFormat": {
"unit": 17,
"options": {
"maximumSignificantDigits": 3,
"maximumFractionDigits": 2
}
}
}
},
"chartSettings": {},
"mapSettings": {
"locInfo": "LatLong",
"sizeSettings": "LoginFailures",
"sizeAggregation": "Sum",
"legendMetric": "LoginFailures",
"legendAggregation": "Sum",
"itemColorSettings": {
"type": "heatmap",
"colorAggregation": "Sum",
"nodeColorField": "LoginFailures",
"heatmapPalette": "greenRed"
}
}
},
"customWidth": "50",
"name": "LoginFailures - By Name"
},
{
"type": 3,
"content": {
"version": "KqlItem/1.0",
"query": "Perimeter81_CL \n| where eventName_s == \"api.activity.application.session.start\"\n| summarize count() by application_name_s\n| project SessionStart=count_, App=application_name_s\n| top 10 by SessionStart desc nulls last",
"size": 0,
"title": "Top 10 Applications (by session start, last 24 hours)",
"timeContext": {
"durationMs": 86400000
},
"queryType": 0,
"resourceType": "microsoft.operationalinsights/workspaces",
"visualization": "piechart",
"gridSettings": {
"sortBy": [
{
"itemKey": "Email",
"sortOrder": 2
}
]
},
"sortBy": [
{
"itemKey": "Email",
"sortOrder": 2
}
],
"tileSettings": {
"showBorder": false,
"titleContent": {
"columnMatch": "Email",
"formatter": 1
},
"leftContent": {
"columnMatch": "LoginFailures",
"formatter": 12,
"formatOptions": {
"palette": "auto"
},
"numberFormat": {
"unit": 17,
"options": {
"maximumSignificantDigits": 3,
"maximumFractionDigits": 2
}
}
}
},
"graphSettings": {
"type": 0,
"topContent": {
"columnMatch": "Email",
"formatter": 1
},
"centerContent": {
"columnMatch": "LoginFailures",
"formatter": 1,
"numberFormat": {
"unit": 17,
"options": {
"maximumSignificantDigits": 3,
"maximumFractionDigits": 2
}
}
}
},
"chartSettings": {},
"mapSettings": {
"locInfo": "LatLong",
"sizeSettings": "LoginFailures",
"sizeAggregation": "Sum",
"legendMetric": "LoginFailures",
"legendAggregation": "Sum",
"itemColorSettings": {
"type": "heatmap",
"colorAggregation": "Sum",
"nodeColorField": "LoginFailures",
"heatmapPalette": "greenRed"
}
}
},
"customWidth": "50",
"name": "ApplicationSessionStart"
},
{
"type": 3,
"content": {
"version": "KqlItem/1.0",
"query": "Perimeter81_CL \n| where eventName_s == \"api.activity.vpn.auth\"\n| summarize count() by vpnLocation_name_s\n| project SessionStart=count_, Network=vpnLocation_name_s\n| top 10 by SessionStart desc nulls last",
"size": 0,
"title": "Top 10 Networks (by auth, last 24 hours)",
"timeContext": {
"durationMs": 86400000
},
"queryType": 0,
"resourceType": "microsoft.operationalinsights/workspaces",
"visualization": "piechart",
"gridSettings": {
"sortBy": [
{
"itemKey": "Email",
"sortOrder": 2
}
]
},
"sortBy": [
{
"itemKey": "Email",
"sortOrder": 2
}
],
"tileSettings": {
"showBorder": false,
"titleContent": {
"columnMatch": "Email",
"formatter": 1
},
"leftContent": {
"columnMatch": "LoginFailures",
"formatter": 12,
"formatOptions": {
"palette": "auto"
},
"numberFormat": {
"unit": 17,
"options": {
"maximumSignificantDigits": 3,
"maximumFractionDigits": 2
}
}
}
},
"graphSettings": {
"type": 0,
"topContent": {
"columnMatch": "Email",
"formatter": 1
},
"centerContent": {
"columnMatch": "LoginFailures",
"formatter": 1,
"numberFormat": {
"unit": 17,
"options": {
"maximumSignificantDigits": 3,
"maximumFractionDigits": 2
}
}
}
},
"chartSettings": {},
"mapSettings": {
"locInfo": "LatLong",
"sizeSettings": "LoginFailures",
"sizeAggregation": "Sum",
"legendMetric": "LoginFailures",
"legendAggregation": "Sum",
"itemColorSettings": {
"type": "heatmap",
"colorAggregation": "Sum",
"nodeColorField": "LoginFailures",
"heatmapPalette": "greenRed"
}
}
},
"customWidth": "50",
"name": "NetworkAuth"
},
{
"type": 3,
"content": {
"version": "KqlItem/1.0",
"query": "let starttime = 14d;\nlet endtime = 0d;\nlet timeframe = 1h;\nlet TimeSeriesData =\nPerimeter81_CL\n| where eventName_s == \"api.activity.vpn.auth\"\n| where TimeGenerated between (startofday(ago(starttime))..startofday(ago(endtime)))\n| project TimeGenerated, Network=vpnLocation_name_s \n| make-series Total=count() on TimeGenerated from ago(starttime) to ago(endtime) step timeframe by Network;\nTimeSeriesData\n| render timechart ",
"size": 0,
"title": "Network Connections over time (last 14 days)",
"queryType": 0,
"resourceType": "microsoft.operationalinsights/workspaces"
},
"customWidth": "50",
"name": "NetworkUsage"
},
{
"type": 3,
"content": {
"version": "KqlItem/1.0",
"query": "let starttime = 14d;\nlet endtime = 0d;\nlet timeframe = 1h;\nlet TimeSeriesData =\nPerimeter81_CL\n| where eventName_s == \"api.activity.application.session.start\"\n| where TimeGenerated between (startofday(ago(starttime))..startofday(ago(endtime)))\n| project TimeGenerated, Application=application_name_s \n| make-series Total=count() on TimeGenerated from ago(starttime) to ago(endtime) step timeframe by Application;\nTimeSeriesData\n| render timechart ",
"size": 0,
"title": "Application Connections over time (last 14 days)",
"queryType": 0,
"resourceType": "microsoft.operationalinsights/workspaces"
},
"customWidth": "50",
"name": "ApplicationUsage"
}
],
"fromTemplateId": "sentinel-Perimeter81OverviewWorkbook",
"$schema": "https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json"
}

Просмотреть файл

@ -583,7 +583,7 @@
"templateRelativePath": "ForcepointDLP.json",
"subtitle": "",
"provider": "Forcepoint"
},
},
{
"workbookKey": "ZimperiumMTDWorkbook",
"logoFileName": "ZIMPERIUM-logo_square2.svg",
@ -661,6 +661,18 @@
"templateRelativePath": "AIVectraDetectWorkbook.json",
"subtitle": "",
"provider": "Vectra AI"
},
{
"workbookKey": "Perimeter81OverviewWorkbook",
"logoFileName": "Perimeter81_Logo.svg",
"description": "Gain insights and comprehensive monitoring into your Perimeter 81 account by analyzing activities.",
"dataTypesDependencies": [ "Perimeter81_CL" ],
"dataConnectorsDependencies": [ "Perimeter81ActivityLogs" ],
"previewImagesFileNames": [ "Perimeter81OverviewWhite1.png", "Perimeter81OverviewBlack1.png", "Perimeter81OverviewWhite2.png", "Perimeter81OverviewBlack2.png" ],
"version": "1.0",
"title": "Perimeter 81 Overview",
"templateRelativePath": "Perimeter81OverviewWorkbook.json",
"subtitle": "",
"provider": "Perimeter 81"
}
]