Merge pull request #473 from Dlo-Bagari/master

Added Forcepoint CASB.json, Forcepoint CASB.csv and FP_Green_EMBLEM_R…
This commit is contained in:
Preeti Krishna 2020-02-10 21:32:25 -08:00 коммит произвёл GitHub
Родитель 10ec3b4b5e 882eed8e57
Коммит 9f73087684
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 117 добавлений и 0 удалений

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

@ -0,0 +1,112 @@
{
"id": "Forcepoint",
"title": "Forcepoint CASB (Preview)",
"publisher": "Forcepoint CASB",
"descriptionMarkdown": "The Forcepoint CASB (Cloud Access Security Broker) Connector allows you to automatically export CASB logs and events into Azure Sentinel in real-time. This enriches visibility into user activities across locations and cloud applications, enables further correlation with data from Azure workloads and other feeds, and improves monitoring capability with Workbooks inside Azure Sentinel.",
"graphQueries": [
{
"metricName": "Total data received",
"legend": "CommonSecurityLog",
"baseQuery": "\nCommonSecurityLog\n| where DeviceVendor == \"Forcepoint CASB\"\n"
}
],
"sampleQueries": [
{
"description" : "Top 5 Users With The Highest Number Of Logs",
"query": "CommonSecurityLog \n| summarize Count = count() by DestinationUserName\n| top 5 by DestinationUserName\n| render barchart"
},
{
"description" : "Top 5 Users by Number of Failed Attempts ",
"query": "CommonSecurityLog \n| extend outcome = split(split(AdditionalExtensions, \";\", 2)[0], \"=\", 1)[0]\n| extend reason = split(split(AdditionalExtensions, \";\", 3)[0], \"=\", 1)[0]\n| where outcome ==\"Failure\"\n| summarize Count= count() by DestinationUserName\n| render barchart"
}
],
"dataTypes": [
{
"name": "CommonSecurityLog (ForcepointCASB)",
"lastDataReceivedQuery": "\nCommonSecurityLog\n| where DeviceVendor == \"Forcepoint CASB\"\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)"
}
],
"connectivityCriterias": [
{
"type": "IsConnectedQuery",
"value": [
"\nCommonSecurityLog\n| where DeviceVendor == \"Forcepoint CASB\"\n | summarize LastLogReceived = max(TimeGenerated)\n | project IsConnected = LastLogReceived > ago(30d)"
]
}
],
"availability": {
"status": 1,
"isPreview": true
},
"permissions": {
"resourceProvider": [
{
"provider": "Microsoft.OperationalInsights/workspaces",
"permissionsDisplayText": "read and write permissions are required.",
"providerDisplayName": "Workspace",
"scope": "Workspace",
"requiredPermissions": {
"read": true,
"write": true,
"delete": true
}
}
]
},
"instructionSteps": [
{
"title": "1. Linux Syslog agent configuration",
"description": "Install and configure the Linux agent to collect your Common Event Format (CEF) Syslog messages and forward them to Azure Sentinel.\n\n> Notice that the data from all regions will be stored in the selected workspace",
"innerSteps": [
{
"title": "1.1 Select or create a Linux machine",
"description": "Select or create a Linux machine that Azure Sentinel will use as the proxy between your security solution and Azure Sentinel. This machine can be on your on-prem environment, Azure or other clouds."
},
{
"title": "1.2 Install the CEF collector on the Linux machine",
"description": "Install the Microsoft Monitoring Agent on your Linux machine and configure the machine to listen on the necessary port and forward messages to your Azure Sentinel workspace. The CEF collector colects CEF messages on port 514 TCP.\n\n> 1. Make sure that you have Python on your machine using the following command: python -version \n> 2. You must have elevated permissions (sudo) on your machine.",
"instructions": [
{
"parameters": {
"fillWith": [
"WorkspaceId",
"PrimaryKey"
],
"label": "Run the following command to install and apply the CEF collector:",
"value": "sudo wget https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py&&sudo python cef_installer.py {0} {1}"
},
"type": "CopyableLabel"
}
]
}
]
},
{
"title": "2. Forward Common Event Format (CEF) logs to Syslog agent",
"description": "Set your security solution to send Syslog messages in CEF format to the proxy machine. Make sure you to send the logs to port 514 TCP on the machine's IP address."
},
{
"title": "3. Validate connection",
"description": "Follow the instructions to validate your connectivity:\n\nOpen Log Analytics to check if the logs are received using the CommonSecurityLog schema.\n\n>It may take about 20 minutes until the connection streams data to your workspace.\n\nIf the logs are not received, run the following connectivity validation script:\n\n> 1. Make sure that you have Python on your machine using the following command: python -version \n \n>2. You must have elevated permissions (sudo) on your machine",
"instructions": [
{
"parameters": {
"fillWith": [
"WorkspaceId"
],
"label": "Run the following command to validate your connectivity:",
"value": "sudo wget https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py&&sudo python cef_troubleshoot.py {0}"
},
"type": "CopyableLabel"
}
]
},
{
"title": "4. Secure your machine ",
"description": "Make sure to configure the machine's security according to your organization's security policy\n\n\n[Learn more >](https://aka.ms/SecureCEF)"
},
{ "title": "5. Forcepoint integration installation guide ",
"description": "To complete the installation of this Forcepoint product integration, follow the guide linked below.\n\n[Installation Guide >](https://aka.ms/forcepointcasbdcconfig)"
}
]
}

0
Logos/FP_Green_Emblem_RGB-01.svg Normal file → Executable file
Просмотреть файл

До

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

После

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

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

@ -0,0 +1,5 @@
TenantId,SourceSystem,TimeGenerated,ReceiptTime,DeviceVendor,DeviceProduct,DeviceEventClassID,LogSeverity,OriginalLogSeverity,DeviceAction,SimplifiedDeviceAction,Computer,CommunicationDirection,DeviceFacility,DestinationPort,DestinationIP,DeviceAddress,DeviceName,Message,Protocol,SourcePort,SourceIP,RemoteIP,RemotePort,MaliciousIP,ThreatSeverity,IndicatorThreatType,ThreatDescription,ThreatConfidence,ReportReferenceLink,MaliciousIPLongitude,MaliciousIPLatitude,MaliciousIPCountry,DeviceVersion,Activity,ApplicationProtocol,EventCount,DestinationDnsDomain,DestinationServiceName,DestinationTranslatedAddress,DestinationTranslatedPort,DeviceDnsDomain,DeviceExternalID,DeviceInboundInterface,DeviceNtDomain,DeviceOutboundInterface,DevicePayloadId,ProcessName,DeviceTranslatedAddress,DestinationHostName,DestinationMACAddress,DestinationNTDomain,DestinationProcessId,DestinationUserPrivileges,DestinationProcessName,DeviceTimeZone,DestinationUserID,DestinationUserName,DeviceMacAddress,ProcessID,ExternalID,FileCreateTime,FileHash,FileID,FileModificationTime,FilePath,FilePermission,FileType,FileName,FileSize,ReceivedBytes,OldFileCreateTime,OldFileHash,OldFileID,OldFileModificationTime,OldFileName,OldFilePath,OldFilePermission,OldFileSize,OldFileType,SentBytes,RequestURL,RequestClientApplication,RequestContext,RequestCookies,RequestMethod,SourceHostName,SourceMACAddress,SourceNTDomain,SourceDnsDomain,SourceServiceName,SourceTranslatedAddress,SourceTranslatedPort,SourceProcessId,SourceUserPrivileges,SourceProcessName,SourceUserID,SourceUserName,EventType,DeviceCustomIPv6Address1,DeviceCustomIPv6Address1Label,DeviceCustomIPv6Address2,DeviceCustomIPv6Address2Label,DeviceCustomIPv6Address3,DeviceCustomIPv6Address3Label,DeviceCustomIPv6Address4,DeviceCustomIPv6Address4Label,DeviceCustomFloatingPoint1,DeviceCustomFloatingPoint1Label,DeviceCustomFloatingPoint2,DeviceCustomFloatingPoint2Label,DeviceCustomFloatingPoint3,DeviceCustomFloatingPoint3Label,DeviceCustomFloatingPoint4,DeviceCustomFloatingPoint4Label,DeviceCustomNumber1,DeviceCustomNumber1Label,DeviceCustomNumber2,DeviceCustomNumber2Label,DeviceCustomNumber3,DeviceCustomNumber3Label,DeviceCustomString1,DeviceCustomString1Label,DeviceCustomString2,DeviceCustomString2Label,DeviceCustomString3,DeviceCustomString3Label,DeviceCustomString4,DeviceCustomString4Label,DeviceCustomString5,DeviceCustomString5Label,DeviceCustomString6,DeviceCustomString6Label,DeviceCustomDate1,DeviceCustomDate1Label,DeviceCustomDate2,DeviceCustomDate2Label,FlexDate1,FlexDate1Label,FlexNumber1,FlexNumber1Label,FlexNumber2,FlexNumber2Label,FlexString1,FlexString1Label,FlexString2,FlexString2Label,AdditionalExtensions,StartTime,EndTime,Type,_ResourceId,,,,,,,,,,
00000000-0000-0000-0000-000000000000,OpsManager,2020-02-06T09:26:24.94Z,1580980000000,Forcepoint CASB,Cloud Service Monitoring,55022487063,8,,Monitor,Monitor,,,FALSE,null,0.0.0.0,10.1.2.12,my.skyfence.com,//Unknown/Unknown/,,null,52.9.67.149,,,,null,,,,,null,null,,1,Alert,,null,,G Suite oneRSU,,null,,,,,,,Files,,,,,null,User,Unknown,,,user3@onersu.net,,null,0,,,,,,,,,0,null,,,,,,,,null,,null,,"Unknown/Unknown/""""",,,,,,,,Unmanaged,,null,null,,,, ,null,,,,,,,,,null,,null,,null,,null,,null,,null,,null,,,,,,,,user3@onersu.net,,FALSE,,,,,,,,,,null,,null,,"Document: Julia_visa-111.txt, ID: 1zzQHfGOolQKPl3BhkPxxcB6jqN2Cdgg1",,UNSHARE_ALL,,cat=/API-based Activities,end=1580980527000,outcome=Success,reason=upload,start=1580980527000,AD.ThreatRadarCategory=,AD.TORNetworks=,AD.MaliciousIPs=,AD.AnonymousProxies=,AD.IPChain=,AD.IPOrigin=Unknown,AD.samAccountName=user1@onersu.net,null,null,CommonSecurityLog
00000000-0000-0000-0000-000000000000,OpsManager,2020-02-06T10:24:59.467Z,,Forcepoint CASB,SaaS Security Gateway,104660000000,0,,Block,Block,,,TRUE,null,40.90.137.124,10.1.1.11,my.skyfence.com,//France/United States,Office Apps,null,,,,,null,,,,,null,null,,1,Activity,Office Apps,null,,Office365,,null,,a7d39ec98f8fe859a0802fd689c772f188e46072b8fd213e9b73625cbb563b85,,,,,,,,,,null,User,,,,iqunghuigilh@mcrt.com,,null,null,,,,,,,,,-1,null,,,,,,,,null,,null,https://login.live.com/rst...,,,,,,,,,,,null,null,,,,,null,,,,,,,,,null,,null,,null,,null,,null,,null,,null,,Block Access to personal Office365,,,,,,,,,,,,,,,,,,null,,null,,,,,,cat=Normal Activity,end=1580984363000,outcome=Success,reason=login,null,null,CommonSecurityLog,,,,,,,,
00000000-0000-0000-0000-000000000000,OpsManager,2020-02-06T09:16:27.053Z,1573804384,Forcepoint CASB,CASB Admin audit log,4878380000000000,0,,Monitor,Monitor,,,TRUE,null,52.52.39.146,10.1.1.11,my.skyfence.com,//United Kingdom/United States,Skyfence,null,127.255.255.255,,,,null,,,,,null,null,,1,Activity,Skyfence,null,,,,null,,5c1e09157da8ec87c6d6a68f10c15bd8523c5d7ce2cfc03d48ebfa7568e4097f,,,,,,,,,,null,User,Unknown,,,stodmin@irnet.com.com,,null,null,,,,,,,,,0,null,,,,,,,,null,,null,https://my.skyfence.com/cm/j_spring_security_check,"Desktop/Windows 10/""mozilla/5.0 (windows nt 10.0 win64 x64) applewebkit/537.36 (khtml, like gecko) chrome/78.0.3904.97 safari/537.36""",,,,,,,,Unmanaged,,null,null,,,, ,null,,,,,,,,,null,,null,,null,,null,,null,,null,,null,,,,,,,,stodmin@irnet.com.com,,FALSE,,,,,,,,,,null,,null,,,,,,cat=Normal Activity,end=1573804384,outcome=Failure,reason=login,start=1573804384,AD.ThreatRadarCategory=,AD.TORNetworks=,AD.MaliciousIPs=,AD.AnonymousProxies=,AD.IPChain=176.27.111.202,AD.IPOrigin=External AD.samA,null,null,CommonSecurityLog,
00000000-0000-0000-0000-000000000000,OpsManager,2020-02-05T11:36:51.72Z,,Forcepoint CASB,SaaS Security Gateway,439664000000,8,,Block,Block,,,TRUE,null,40.90.22.191,10.1.1.11,my.skyfence.com,//Canada/United States/,Office Apps,null,,,,,null,,,,,null,null,,1,Alert,Office Apps,null,,Office365,,null,,a7d39ec98f8fe859a0802fd689c772f188e46072b8fd213e9b73625cbb563b85,,,,,,,,,,null,User,,,,iqunghuigilh@mcrt.com,,null,null,,,,,,,,,0,null,,,,,,,,null,,null,https://login.live.com/rst...,,,,,,,,,,,null,null,,,,,null,,,,,,,,,null,,null,,null,,null,,null,,null,,null,,,,,,,,,,,,,,,,,,,,null,,null,,,,,,cat=Client Locations/Not Allowed Client Locations,end=1576951001000,outcome=Success,reason=login,null,null,CommonSecurityLog,,,,,,,,
1 TenantId SourceSystem TimeGenerated ReceiptTime DeviceVendor DeviceProduct DeviceEventClassID LogSeverity OriginalLogSeverity DeviceAction SimplifiedDeviceAction Computer CommunicationDirection DeviceFacility DestinationPort DestinationIP DeviceAddress DeviceName Message Protocol SourcePort SourceIP RemoteIP RemotePort MaliciousIP ThreatSeverity IndicatorThreatType ThreatDescription ThreatConfidence ReportReferenceLink MaliciousIPLongitude MaliciousIPLatitude MaliciousIPCountry DeviceVersion Activity ApplicationProtocol EventCount DestinationDnsDomain DestinationServiceName DestinationTranslatedAddress DestinationTranslatedPort DeviceDnsDomain DeviceExternalID DeviceInboundInterface DeviceNtDomain DeviceOutboundInterface DevicePayloadId ProcessName DeviceTranslatedAddress DestinationHostName DestinationMACAddress DestinationNTDomain DestinationProcessId DestinationUserPrivileges DestinationProcessName DeviceTimeZone DestinationUserID DestinationUserName DeviceMacAddress ProcessID ExternalID FileCreateTime FileHash FileID FileModificationTime FilePath FilePermission FileType FileName FileSize ReceivedBytes OldFileCreateTime OldFileHash OldFileID OldFileModificationTime OldFileName OldFilePath OldFilePermission OldFileSize OldFileType SentBytes RequestURL RequestClientApplication RequestContext RequestCookies RequestMethod SourceHostName SourceMACAddress SourceNTDomain SourceDnsDomain SourceServiceName SourceTranslatedAddress SourceTranslatedPort SourceProcessId SourceUserPrivileges SourceProcessName SourceUserID SourceUserName EventType DeviceCustomIPv6Address1 DeviceCustomIPv6Address1Label DeviceCustomIPv6Address2 DeviceCustomIPv6Address2Label DeviceCustomIPv6Address3 DeviceCustomIPv6Address3Label DeviceCustomIPv6Address4 DeviceCustomIPv6Address4Label DeviceCustomFloatingPoint1 DeviceCustomFloatingPoint1Label DeviceCustomFloatingPoint2 DeviceCustomFloatingPoint2Label DeviceCustomFloatingPoint3 DeviceCustomFloatingPoint3Label DeviceCustomFloatingPoint4 DeviceCustomFloatingPoint4Label DeviceCustomNumber1 DeviceCustomNumber1Label DeviceCustomNumber2 DeviceCustomNumber2Label DeviceCustomNumber3 DeviceCustomNumber3Label DeviceCustomString1 DeviceCustomString1Label DeviceCustomString2 DeviceCustomString2Label DeviceCustomString3 DeviceCustomString3Label DeviceCustomString4 DeviceCustomString4Label DeviceCustomString5 DeviceCustomString5Label DeviceCustomString6 DeviceCustomString6Label DeviceCustomDate1 DeviceCustomDate1Label DeviceCustomDate2 DeviceCustomDate2Label FlexDate1 FlexDate1Label FlexNumber1 FlexNumber1Label FlexNumber2 FlexNumber2Label FlexString1 FlexString1Label FlexString2 FlexString2Label AdditionalExtensions StartTime EndTime Type _ResourceId
2 00000000-0000-0000-0000-000000000000 OpsManager 2020-02-06T09:26:24.94Z 1580980000000 Forcepoint CASB Cloud Service Monitoring 55022487063 8 Monitor Monitor FALSE null 0.0.0.0 10.1.2.12 my.skyfence.com //Unknown/Unknown/ null 52.9.67.149 null null null 1 Alert null G Suite oneRSU null Files null User Unknown user3@onersu.net null 0 0 null null null Unknown/Unknown/"" Unmanaged null null null null null null null null null null user3@onersu.net FALSE null null Document: Julia_visa-111.txt, ID: 1zzQHfGOolQKPl3BhkPxxcB6jqN2Cdgg1 UNSHARE_ALL cat=/API-based Activities end=1580980527000 outcome=Success reason=upload start=1580980527000 AD.ThreatRadarCategory= AD.TORNetworks= AD.MaliciousIPs= AD.AnonymousProxies= AD.IPChain= AD.IPOrigin=Unknown AD.samAccountName=user1@onersu.net null null CommonSecurityLog
3 00000000-0000-0000-0000-000000000000 OpsManager 2020-02-06T10:24:59.467Z Forcepoint CASB SaaS Security Gateway 104660000000 0 Block Block TRUE null 40.90.137.124 10.1.1.11 my.skyfence.com //France/United States Office Apps null null null null 1 Activity Office Apps null Office365 null a7d39ec98f8fe859a0802fd689c772f188e46072b8fd213e9b73625cbb563b85 null User iqunghuigilh@mcrt.com null null -1 null null null https://login.live.com/rst... null null null null null null null null null null Block Access to personal Office365 null null cat=Normal Activity end=1580984363000 outcome=Success reason=login null null CommonSecurityLog
4 00000000-0000-0000-0000-000000000000 OpsManager 2020-02-06T09:16:27.053Z 1573804384 Forcepoint CASB CASB Admin audit log 4878380000000000 0 Monitor Monitor TRUE null 52.52.39.146 10.1.1.11 my.skyfence.com //United Kingdom/United States Skyfence null 127.255.255.255 null null null 1 Activity Skyfence null null 5c1e09157da8ec87c6d6a68f10c15bd8523c5d7ce2cfc03d48ebfa7568e4097f null User Unknown stodmin@irnet.com.com null null 0 null null null https://my.skyfence.com/cm/j_spring_security_check Desktop/Windows 10/"mozilla/5.0 (windows nt 10.0 win64 x64) applewebkit/537.36 (khtml, like gecko) chrome/78.0.3904.97 safari/537.36" Unmanaged null null null null null null null null null null stodmin@irnet.com.com FALSE null null cat=Normal Activity end=1573804384 outcome=Failure reason=login start=1573804384 AD.ThreatRadarCategory= AD.TORNetworks= AD.MaliciousIPs= AD.AnonymousProxies= AD.IPChain=176.27.111.202 AD.IPOrigin=External AD.samA null null CommonSecurityLog
5 00000000-0000-0000-0000-000000000000 OpsManager 2020-02-05T11:36:51.72Z Forcepoint CASB SaaS Security Gateway 439664000000 8 Block Block TRUE null 40.90.22.191 10.1.1.11 my.skyfence.com //Canada/United States/ Office Apps null null null null 1 Alert Office Apps null Office365 null a7d39ec98f8fe859a0802fd689c772f188e46072b8fd213e9b73625cbb563b85 null User iqunghuigilh@mcrt.com null null 0 null null null https://login.live.com/rst... null null null null null null null null null null null null cat=Client Locations/Not Allowed Client Locations end=1576951001000 outcome=Success reason=login null null CommonSecurityLog