From 899169c7295075abad36764f4a932ae16c282617 Mon Sep 17 00:00:00 2001 From: v-rusraut Date: Wed, 20 Sep 2023 15:33:02 +0530 Subject: [PATCH 1/3] Repackaging - Iboss (MMA to AMA Migration) --- .../iboss/Data Connectors/iboss_cef.json | 2 +- .../Data Connectors/template_ibossAMA.json | 131 ++++++++++++++++++ Solutions/iboss/Data/Solution_iboss.json | 9 +- Solutions/iboss/ReleaseNotes.md | 5 + .../WorkbookMetadata/WorkbooksMetadata.json | 8 +- 5 files changed, 148 insertions(+), 7 deletions(-) create mode 100644 Solutions/iboss/Data Connectors/template_ibossAMA.json create mode 100644 Solutions/iboss/ReleaseNotes.md diff --git a/Solutions/iboss/Data Connectors/iboss_cef.json b/Solutions/iboss/Data Connectors/iboss_cef.json index 94dfc8a5765..a2e10e7393a 100644 --- a/Solutions/iboss/Data Connectors/iboss_cef.json +++ b/Solutions/iboss/Data Connectors/iboss_cef.json @@ -1,6 +1,6 @@ { "id": "iboss", - "title": "iboss", + "title": "[Deprecated] iboss via Legacy Agent", "publisher": "iboss", "descriptionMarkdown": "The [iboss](https://www.iboss.com) data connector enables you to seamlessly connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.", "graphQueries": [ diff --git a/Solutions/iboss/Data Connectors/template_ibossAMA.json b/Solutions/iboss/Data Connectors/template_ibossAMA.json new file mode 100644 index 00000000000..8c5b7e0da70 --- /dev/null +++ b/Solutions/iboss/Data Connectors/template_ibossAMA.json @@ -0,0 +1,131 @@ +{ + "id": "ibossAma", + "title": "[Recommended] iboss via AMA", + "publisher": "iboss", + "descriptionMarkdown": "The [iboss](https://www.iboss.com) data connector enables you to seamlessly connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.", + "graphQueries": [ + { + "metricName": "Total data received", + "legend": "ibossUrlEvent", + "baseQuery": "CommonSecurityLog\n |where DeviceVendor =~ 'iboss'\n |extend sent_by_ama = column_ifexists('CollectorHostName','')\n |where isnotempty(sent_by_ama)" + } + ], + "sampleQueries": [ + { + "description": "Logs Received from the past week", + "query": "ibossUrlEvent | where TimeGenerated > ago(7d)" + } + ], + "dataTypes": [ + { + "name": "ibossUrlEvent", + "lastDataReceivedQuery": "CommonSecurityLog\n |where DeviceVendor =~ 'iboss'\n |extend sent_by_ama = column_ifexists('CollectorHostName','')\n |where isnotempty(sent_by_ama)\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)" + } + ], + "connectivityCriterias": [ + { + "type": "IsConnectedQuery", + "value": [ + "CommonSecurityLog\n |where DeviceVendor =~ 'iboss'\n |extend sent_by_ama = column_ifexists('CollectorHostName','')\n |where isnotempty(sent_by_ama)\n | summarize LastLogReceived = max(TimeGenerated)\n | project IsConnected = LastLogReceived > ago(30d)" + ] + } + ], + "availability": { + "status": 1, + "isPreview": false + }, + "permissions": { + "resourceProvider": [ + { + "provider": "Microsoft.OperationalInsights/workspaces", + "permissionsDisplayText": "read and write permissions are required.", + "providerDisplayName": "Workspace", + "scope": "Workspace", + "requiredPermissions": { + "read": true, + "write": true, + "delete": true + } + }, + { + "provider": "Microsoft.OperationalInsights/workspaces/sharedKeys", + "permissionsDisplayText": "read permissions to shared keys for the workspace are required. [See the documentation to learn more about workspace keys](https://docs.microsoft.com/azure/azure-monitor/platform/agent-windows#obtain-workspace-id-and-key).", + "providerDisplayName": "Keys", + "scope": "Workspace", + "requiredPermissions": { + "action": true + } + } + ], + "customs": [ + { + "description": "To collect data from non-Azure VMs, they must have Azure Arc installed and enabled. [Learn more](https://docs.microsoft.com/azure/azure-monitor/agents/azure-monitor-agent-install?tabs=ARMAgentPowerShell,PowerShellWindows,PowerShellWindowsArc,CLIWindows,CLIWindowsArc)" + }, + { + "description": "Common Event Format (CEF) via AMA and Syslog via AMA data connectors must be installed [Learn more](https://learn.microsoft.com/azure/sentinel/connect-cef-ama#open-the-connector-page-and-create-the-dcr)" + } + ] + }, + "instructionSteps": [ + { + "title": "", + "description": "", + + "instructions": [ + { + "parameters": { + "title": "1. Kindly follow the steps to configure the data connector", + "instructionSteps": [ + { + "title": "Step A. Configure the Common Event Format (CEF) via AMA data connector", + "description": "_Note:- CEF logs are collected only from Linux Agents_\n\n1. Navigate to Microsoft Sentinel workspace ---> configuration ---> Data connector blade .\n\n2. Search for 'Common Event Format (CEF) via AMA' data connector and open it.\n\n3. Check If there is no existing DCR configured to collect required facility of logs, Create a new DCR (Data Collection Rule)\n\n\t_Note:- It is recommended to install minimum 1.27 version of AMA agent [Learn more](https://learn.microsoft.com/azure/azure-monitor/agents/azure-monitor-agent-manage?tabs=azure-portal ) and ensure there is no duplicate DCR as it can cause log duplicacy_\n\n4. Run the command provided in the CEF via AMA data connector page to configure the CEF collector on the machine", + "instructions": [ + ] + }, + { + "title": "Step B. Forward Common Event Format (CEF) logs", + "description": "Set your Threat Console to send Syslog messages in CEF format to your Azure workspace. Make note of your Workspace ID and Primary Key within your Log Analytics Workspace (Select the workspace from the Log Analytics workspaces menu in the Azure portal. Then select Agents management in the Settings section). \n\n>1. Navigate to Reporting & Analytics inside your iboss Console\n\n>2. Select Log Forwarding -> Forward From Reporter\n\n>3. Select Actions -> Add Service\n\n>4. Toggle to Microsoft Sentinel as a Service Type and input your Workspace ID/Primary Key along with other criteria. If a dedicated proxy Linux machine has been configured, toggle to Syslog as a Service Type and configure the settings to point to your dedicated proxy Linux machine\n\n>5. Wait one to two minutes for the setup to complete\n\n>6. Select your Microsoft Sentinel Service and verify the Sentinel Setup Status is Successful. If a dedicated proxy Linux machine has been configured, you may proceed with validating your connection", + "instructions": [ + ] + }, + { + "title": "Step C. 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\nIt 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\n2. You must have elevated permissions (sudo) on your machine", + "instructions": [ + { + "parameters": { + "label": "Run the following command to validate your connectivity:", + "value": "sudo wget -O Sentinel_AMA_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/Syslog/Sentinel_AMA_troubleshoot.py&&sudo python Sentinel_AMA_troubleshoot.py --cef" + }, + "type": "CopyableLabel" + } + ] + } + ] + }, + "type": "InstructionStepsGroup" + } + ] + + + }, + + { + "title": "2. Secure your machine ", + "description": "Make sure to configure the machine's security according to your organization's security policy (Only applicable if a dedicated proxy Linux machine has been configured).\n\n\n[Learn more >](https://aka.ms/SecureCEF)" + } + ], + "metadata": { + "id": "f8c448b1-3df4-444d-aded-63e4ad2aec08", + "version": "1.0.0", + "kind": "dataConnector", + "author": { + "name": "iboss" + }, + "support": { + "tier": "Type of support for content item: microsoft | developer | community", + "name": "iboss", + "link": "https://www.iboss.com/" + } + } +} \ No newline at end of file diff --git a/Solutions/iboss/Data/Solution_iboss.json b/Solutions/iboss/Data/Solution_iboss.json index 26bb9448434..c558a43f60b 100644 --- a/Solutions/iboss/Data/Solution_iboss.json +++ b/Solutions/iboss/Data/Solution_iboss.json @@ -2,19 +2,20 @@ "Name": "iboss", "Author": "iboss", "Logo": "", - "Description": "The iboss Solution provides means to connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.", + "Description": "The iboss Solution provides means to connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.\n\r\n1. **Iboss via AMA** - This data connector helps in ingesting Iboss logs into your Log Analytics Workspace using the new Azure Monitor Agent. Learn more about ingesting using the new Azure Monitor Agent [here](https://learn.microsoft.com/azure/sentinel/connect-cef-ama). **Microsoft recommends using this Data Connector**.\n\r\n2. **Iboss via Legacy Agent** - This data connector helps in ingesting Iboss logs into your Log Analytics Workspace using the legacy Log Analytics agent.\n\n**NOTE:** Microsoft recommends installation of Iboss via AMA Connector. Legacy connector uses the Log Analytics agent which is about to be deprecated by **Aug 31, 2024,** and thus should only be installed where AMA is not supported. Using MMA and AMA on same machine can cause log duplication and extra ingestion cost [more details](https://learn.microsoft.com/en-us/azure/sentinel/ama-migrate).", "Data Connectors": [ - "Data Connectors/iboss_cef.json" + "Data Connectors/iboss_cef.json", + "Data Connectors/template_ibossAMA.json" ], "Parsers": [ - "Parsers/ibossUrlEvent.txt" + "Parsers/ibossUrlEvent.yaml" ], "Workbooks": [ "Workbooks/ibossMalwareAndC2.json", "Workbooks/ibossWebUsage.json" ], "BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\iboss", - "Version": "2.0.2", + "Version": "3.0.0", "Metadata": "SolutionMetadata.json", "TemplateSpec": true, "Is1Pconnector": false diff --git a/Solutions/iboss/ReleaseNotes.md b/Solutions/iboss/ReleaseNotes.md new file mode 100644 index 00000000000..d5844af2e3b --- /dev/null +++ b/Solutions/iboss/ReleaseNotes.md @@ -0,0 +1,5 @@ +| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | +|-------------|--------------------------------|--------------------------------------------------------------------| +| 3.0.0 | 20-09-2023 | Addition of new Iboss AMA **Data Connector** | | + + diff --git a/Tools/Create-Azure-Sentinel-Solution/V2/WorkbookMetadata/WorkbooksMetadata.json b/Tools/Create-Azure-Sentinel-Solution/V2/WorkbookMetadata/WorkbooksMetadata.json index 1b0c48dd74c..53b2ea9ea5c 100644 --- a/Tools/Create-Azure-Sentinel-Solution/V2/WorkbookMetadata/WorkbooksMetadata.json +++ b/Tools/Create-Azure-Sentinel-Solution/V2/WorkbookMetadata/WorkbooksMetadata.json @@ -4696,7 +4696,9 @@ "logoFileName": "", "description": "A workbook providing insights into malware and C2 activity detected by iboss.", "dataTypesDependencies": [], - "dataConnectorsDependencies": [], + "dataConnectorsDependencies": [ + "ibossAma" + ], "previewImagesFileNames": [], "version": "1.0.0", "title": "iboss Malware and C2", @@ -4709,7 +4711,9 @@ "logoFileName": "", "description": "A workbook providing insights into web usage activity detected by iboss.", "dataTypesDependencies": [], - "dataConnectorsDependencies": [], + "dataConnectorsDependencies": [ + "ibossAma" + ], "previewImagesFileNames": [], "version": "1.0.0", "title": "iboss Web Usage", From 4916e0e3479fc17a048ca20d0997a162680abf3d Mon Sep 17 00:00:00 2001 From: Github Bot Date: Wed, 20 Sep 2023 10:14:02 +0000 Subject: [PATCH 2/3] [skip ci] Github Bot Added package to Pull Request! --- .../iboss/Data/system_generated_metadata.json | 31 + Solutions/iboss/Package/3.0.0.zip | Bin 0 -> 12334 bytes .../iboss/Package/createUiDefinition.json | 15 +- Solutions/iboss/Package/mainTemplate.json | 596 ++++++++++++++---- 4 files changed, 521 insertions(+), 121 deletions(-) create mode 100644 Solutions/iboss/Data/system_generated_metadata.json create mode 100644 Solutions/iboss/Package/3.0.0.zip diff --git a/Solutions/iboss/Data/system_generated_metadata.json b/Solutions/iboss/Data/system_generated_metadata.json new file mode 100644 index 00000000000..568c759ad83 --- /dev/null +++ b/Solutions/iboss/Data/system_generated_metadata.json @@ -0,0 +1,31 @@ +{ + "Name": "iboss", + "Author": "iboss", + "Logo": "", + "Description": "The iboss Solution provides means to connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.\n\r\n1. **Iboss via AMA** - This data connector helps in ingesting Iboss logs into your Log Analytics Workspace using the new Azure Monitor Agent. Learn more about ingesting using the new Azure Monitor Agent [here](https://learn.microsoft.com/azure/sentinel/connect-cef-ama). **Microsoft recommends using this Data Connector**.\n\r\n2. **Iboss via Legacy Agent** - This data connector helps in ingesting Iboss logs into your Log Analytics Workspace using the legacy Log Analytics agent.\n\n**NOTE:** Microsoft recommends installation of Iboss via AMA Connector. Legacy connector uses the Log Analytics agent which is about to be deprecated by **Aug 31, 2024,** and thus should only be installed where AMA is not supported. Using MMA and AMA on same machine can cause log duplication and extra ingestion cost [more details](https://learn.microsoft.com/en-us/azure/sentinel/ama-migrate).", + "BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\iboss", + "Version": "3.0.0", + "Metadata": "SolutionMetadata.json", + "TemplateSpec": true, + "Is1Pconnector": false, + "publisherId": "iboss", + "offerId": "iboss-sentinel-connector", + "providers": [ + "iboss" + ], + "categories": { + "domains": [ + "Security - Network" + ] + }, + "firstPublishDate": "2022-02-15", + "support": { + "name": "iboss", + "email": "support@iboss.com", + "tier": "Partner", + "link": "https://www.iboss.com/contact-us/" + }, + "Data Connectors": "[\n \"Data Connectors/iboss_cef.json\",\n \"Data Connectors/template_ibossAMA.json\"\n]", + "Parsers": "[\n \"ibossUrlEvent.yaml\"\n]", + "Workbooks": "[\n \"Workbooks/ibossMalwareAndC2.json\",\n \"Workbooks/ibossWebUsage.json\"\n]" +} diff --git a/Solutions/iboss/Package/3.0.0.zip b/Solutions/iboss/Package/3.0.0.zip new file mode 100644 index 0000000000000000000000000000000000000000..0a639160dc914018cb47d499fbc2b930894d4d67 GIT binary patch literal 12334 zcmZ{~V{j&35at_WV%xTDb7GrsY}>Z&WP*upd#M~ z=cgnG4uK8=0s;flugtEQIElaZ4g&(RO9%pj_1~+hv$?UWxw@6OIl#)^%GJujp3&OH z!Tw51*I@&Q;Xhl4T>(jtgKFNzpaU_DS(Ud1Ri7hqX{)pv&O$1+uq1})0iYg{`P%u& z!$~HkS--Q-Yew>G80pBp@UVY)gES4`s3h)U;B9@fM*bnPOPd~20Tn~S6QJIjiot4fMH;MARsp5Vuo?mi>ur%o0(JK!k z|7F9$vwIqpU{mZAAqvS zI}z>F!g8W9+UkUE6II`k)Ipc^t^G$1@cZ+;iZf;}$C75NDiccsyWYhNmo<8YFvc~gqPKhVfKDNbf5652iu|7@&3{E_mXyF=cmhk|L9w=t3wNxOl#t1 zRj+<>L*9XvvW6kFhfqW3PS_HpoH$j2NryBVs|&YJA{}@yVxBGY9nu+cUr;^Jgpt&C9efbL$6xcGBwq z^S5Od!(%tg8`N#@6VqtqG1!T9e5@-{|5kUvv++0!T*WfRm9D0wrzT_53>g;a#(Er0 zvANfop4DW~Pth&8Oq{tZWUqyS#q9?jZ>EJez;H~<7rXlXjmNa1x6Mqzb^nvZDeTi) znrTuF=G~BrJbYr7&+wON8;}wD&d`rBAHBf4r_}%Mt6}P|bIutxVlt>INUCeA41lO5 zMxbm3AeQ7ND#z26T;623^ILD+snL7+VnKXBL8%Ane-OWLGN=x1#H^&^dbiMpaDd=g z+6)-~wNbNb`3C}QF$g4_v27}D4_zNfn}c#nf+2s*R5hBqF>2IqFze&PXCv?3Ngy$b ztQ};Hxm7|Jn6PM2k<{CGJ(Nria{WWlB$00e9*yF2!{8h)P%LIqm?SYS%o?kC+krHj zsXDAoPbE={EM(wRAScK>MCW0|u#DM$?%Ax=X;gFdZWhxezmJ|!wa0@Q&W zPRmHQwp1G=rcXN}_SpVd;+@}JuPwgObnh;Mb-YKUz~7HVtLfH(`ywB`9$2qg1upf9 zRV#zLeCKA;YyF~OvSA(cZg4_DxYNm1B0cJ!hLF*Yi}x45AvIa(VYlhf(Qwu9(`r?4 ziWKqJ=R*fpl2A?ZQCqTA6=Fr+R%Tv=@qVmIT1*=}cE~OVYc?%8x)WKoE0wyrG^7CL zPGDCu8S~Telhm0DHfJ6Uu9^Y+PX>EijTU66q+B|Qk&HIAJMZ5`eKfmkMyxCM#!&}$ zwln$+7)Fa`YyAZseQ8wx-KINH+H-OmB)cFmxZ-oTg)mmOwFmu5-iOYTL|XA0>Fm-Z z6g2IY#0jMZJOPZ9AIT2+-gmWcZ;T&fOQu`Rw=vZ7=&_13#&e3>{}a*LQUE-yP5a z38U3I7h#()(BTVFON--`OYm}+mwvs!o_le-yKyh$a0njSMs07bnR{_PW!^n*UWDH} z5oW3gwq>9YZ0r^l4y5~+-Lfc{WsVG`QBzqi!iS&1Dpc)qESOCx_CUD`Cu~{m1^%Jzr7twW^6&|8!$fw9r zJ|Y->4G-a>Zoc*hdDYN%Nas0118>BABo%Sv{P-58K+KINb^>rxT2Ed z^aybS2}OJoWP09z0$67(ebw*LW*9!nV;YhH<=4(<&}t%kK%WLqNn5EPaYp7XRW8MI z-9B+!zov$*M;nr(R~bPTX9i*3EN+1TA^3X4FBZ<4U7A&GGhOaxLfJ*;agjC_U5rw2 ze;~c&-9!a)T_uU3J)RqRJN_R?OcQFO(q}906~x&X#K8CG)4%({+>g~?5d#IRyb!BV!E^WG%7rXbhHpN^& zHuKM&$2gPCp^02q`3TmkQ>8r48iwGzczvu#&ETTVe1%Z-YPK6{Y}#b?vS?f(YS77q zyNhdQY^T8Z)~xj1lSIXyb?48_!NvdDx&YUHkb50&bc%Z^mrblwD{aGkdAkds1Qn8t zc7wzatfe$Z$W?m3g?;ftvojwaqT0C0t%{!MJh2fAh438x7oL%I?pe+&h^*7){5-ji zWs(5*mALp-6G1=}nZC!l0mdso7y97NU&c^_6H&Ij1SB5}>lXzea+F+*)Dm^=tn@9^ zDLTmKAFm*p%xvq1-am9Uw+#w0-f%geLH)uiz14g;wokJA-DP=vU;N}+?_dS6HA?*H2)J+=8vhHI37w;RV(4=q8`I?{Wl`2Fw;@D-NuuSWT#WsJn_iQeS z(BNnTUHjpCICD^6ffB=6fO^>k`kvZqSa(3;}lk0U!54)b5xk{|5hHa8Oc>%gVJpocdKL;w%A8p`5;l)Ch*d0L$L)9I}p^(r)Trovls4<}9)G)Ahh%HRo zv#NB>g&x>kR~vA)bjL=whP!Q^f@P~#=n=I-m_sCHwLj_a2e0VAR#FTJcpCu*pAkpX zT7PFr;)1m;7X!ivY&#p*Q^fG;1ddLqy`wMZ@_sp{Z$q+VNi3Zu?$J{UmLa-H<0n>P zNDTj?+Ts=rd6Q&$ThV0^f7xZv^isgeb~jwScF;Io1!e!xOh{BrZTCl4og6Tb@s%C# zV+_8f&(`6*k|q9;U{uimNNq=PvOLWnN-SZ{tUq^XlU^{A3G^HP_Mu5HT{R@=K4w`( zRxAiAG^$TKLUNswCMM1Wks+@XWt0)`)JIh&hagAE&4fVrf3AotNav#|s-~a3Kl=CY zAX?_H3&-rZw7%Q%yG*=0+)Wdt1V zyeB8etT8r(#fAQ*N0NkTx8yVZ%^(;E{SL`S2<>v^7?g9dbTI17y*7L;cZ{N|w4fyM zxxF1&R4i|s=nAg48j5mqv_~GqAmK+FUew4H81$=fH!(RRr9xwzAk|haeL2PC-?6aw z8}9waWKJ4&v*!bG6S1(YE`nDwkM4_VEWDFn>RPF!kl4egt-14@E12u~a*% zcD`IBc~)wda=xpKQG?xA&_cu#D2?+jBZAnP(5zACMwfA>1B+NyPsVWvdp5P*FU_BW z9B+}hUyG4UU6x&?!opruY}S4G7uP2`Eap?3cZm0D7??k!WBHibt_zc$p7Ju5YL4{} z3L7ILfL$T1+YD0ju#)%PeC>7Jd=pbO276Jb&- z7#y%*+PzfKe;)@2F~4QO;mpm3Cof@n|JsYlz=MEw%r00!8iN7KbgO}xq0KLMuo-Ek zEfQk0_h$Px^SqnFe(y3pkwrN~qa{$z86Co8W7LPX-;14&(uV1n7V%{HrN{CzwS+@o z*~nDrr9zt{_)qy&!m};}jxik0C5XI zexMMMXft|iF%bz$-B+pp-Bn+0@rcxY?rN@V=6zh%08z%d`;#0i)AW#mUkb;Oai&2j z<5YI!aCkHMRuQ!#bj=rl#u!>}t*gDr%I@(n!H*whNhuSVpx1t9)j8`llaWwy$G!Y-*x9dxGE2nX zKZXjYy#1dkd4U=nfyD>#dR-4N!8*TStDKZ_xU(|FmDXJMhag+xB=rtXzI|KYr`mL| zbOggpgp*nM(pyCG_j*BxAlk@JsUU*>$ANuAbkM7M)!wcjx-z95N5v^-@CMa-q%)z9 z{pB6xPEnvqCcInx8-RqzgW*0sp20_;!^F6BI9KI4_2u)}YGJT@a zYh^(IM7>226~hCv7lG+cta4Lu|y_BY70ZcfhTUeKRye{7%>Y99#G)cFx+D1h?$g>^ZYEs3twk(@h1zk$7VS0b5WVu z1_2%_hJ?!iF+?jEs#L}aT7!?;=3KdO-c^?x3uJ*ETL(o#_+*50oiZcaFrkGzl3uSX zEGbdd*CAxp;j>SMJx5-c^?QWsH|O~9dt-9e53R<5rxTfwa1LpH z6RoCXq!IrMe!B&p77TDu2ZTpu{z_8RVjLFl&V{kn`3by%mPZ~1L)`(iN7xtkEUO+$ zN%|DE;yE+ zsW{s@!&_Z?C$PH@L~rlqQ)Hvnq}|SJ`C@`}e@x zO694N+Gg>ehT{0zwVOY^by>LY^EA~34}5usVa#gI!el{DGBbsX^4ZX{i{o=}Z@$7_ z=V@rGY>)ZvBoIBG=+$Vfu*_b7NJ)it$md+#=sDK&vOW37+063MpQ~V&s$`>}gX}xo2CCd%3KJg=CY(pmuk7m*RD9u`9*mOPio>jmKta;C)*alB7 z3o@b!Z%^l56Cc>*^3z!K8z17#fPs+5P`^|(N$zmw4B(iFU;wLmCn!49YDS06hrquH zCi9%}!MVLbe!KJg5{{bl106pY@!L|B`YXU|BXXo|7DI1atTia`mTl^qO6hLjLRUVZh=pQ8<0){ zz9mApPfb_i-me3X7&?o^a(9y~udGKujU7v8hBc^*AWjvO5R@G?Q9{rdHi%6{);L5&rDm5DhODrbW3LVsh@lN`u+@)~WG?s=iL5Im8!0`5Kc?hZW>t_?+s z4wJNEucWA6?s6zhSWNQzli+C#5i-&=!qW@Xvwl zt4R8eE5}AYnK-iFR$G7c0(OO!kt#ojrdH~R7jple!rJgY9ZLxMD1(0wi|G%BQDB+k zrd<1&EY3$^2Zi^XQ-8dn z_`gSi5=%ERf3LL2-Mf7?{u-hPmYdRizug#cjaQy(gWo8tkw3=$J`*@@)R06~Dx+Fc zfKUq?FoTIZg|4)DAy6`f;VKq(^eO=(s}uGjv-gya0=C4HLS(@Y0TH3ZwbLFU2Cfmw z%m?Hl+M~1sYti?zTp+EQFp4Ug>=nGF$$juioO(c911K3V5UHZ|Cry)e2>W)eA=GO& z!;^o5hzReR@{jZ%u3INC)BK`)nc?*qvt$9m6;!&!;CZ2fgoi)pRSWIPQf9cF>;&PV zKMw8h+dGHqI_*u~0pjHn-Q|2ruChl$m!R7!1HN}XXFx}wEz9#`5 z3@YAAUMrM0GIDhOSI*oER2V4lZfp`sjkkJLLW>IJh86@1ZmGD`xCn|&QM%B$ESmA} zFi8)KKP$B1F%(;l#AwxPfvkWYs|JdbmK((kEX^dFcj0pC7gz7wHi*qD`#{e)a-tGh zf1&Hvyq=P>O8ggLeLFU<3N#xYLc;u%E`ER|iF~!!asimtO)yHrA-kqK`9yB28a=4F zEExL--s#C!q`bFK7%boo2Wvld-C~%aOpp@EDKgQ*8p^XA{^?DRulVzjT z7&Ku(r}3Rli$c*J8`d?b2|U?}v~`FgNnb4-L&X+s?0Y~{?CM2QseCm)X!}t=Ugc(} z@hVUbpQnZxU$^%IYX_iitpGmTa$QdVWxI@1(ZZMs^kc*N@8dZfn0GuLE6^ZL?k4>kaji?PP_HRL6u-C=J)9g}e%2c{XpI{Vv zz~oQzSH74b$UE@pD9zaE6 zn6zy=frmwsB)tX<-;wS)EnOxkp*c-VUrvUh2Fu|UMv7JfN8FATswCT3?9(*uxU?0i z=Y3#ST6ojA^@v24X6sK+ut!Gj<*`=NCo7LEXUQ6j?cS{jBH*{PUdi+Cqgf={FIexc z_`{>%Xnk_4x9>_dQ-F(?RJPu}gzDelJiwh?#6H#!&9h6oQ|q31#+7Lb*}n~p8Wq>Q|ll|3|s&Z~;q`Z%fYO-6(q@G_8w|LT@23o$EXgzVsWwZ@GcT<;Dv6q}^ zA2~C_jI;fW+@I5IwKf(yD>L;ot7qCO9LK15inVI}u2eij$FR$j2%OCBHk$QfrhARlTs z5CnwqPgTk9Pr&a-Pwk1;lkJRg)aZBt9CJ{rMI3tMcQ4A@?_+oFPgfh1z10Bs8si%d zG%jtlrkY)hnzM6XwQMdN0~fUHOqoF&fNjRe8=LWZJ2o34BY<5`tj+>N=C7n3bjiH{rfwrlHK{2oF_q6jk*<@9h6PZz&fD56{lLKp~>jj zS}g0Ko=q*s{12!2v`2E#I`hL4etvbYT*WcvzF1ee-Q4!#@_+f7-#XCdtGH3vQy!NY zWmuMN(_UU9EJO30Y#WG_D)fA4wg}q#+zR}qd9q0u!1mBV@mHv7ZhK=H09P^jDSTr` zms!)EF#TfbLH!ONAbb+oIsHR6S^Z;PA^Z)fS{1S27sQ!Std5f4WD#b|d8N9J^mi)3 z=62DQwDpH8&MZ4~PtVX?L`nS}P*zU2gSBixxh*zXNmKaI)owmZOmU@+4xQ5I6C-=dVF5$>3Bkeg=y`VT}O=!!Jc;!UBpt_C@tP199atWhiS%QJoZ(esSUQB zz2Bo}l*+`R#@ecx~6y9y;I2FZdP5O=ly(6%vL~eP1qv!HG`RE%RX=QyJaO;5C85e)tU-d z|Dt{YtF;|FET>sKiNbae#%J*)XM4(R46-=AY;e1{@-Ub5Yx*6medr-)$Rw(hblZks zTFg{^fqNrMMUe$hYJD7Lt77czH48?kUR2bPFF)KH_F7as%f&4VamH2aRs6z|q!96x zVSoGP%rmrkm(=t>xnOCsNkBNqs6VncK_kQBoUiwQx0bOg>J0SE!_ZX8U)u}n^!DvI zr%UEI^r|cxv=tAkCRptognWu3Pwa$o%5=kjN~=ql7yL@IWxPx$GT>(FmKaIUY5Ox- z4Zk^rK@_&4L00JJ0J_+GVkorMt1gnPcmkwNE@lex%w)-*Vx?jNPH3s25}eD&t^Yc_ z>w&AWmD3rmcYPDOhqz5&7wdR)(`#M7-K1dC8vPCc(y!-b>iq#dOYfxV$zJ zL5j0Su9d5)J_&DwjnQ~QO_H;0TAm)XrS{`&M3}-(lkto4M@9}CbkTM^BVz4bEB02Sb1q*ER2`&vG7DZ76eXPjn`aFKjS?T zH+#t9E{l&-*xjV6(YATW{`t4gM?ut|mmG5Qp&;YOOJe2Elt!X{EqR^F9`|pXW^J2B zyI!bIv+M!!5=`G}Uzw1tPU6IXd)mQ6n!mp_~zeIj6&q*61rLS22+=MGKp8`a;Oe}87e zv=6GkICcA`msb`l8UX6<{!P`Ny1>z&@5WoY#+w|AtsIx5xMKMapD)#Ggr-xtwoHqI zVGNws9Se8gq3T!2n=S(W%MW{zOwfZ9rcQkarp})H82c1IqT`GkHnRY}wk_xV`Mzac zrBp8O>6%V|{3b9Y^Sw#pt7}l3hOZNm=VzN>^_>By^*c7Uj>9ZnL|yF(rq+} za`82t5KgdRPu#mcnYbBYi;cB=(uW{+UcOS@-W5V}tO$qUR_>-gDfoBx3F(=OkE11q zh$g<^mi=%-{+>R~p*16axEy+?-Kn>yDaCMWo2DJ$EJy#)z3JbUlyNaW;s5?yQidpE z;XYE}MF@lYJMCY5vb7RD5k32Dq4#dk`yqg<6iC3oIyB!}xzC(~5EMXQplL=NGqJC$ zZa1Jb4l|g`#SYdX^l%7snPE2@UA&bSjmgK}s>ifG{4ag7$g07`{((3GJ1AiO-|#6l z>o7o8Xq^yA)JF)$RPgv1bmudi2;R-3TsNNV;_4dD`bxW1#m>P7uP;c`q2e256+u&N z>4(}Zx9ItT2OBmASaX?z`CGYK-a5hrKYN^TajGyVGfPEVNT6bZB#{RVKn=F!Vx7Qx zBd&>83gZfUPa2&x^u*B`cDSylEiMhMpRywy@}K2J%}xE^@|aTzTMGgQGI73<54Y3W zzGp+)!Bs1Tvep73!_9b_&E!EDa}`nM%}{rk z1zf^>-O7+dA$>wI5P`j{frE1d1%4xNK}-2cd{JBLZ2ls5x%eW>gYV|xZ4$JTyv_4F zd4r0gT(mt4NJvk^<5c-#oNN-emlXgeK|lX*#+h-S(7Z;usVVi&pLNt_u_UwGDOsbA zqc2U(tqInOyI=X*A+q(ToY4lKyV`@fNx&_uawosjSGb&U@{K)Uv$6k=oBsGYS}J~` zZwo(v_N#7Bc*_XzN%HDZIqP!PKi4(u>~LXGds+d`ENIx!ZQJW8>`Sel80s+H#n1|bJ+vSOt40T;V<@iV(3uf|PMXa9X>C_r{p7X_(* z$8abb!^2S<^l&myReZhFxZ}*jp--CB32n*s8{P1Iq`2@(mp@5zhAXnMM%T%=L>@tW za9N#{iaH@f54X;sD)*{fKu;T#{l`4&_79H8yhTN%8aUC)o`uNXErP!kqESu2r!qe5 z>Lh8{#&PDRx9j2150QZP%lGXHRsvyA#I7Vwyamb#yH{-~>~{FTHF5*+#_~7SOPf(` zK|(o)Bc)lWazurcVENi&5_h|XG%zLNyAytjk;pR59QS@mHWL7ZPSN0MV1^MV6qpze zBosI&V9*C6MP9SLW`VI@paB2m8TmKsrB@03{!(OWIP(CVg@v_p$RU*akN0C5eB2Yzu z9V(vMY;;R;2z@v85!Y&WZScM&ih6 zK{bjOY4Y#9Jb3z<9|`m!R>NZ4MfAZ<#w^|?jCe8T45lQ6qe^%@aydb5;)K?UU8HKlUk9}!Z>bC$B0orrsdBrYIVBSi>vuZa~!vAxkh%_l?c(~ zz(CpwYgrNPv6J{HDyEsaU2!+kA?&WrAt0}GXCQn|Bur^N<-*85)sxmPIV{~{8betv zJd3NjrgFe3q?ng|f=AXck@x1`?j=XgMI30A6WedmRC~@kj=={w8OGjC<2}9e z4aRG>nV>95l2crJdiH-gb6Z zV!9H|sdR!zx;gvVHSK}OlT;nnW~+lfp#Qw;8lS+j>fCZTk-K*$81D+VD0=ht_Z3}V zQJAjZ{oNzs6g>ql2~4hH%yw=O?;r`1aa1n191xMNhmM(Pa-)?m zGk1D$n+%q5Z03~p*1^R-WE$>>-}b)LhC3VHmhM69<56rdp@W~-G(h@n(pQGYVjFTS zlyEBu0bp5*z;ookq(OvCf$32#?DAx#|`&XF$6WUd^7$?!@F-Q8@W} z*Kof{Za_5~uJ=r{v315t=K#VRA8>lx$=Y@(uJN)N6|>S_<=bk&bzoIb>D}jY6#7oh zYWc^Sf;`a&^2^2NTxym~vSyJ+Q!6*2xswl`ahuf1h)Mo_uyX=yc=c_2^Ahrod~v~E za4gpvUxvd27(Zn#AHUX!wqo=cMKAWxS*@uVQH-6`hTKxUT-%)IeTP^MR+6!hZe`2@ zL6aR#?4~=YTKTW$Z0d?aSpqjo)p5yD|0w3A`@yANBWXp7>(bsSotY*%IL3l|Hf;d9 ztck&kBx@1h?CGXR)}> z;QWwf+!zT#`C-TO(aX`16Isl!qgN$n9lEKLk~J;w_M>Kcm<%mCi%r;(vTHp8430*{Q~g6EoCRU9RX9QJAprhW(?&vfb;$C z&Ym4;Ec6cpsX}{T0TzH)-8J11(o3qopwvo?v@q-A$)1yshF=Pp+BzbUKXDmf`*lHW zy5Fm)h35HzFSt0NU55*d>S98>yPJmzSGX;c7cBqFXB#gCZ#j|2&11vayyZ#ZZ!vg^ zm8rpR`0(x~mpP^7({~?y_9(px6@>k*~v(F?_pH zA%sQ8`Ho-7nFFq}1i~f^jS(dnxf>XWRz!Q5XPlo7%$_ZAi+9FBh9gQFU~rd&V9;>;}QDaD4Nr%(8~^ zNISgOI;Z}9qLO0ArzlZnsf1$D4iX0q%@BnBXg;d!EU2jLvcoT+Clr|ha%1TNCob(h z6t}MxYtfjxVf3qh3S7~SgF|#Qg*t~Ycl|t2KwdEmnksMS`!o185^M-1aGVZq2~ZHr zyNbGsy=RY@@RzNtiY1TYEGa6esyDESFr@;_=rkmP5k(#w zy1*I>z~Sb-`$qEqTnPU$!23$iC%8*oz$#f}qzgQu7Rl8{t=dDql*89?z5??#X@!K<}3=FcdbW?hcoczM;BUy&GG);V% zczK|A1RW*_+>SJmErthsoUmL5B9wR*_)PMBI)gRLvYyrojZ6FEI09wDx;ObXFyx&Z z>6rq=X)Qzs>BpzBnY$&9r;`0qS#wpoaSp6?h0-#lcY(Iaaz^v=7A$>_yAhK_-$Y7s zpkV0W|92|?Kho^~7ylPV|9>Cyzq4xp-vlPu{{y+EBnJugKU={5JE8y8RHpxV`yZIR B!|4D3 literal 0 HcmV?d00001 diff --git a/Solutions/iboss/Package/createUiDefinition.json b/Solutions/iboss/Package/createUiDefinition.json index 8fbae192fd7..11a968ea8ee 100644 --- a/Solutions/iboss/Package/createUiDefinition.json +++ b/Solutions/iboss/Package/createUiDefinition.json @@ -6,7 +6,7 @@ "config": { "isWizard": false, "basics": { - "description": "\n\n**Note:** _There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing._\n\nThe iboss Solution provides means to connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.\n\n**Data Connectors:** 1, **Parsers:** 1, **Workbooks:** 2\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)", + "description": "\n\n**Note:** _There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing._\n\nThe iboss Solution provides means to connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.\n\r\n1. **Iboss via AMA** - This data connector helps in ingesting Iboss logs into your Log Analytics Workspace using the new Azure Monitor Agent. Learn more about ingesting using the new Azure Monitor Agent [here](https://learn.microsoft.com/azure/sentinel/connect-cef-ama). **Microsoft recommends using this Data Connector**.\n\r\n2. **Iboss via Legacy Agent** - This data connector helps in ingesting Iboss logs into your Log Analytics Workspace using the legacy Log Analytics agent.\n\n**NOTE:** Microsoft recommends installation of Iboss via AMA Connector. Legacy connector uses the Log Analytics agent which is about to be deprecated by **Aug 31, 2024,** and thus should only be installed where AMA is not supported. Using MMA and AMA on same machine can cause log duplication and extra ingestion cost [more details](https://learn.microsoft.com/en-us/azure/sentinel/ama-migrate).\n\n**Data Connectors:** 2, **Parsers:** 1, **Workbooks:** 2\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)", "subscription": { "resourceProviders": [ "Microsoft.OperationsManagement/solutions", @@ -60,7 +60,7 @@ "name": "dataconnectors1-text", "type": "Microsoft.Common.TextBlock", "options": { - "text": "This Solution installs the data connector for iboss. You can get iboss custom log data in your Microsoft Sentinel workspace. Configure and enable this data connector in the Data Connector gallery after this Solution deploys. This data connector creates custom log table(s) ibossUrlEvent in your Microsoft Sentinel / Azure Log Analytics workspace." + "text": "This Solution installs the data connector for iboss. You can get iboss custom log data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view." } }, { @@ -79,6 +79,13 @@ "uri": "https://docs.microsoft.com/azure/sentinel/connect-data-sources" } } + }, + { + "name": "dataconnectors2-text", + "type": "Microsoft.Common.TextBlock", + "options": { + "text": "This Solution installs the data connector for iboss. You can get iboss custom log data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view." + } } ] }, @@ -95,7 +102,7 @@ "name": "workbooks-text", "type": "Microsoft.Common.TextBlock", "options": { - "text": "This Microsoft Sentinel Solution installs workbooks. Workbooks provide a flexible canvas for data monitoring, analysis, and the creation of rich visual reports within the Azure portal. They allow you to tap into one or many data sources from Microsoft Sentinel and combine them into unified interactive experiences." + "text": "This solution installs workbook(s) to help you gain insights into the telemetry collected in Microsoft Sentinel. After installing the solution, start using the workbook in Manage solution view." } }, { @@ -145,4 +152,4 @@ "workspace": "[basics('workspace')]" } } -} \ No newline at end of file +} diff --git a/Solutions/iboss/Package/mainTemplate.json b/Solutions/iboss/Package/mainTemplate.json index 325d102c5e9..746bdfadba1 100644 --- a/Solutions/iboss/Package/mainTemplate.json +++ b/Solutions/iboss/Package/mainTemplate.json @@ -48,63 +48,61 @@ "variables": { "solutionId": "iboss.iboss-sentinel-connector", "_solutionId": "[variables('solutionId')]", - "workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]", + "_solutionName": "iboss", + "_solutionVersion": "3.0.0", "uiConfigId1": "iboss", "_uiConfigId1": "[variables('uiConfigId1')]", "dataConnectorContentId1": "iboss", "_dataConnectorContentId1": "[variables('dataConnectorContentId1')]", "dataConnectorId1": "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/dataConnectors', variables('_dataConnectorContentId1'))]", "_dataConnectorId1": "[variables('dataConnectorId1')]", - "dataConnectorTemplateSpecName1": "[concat(parameters('workspace'),'-dc-',uniquestring(variables('_dataConnectorContentId1')))]", + "dataConnectorTemplateSpecName1": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat(parameters('workspace'),'-dc-',uniquestring(variables('_dataConnectorContentId1'))))]", "dataConnectorVersion1": "1.0.0", - "parserVersion1": "1.0.0", - "parserContentId1": "ibossUrlEvent-Parser", - "_parserContentId1": "[variables('parserContentId1')]", + "_dataConnectorcontentProductId1": "[concat(take(variables('_solutionId'),50),'-','dc','-', uniqueString(concat(variables('_solutionId'),'-','DataConnector','-',variables('_dataConnectorContentId1'),'-', variables('dataConnectorVersion1'))))]", + "uiConfigId2": "ibossAma", + "_uiConfigId2": "[variables('uiConfigId2')]", + "dataConnectorContentId2": "ibossAma", + "_dataConnectorContentId2": "[variables('dataConnectorContentId2')]", + "dataConnectorId2": "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/dataConnectors', variables('_dataConnectorContentId2'))]", + "_dataConnectorId2": "[variables('dataConnectorId2')]", + "dataConnectorTemplateSpecName2": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat(parameters('workspace'),'-dc-',uniquestring(variables('_dataConnectorContentId2'))))]", + "dataConnectorVersion2": "1.0.0", + "_dataConnectorcontentProductId2": "[concat(take(variables('_solutionId'),50),'-','dc','-', uniqueString(concat(variables('_solutionId'),'-','DataConnector','-',variables('_dataConnectorContentId2'),'-', variables('dataConnectorVersion2'))))]", "parserName1": "ibossUrlEvent", "_parserName1": "[concat(parameters('workspace'),'/',variables('parserName1'))]", "parserId1": "[resourceId('Microsoft.OperationalInsights/workspaces/savedSearches', parameters('workspace'), variables('parserName1'))]", "_parserId1": "[variables('parserId1')]", - "parserTemplateSpecName1": "[concat(parameters('workspace'),'-pr-',uniquestring(variables('_parserContentId1')))]", + "parserTemplateSpecName1": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat(parameters('workspace'),'-pr-',uniquestring(variables('_parserContentId1'))))]", + "parserVersion1": "1.0.0", + "parserContentId1": "ibossUrlEvent-Parser", + "_parserContentId1": "[variables('parserContentId1')]", + "_parsercontentProductId1": "[concat(take(variables('_solutionId'),50),'-','pr','-', uniqueString(concat(variables('_solutionId'),'-','Parser','-',variables('_parserContentId1'),'-', variables('parserVersion1'))))]", "workbookVersion1": "1.0.0", "workbookContentId1": "ibossMalwareAndC2Workbook", "workbookId1": "[resourceId('Microsoft.Insights/workbooks', variables('workbookContentId1'))]", - "workbookTemplateSpecName1": "[concat(parameters('workspace'),'-wb-',uniquestring(variables('_workbookContentId1')))]", + "workbookTemplateSpecName1": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat(parameters('workspace'),'-wb-',uniquestring(variables('_workbookContentId1'))))]", "_workbookContentId1": "[variables('workbookContentId1')]", + "workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]", + "_workbookcontentProductId1": "[concat(take(variables('_solutionId'),50),'-','wb','-', uniqueString(concat(variables('_solutionId'),'-','Workbook','-',variables('_workbookContentId1'),'-', variables('workbookVersion1'))))]", "workbookVersion2": "1.0.0", "workbookContentId2": "ibossWebUsageWorkbook", "workbookId2": "[resourceId('Microsoft.Insights/workbooks', variables('workbookContentId2'))]", - "workbookTemplateSpecName2": "[concat(parameters('workspace'),'-wb-',uniquestring(variables('_workbookContentId2')))]", - "_workbookContentId2": "[variables('workbookContentId2')]" + "workbookTemplateSpecName2": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat(parameters('workspace'),'-wb-',uniquestring(variables('_workbookContentId2'))))]", + "_workbookContentId2": "[variables('workbookContentId2')]", + "_workbookcontentProductId2": "[concat(take(variables('_solutionId'),50),'-','wb','-', uniqueString(concat(variables('_solutionId'),'-','Workbook','-',variables('_workbookContentId2'),'-', variables('workbookVersion2'))))]", + "_solutioncontentProductId": "[concat(take(variables('_solutionId'),50),'-','sl','-', uniqueString(concat(variables('_solutionId'),'-','Solution','-',variables('_solutionId'),'-', variables('_solutionVersion'))))]" }, "resources": [ { - "type": "Microsoft.Resources/templateSpecs", - "apiVersion": "2021-05-01", + "type": "Microsoft.OperationalInsights/workspaces/providers/contentTemplates", + "apiVersion": "2023-04-01-preview", "name": "[variables('dataConnectorTemplateSpecName1')]", "location": "[parameters('workspace-location')]", - "tags": { - "hidden-sentinelWorkspaceId": "[variables('workspaceResourceId')]", - "hidden-sentinelContentType": "DataConnector" - }, - "properties": { - "description": "iboss data connector with template", - "displayName": "iboss template" - } - }, - { - "type": "Microsoft.Resources/templateSpecs/versions", - "apiVersion": "2021-05-01", - "name": "[concat(variables('dataConnectorTemplateSpecName1'),'/',variables('dataConnectorVersion1'))]", - "location": "[parameters('workspace-location')]", - "tags": { - "hidden-sentinelWorkspaceId": "[variables('workspaceResourceId')]", - "hidden-sentinelContentType": "DataConnector" - }, "dependsOn": [ - "[resourceId('Microsoft.Resources/templateSpecs', variables('dataConnectorTemplateSpecName1'))]" + "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" ], "properties": { - "description": "iboss data connector with template version 2.0.2", + "description": "iboss data connector with template version 3.0.0", "mainTemplate": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "[variables('dataConnectorVersion1')]", @@ -120,7 +118,7 @@ "properties": { "connectorUiConfig": { "id": "[variables('_uiConfigId1')]", - "title": "iboss", + "title": "[Deprecated] iboss via Legacy Agent", "publisher": "iboss", "descriptionMarkdown": "The [iboss](https://www.iboss.com) data connector enables you to seamlessly connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.", "graphQueries": [ @@ -241,7 +239,7 @@ }, { "type": "Microsoft.OperationalInsights/workspaces/providers/metadata", - "apiVersion": "2022-01-01-preview", + "apiVersion": "2023-04-01-preview", "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat('DataConnector-', last(split(variables('_dataConnectorId1'),'/'))))]", "properties": { "parentId": "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/dataConnectors', variables('_dataConnectorContentId1'))]", @@ -265,12 +263,23 @@ } } ] - } + }, + "packageKind": "Solution", + "packageVersion": "[variables('_solutionVersion')]", + "packageName": "[variables('_solutionName')]", + "packageId": "[variables('_solutionId')]", + "contentSchemaVersion": "3.0.0", + "contentId": "[variables('_dataConnectorContentId1')]", + "contentKind": "DataConnector", + "displayName": "[Deprecated] iboss via Legacy Agent", + "contentProductId": "[variables('_dataConnectorcontentProductId1')]", + "id": "[variables('_dataConnectorcontentProductId1')]", + "version": "[variables('dataConnectorVersion1')]" } }, { "type": "Microsoft.OperationalInsights/workspaces/providers/metadata", - "apiVersion": "2022-01-01-preview", + "apiVersion": "2023-04-01-preview", "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat('DataConnector-', last(split(variables('_dataConnectorId1'),'/'))))]", "dependsOn": [ "[variables('_dataConnectorId1')]" @@ -305,7 +314,7 @@ "kind": "GenericUI", "properties": { "connectorUiConfig": { - "title": "iboss", + "title": "[Deprecated] iboss via Legacy Agent", "publisher": "iboss", "descriptionMarkdown": "The [iboss](https://www.iboss.com) data connector enables you to seamlessly connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.", "graphQueries": [ @@ -413,33 +422,351 @@ } }, { - "type": "Microsoft.Resources/templateSpecs", - "apiVersion": "2021-05-01", - "name": "[variables('parserTemplateSpecName1')]", + "type": "Microsoft.OperationalInsights/workspaces/providers/contentTemplates", + "apiVersion": "2023-04-01-preview", + "name": "[variables('dataConnectorTemplateSpecName2')]", + "location": "[parameters('workspace-location')]", + "dependsOn": [ + "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" + ], + "properties": { + "description": "iboss data connector with template version 3.0.0", + "mainTemplate": { + "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", + "contentVersion": "[variables('dataConnectorVersion2')]", + "parameters": {}, + "variables": {}, + "resources": [ + { + "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',variables('_dataConnectorContentId2'))]", + "apiVersion": "2021-03-01-preview", + "type": "Microsoft.OperationalInsights/workspaces/providers/dataConnectors", + "location": "[parameters('workspace-location')]", + "kind": "GenericUI", + "properties": { + "connectorUiConfig": { + "id": "[variables('_uiConfigId2')]", + "title": "[Recommended] iboss via AMA (using Azure Functions)", + "publisher": "iboss", + "descriptionMarkdown": "The [iboss](https://www.iboss.com) data connector enables you to seamlessly connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.", + "graphQueries": [ + { + "metricName": "Total data received", + "legend": "ibossUrlEvent", + "baseQuery": "CommonSecurityLog\n |where DeviceVendor =~ 'iboss'\n |extend sent_by_ama = column_ifexists('CollectorHostName','')\n |where isnotempty(sent_by_ama)" + } + ], + "sampleQueries": [ + { + "description": "Logs Received from the past week", + "query": "ibossUrlEvent | where TimeGenerated > ago(7d)" + } + ], + "dataTypes": [ + { + "name": "ibossUrlEvent", + "lastDataReceivedQuery": "CommonSecurityLog\n |where DeviceVendor =~ 'iboss'\n |extend sent_by_ama = column_ifexists('CollectorHostName','')\n |where isnotempty(sent_by_ama)\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)" + } + ], + "connectivityCriterias": [ + { + "type": "IsConnectedQuery", + "value": [ + "CommonSecurityLog\n |where DeviceVendor =~ 'iboss'\n |extend sent_by_ama = column_ifexists('CollectorHostName','')\n |where isnotempty(sent_by_ama)\n | summarize LastLogReceived = max(TimeGenerated)\n | project IsConnected = LastLogReceived > ago(30d)" + ] + } + ], + "availability": { + "status": 1, + "isPreview": false + }, + "permissions": { + "resourceProvider": [ + { + "provider": "Microsoft.OperationalInsights/workspaces", + "permissionsDisplayText": "read and write permissions are required.", + "providerDisplayName": "Workspace", + "scope": "Workspace", + "requiredPermissions": { + "read": true, + "write": true, + "delete": true + } + }, + { + "provider": "Microsoft.OperationalInsights/workspaces/sharedKeys", + "permissionsDisplayText": "read permissions to shared keys for the workspace are required. [See the documentation to learn more about workspace keys](https://docs.microsoft.com/azure/azure-monitor/platform/agent-windows#obtain-workspace-id-and-key).", + "providerDisplayName": "Keys", + "scope": "Workspace", + "requiredPermissions": { + "action": true + } + } + ], + "customs": [ + { + "description": "To collect data from non-Azure VMs, they must have Azure Arc installed and enabled. [Learn more](https://docs.microsoft.com/azure/azure-monitor/agents/azure-monitor-agent-install?tabs=ARMAgentPowerShell,PowerShellWindows,PowerShellWindowsArc,CLIWindows,CLIWindowsArc)" + }, + { + "description": "Common Event Format (CEF) via AMA and Syslog via AMA data connectors must be installed [Learn more](https://learn.microsoft.com/azure/sentinel/connect-cef-ama#open-the-connector-page-and-create-the-dcr)" + } + ] + }, + "instructionSteps": [ + { + "instructions": [ + { + "parameters": { + "title": "1. Kindly follow the steps to configure the data connector", + "instructionSteps": [ + { + "title": "Step A. Configure the Common Event Format (CEF) via AMA data connector", + "description": "_Note:- CEF logs are collected only from Linux Agents_\n\n1. Navigate to Microsoft Sentinel workspace ---> configuration ---> Data connector blade .\n\n2. Search for 'Common Event Format (CEF) via AMA' data connector and open it.\n\n3. Check If there is no existing DCR configured to collect required facility of logs, Create a new DCR (Data Collection Rule)\n\n\t_Note:- It is recommended to install minimum 1.27 version of AMA agent [Learn more](https://learn.microsoft.com/azure/azure-monitor/agents/azure-monitor-agent-manage?tabs=azure-portal ) and ensure there is no duplicate DCR as it can cause log duplicacy_\n\n4. Run the command provided in the CEF via AMA data connector page to configure the CEF collector on the machine", + "instructions": [] + }, + { + "title": "Step B. Forward Common Event Format (CEF) logs", + "description": "Set your Threat Console to send Syslog messages in CEF format to your Azure workspace. Make note of your Workspace ID and Primary Key within your Log Analytics Workspace (Select the workspace from the Log Analytics workspaces menu in the Azure portal. Then select Agents management in the Settings section). \n\n>1. Navigate to Reporting & Analytics inside your iboss Console\n\n>2. Select Log Forwarding -> Forward From Reporter\n\n>3. Select Actions -> Add Service\n\n>4. Toggle to Microsoft Sentinel as a Service Type and input your Workspace ID/Primary Key along with other criteria. If a dedicated proxy Linux machine has been configured, toggle to Syslog as a Service Type and configure the settings to point to your dedicated proxy Linux machine\n\n>5. Wait one to two minutes for the setup to complete\n\n>6. Select your Microsoft Sentinel Service and verify the Sentinel Setup Status is Successful. If a dedicated proxy Linux machine has been configured, you may proceed with validating your connection", + "instructions": [] + }, + { + "title": "Step C. 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\nIt 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\n2. You must have elevated permissions (sudo) on your machine", + "instructions": [ + { + "parameters": { + "label": "Run the following command to validate your connectivity:", + "value": "sudo wget -O Sentinel_AMA_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/Syslog/Sentinel_AMA_troubleshoot.py&&sudo python Sentinel_AMA_troubleshoot.py --cef" + }, + "type": "CopyableLabel" + } + ] + } + ] + }, + "type": "InstructionStepsGroup" + } + ] + }, + { + "description": "Make sure to configure the machine's security according to your organization's security policy (Only applicable if a dedicated proxy Linux machine has been configured).\n\n\n[Learn more >](https://aka.ms/SecureCEF)", + "title": "2. Secure your machine " + } + ], + "metadata": { + "id": "f8c448b1-3df4-444d-aded-63e4ad2aec08", + "version": "1.0.0", + "kind": "dataConnector", + "author": { + "name": "iboss" + }, + "support": { + "tier": "Type of support for content item: microsoft | developer | community", + "name": "iboss", + "link": "https://www.iboss.com/" + } + } + } + } + }, + { + "type": "Microsoft.OperationalInsights/workspaces/providers/metadata", + "apiVersion": "2023-04-01-preview", + "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat('DataConnector-', last(split(variables('_dataConnectorId2'),'/'))))]", + "properties": { + "parentId": "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/dataConnectors', variables('_dataConnectorContentId2'))]", + "contentId": "[variables('_dataConnectorContentId2')]", + "kind": "DataConnector", + "version": "[variables('dataConnectorVersion2')]", + "source": { + "kind": "Solution", + "name": "iboss", + "sourceId": "[variables('_solutionId')]" + }, + "author": { + "name": "iboss" + }, + "support": { + "name": "iboss", + "email": "support@iboss.com", + "tier": "Partner", + "link": "https://www.iboss.com/contact-us/" + } + } + } + ] + }, + "packageKind": "Solution", + "packageVersion": "[variables('_solutionVersion')]", + "packageName": "[variables('_solutionName')]", + "packageId": "[variables('_solutionId')]", + "contentSchemaVersion": "3.0.0", + "contentId": "[variables('_dataConnectorContentId2')]", + "contentKind": "DataConnector", + "displayName": "[Recommended] iboss via AMA (using Azure Functions)", + "contentProductId": "[variables('_dataConnectorcontentProductId2')]", + "id": "[variables('_dataConnectorcontentProductId2')]", + "version": "[variables('dataConnectorVersion2')]" + } + }, + { + "type": "Microsoft.OperationalInsights/workspaces/providers/metadata", + "apiVersion": "2023-04-01-preview", + "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat('DataConnector-', last(split(variables('_dataConnectorId2'),'/'))))]", + "dependsOn": [ + "[variables('_dataConnectorId2')]" + ], "location": "[parameters('workspace-location')]", - "tags": { - "hidden-sentinelWorkspaceId": "[variables('workspaceResourceId')]", - "hidden-sentinelContentType": "Parser" - }, "properties": { - "description": "ibossUrlEvent Data Parser with template", - "displayName": "ibossUrlEvent Data Parser template" + "parentId": "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/dataConnectors', variables('_dataConnectorContentId2'))]", + "contentId": "[variables('_dataConnectorContentId2')]", + "kind": "DataConnector", + "version": "[variables('dataConnectorVersion2')]", + "source": { + "kind": "Solution", + "name": "iboss", + "sourceId": "[variables('_solutionId')]" + }, + "author": { + "name": "iboss" + }, + "support": { + "name": "iboss", + "email": "support@iboss.com", + "tier": "Partner", + "link": "https://www.iboss.com/contact-us/" + } } }, { - "type": "Microsoft.Resources/templateSpecs/versions", - "apiVersion": "2021-05-01", - "name": "[concat(variables('parserTemplateSpecName1'),'/',variables('parserVersion1'))]", + "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',variables('_dataConnectorContentId2'))]", + "apiVersion": "2021-03-01-preview", + "type": "Microsoft.OperationalInsights/workspaces/providers/dataConnectors", + "location": "[parameters('workspace-location')]", + "kind": "GenericUI", + "properties": { + "connectorUiConfig": { + "title": "[Recommended] iboss via AMA (using Azure Functions)", + "publisher": "iboss", + "descriptionMarkdown": "The [iboss](https://www.iboss.com) data connector enables you to seamlessly connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.", + "graphQueries": [ + { + "metricName": "Total data received", + "legend": "ibossUrlEvent", + "baseQuery": "CommonSecurityLog\n |where DeviceVendor =~ 'iboss'\n |extend sent_by_ama = column_ifexists('CollectorHostName','')\n |where isnotempty(sent_by_ama)" + } + ], + "dataTypes": [ + { + "name": "ibossUrlEvent", + "lastDataReceivedQuery": "CommonSecurityLog\n |where DeviceVendor =~ 'iboss'\n |extend sent_by_ama = column_ifexists('CollectorHostName','')\n |where isnotempty(sent_by_ama)\n | summarize Time = max(TimeGenerated)\n | where isnotempty(Time)" + } + ], + "connectivityCriterias": [ + { + "type": "IsConnectedQuery", + "value": [ + "CommonSecurityLog\n |where DeviceVendor =~ 'iboss'\n |extend sent_by_ama = column_ifexists('CollectorHostName','')\n |where isnotempty(sent_by_ama)\n | summarize LastLogReceived = max(TimeGenerated)\n | project IsConnected = LastLogReceived > ago(30d)" + ] + } + ], + "sampleQueries": [ + { + "description": "Logs Received from the past week", + "query": "ibossUrlEvent | where TimeGenerated > ago(7d)" + } + ], + "availability": { + "status": 1, + "isPreview": false + }, + "permissions": { + "resourceProvider": [ + { + "provider": "Microsoft.OperationalInsights/workspaces", + "permissionsDisplayText": "read and write permissions are required.", + "providerDisplayName": "Workspace", + "scope": "Workspace", + "requiredPermissions": { + "read": true, + "write": true, + "delete": true + } + }, + { + "provider": "Microsoft.OperationalInsights/workspaces/sharedKeys", + "permissionsDisplayText": "read permissions to shared keys for the workspace are required. [See the documentation to learn more about workspace keys](https://docs.microsoft.com/azure/azure-monitor/platform/agent-windows#obtain-workspace-id-and-key).", + "providerDisplayName": "Keys", + "scope": "Workspace", + "requiredPermissions": { + "action": true + } + } + ], + "customs": [ + { + "description": "To collect data from non-Azure VMs, they must have Azure Arc installed and enabled. [Learn more](https://docs.microsoft.com/azure/azure-monitor/agents/azure-monitor-agent-install?tabs=ARMAgentPowerShell,PowerShellWindows,PowerShellWindowsArc,CLIWindows,CLIWindowsArc)" + }, + { + "description": "Common Event Format (CEF) via AMA and Syslog via AMA data connectors must be installed [Learn more](https://learn.microsoft.com/azure/sentinel/connect-cef-ama#open-the-connector-page-and-create-the-dcr)" + } + ] + }, + "instructionSteps": [ + { + "instructions": [ + { + "parameters": { + "title": "1. Kindly follow the steps to configure the data connector", + "instructionSteps": [ + { + "title": "Step A. Configure the Common Event Format (CEF) via AMA data connector", + "description": "_Note:- CEF logs are collected only from Linux Agents_\n\n1. Navigate to Microsoft Sentinel workspace ---> configuration ---> Data connector blade .\n\n2. Search for 'Common Event Format (CEF) via AMA' data connector and open it.\n\n3. Check If there is no existing DCR configured to collect required facility of logs, Create a new DCR (Data Collection Rule)\n\n\t_Note:- It is recommended to install minimum 1.27 version of AMA agent [Learn more](https://learn.microsoft.com/azure/azure-monitor/agents/azure-monitor-agent-manage?tabs=azure-portal ) and ensure there is no duplicate DCR as it can cause log duplicacy_\n\n4. Run the command provided in the CEF via AMA data connector page to configure the CEF collector on the machine", + "instructions": [] + }, + { + "title": "Step B. Forward Common Event Format (CEF) logs", + "description": "Set your Threat Console to send Syslog messages in CEF format to your Azure workspace. Make note of your Workspace ID and Primary Key within your Log Analytics Workspace (Select the workspace from the Log Analytics workspaces menu in the Azure portal. Then select Agents management in the Settings section). \n\n>1. Navigate to Reporting & Analytics inside your iboss Console\n\n>2. Select Log Forwarding -> Forward From Reporter\n\n>3. Select Actions -> Add Service\n\n>4. Toggle to Microsoft Sentinel as a Service Type and input your Workspace ID/Primary Key along with other criteria. If a dedicated proxy Linux machine has been configured, toggle to Syslog as a Service Type and configure the settings to point to your dedicated proxy Linux machine\n\n>5. Wait one to two minutes for the setup to complete\n\n>6. Select your Microsoft Sentinel Service and verify the Sentinel Setup Status is Successful. If a dedicated proxy Linux machine has been configured, you may proceed with validating your connection", + "instructions": [] + }, + { + "title": "Step C. 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\nIt 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\n2. You must have elevated permissions (sudo) on your machine", + "instructions": [ + { + "parameters": { + "label": "Run the following command to validate your connectivity:", + "value": "sudo wget -O Sentinel_AMA_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/Syslog/Sentinel_AMA_troubleshoot.py&&sudo python Sentinel_AMA_troubleshoot.py --cef" + }, + "type": "CopyableLabel" + } + ] + } + ] + }, + "type": "InstructionStepsGroup" + } + ] + }, + { + "description": "Make sure to configure the machine's security according to your organization's security policy (Only applicable if a dedicated proxy Linux machine has been configured).\n\n\n[Learn more >](https://aka.ms/SecureCEF)", + "title": "2. Secure your machine " + } + ], + "id": "[variables('_uiConfigId2')]" + } + } + }, + { + "type": "Microsoft.OperationalInsights/workspaces/providers/contentTemplates", + "apiVersion": "2023-04-01-preview", + "name": "[variables('parserTemplateSpecName1')]", "location": "[parameters('workspace-location')]", - "tags": { - "hidden-sentinelWorkspaceId": "[variables('workspaceResourceId')]", - "hidden-sentinelContentType": "Parser" - }, "dependsOn": [ - "[resourceId('Microsoft.Resources/templateSpecs', variables('parserTemplateSpecName1'))]" + "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" ], "properties": { - "description": "ibossUrlEvent Data Parser with template version 2.0.2", + "description": "ibossUrlEvent Data Parser with template version 3.0.0", "mainTemplate": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "[variables('parserVersion1')]", @@ -448,20 +775,21 @@ "resources": [ { "name": "[variables('_parserName1')]", - "apiVersion": "2020-08-01", + "apiVersion": "2022-10-01", "type": "Microsoft.OperationalInsights/workspaces/savedSearches", "location": "[parameters('workspace-location')]", "properties": { "eTag": "*", "displayName": "ibossUrlEvent", - "category": "Samples", + "category": "Microsoft Sentinel Parser", "functionAlias": "ibossUrlEvent", - "query": "\nCommonSecurityLog\r\n| where DeviceVendor == \"iboss\" and FlexString2 == \"URL\"\r\n| extend DeviceCustomNumber1 = coalesce(column_ifexists(\"FieldDeviceCustomNumber1\", long(null)),DeviceCustomNumber1),\r\n DeviceCustomNumber2 = coalesce(column_ifexists(\"FieldDeviceCustomNumber2\", long(null)),DeviceCustomNumber2)\r\n| project-rename EventVendor=DeviceVendor\r\n , EventProduct=DeviceProduct\r\n , EventProductVersion=DeviceVersion\r\n , EventResult=DeviceEventClassID\r\n , EventResultDetails=FlexNumber1\r\n , DvcAction=DeviceAction\r\n , RuleName=FlexString1\r\n , SrcPortNumber=SourcePort\r\n , SrcIpAddr=SourceIP\r\n , SrcMacAddr=SourceMACAddress\r\n , SrcUsername=SourceUserName\r\n , SrcBytes=SentBytes\r\n , DstPortNumber=DestinationPort\r\n , DstIpAddr=DestinationIP\r\n , DstBytes=ReceivedBytes\r\n , Domain=DestinationHostName\r\n , Url=RequestURL\r\n , UrlCategory=DeviceCustomString2\r\n , HttpRequestMethod=RequestMethod\r\n , HttpUserAgent=RequestClientApplication\r\n , FileSHA256=DeviceCustomString3\r\n , ThreatName=DeviceCustomString1\r\n , MalwareDetected=DeviceCustomNumber1\r\n , CNCDetected=DeviceCustomNumber2\r\n| extend NetworkBytes=SrcBytes+DstBytes\r\n , EventTime=todatetime(DeviceCustomDate1)\r\n| project-away DeviceCustom*\r\n , FlexNumber*\r\n , FlexString*\r\n", - "version": 1, + "query": "CommonSecurityLog\n| where DeviceVendor == \"iboss\" and FlexString2 == \"URL\"\n| extend DeviceCustomNumber1 = coalesce(column_ifexists(\"FieldDeviceCustomNumber1\", long(null)),DeviceCustomNumber1),\n DeviceCustomNumber2 = coalesce(column_ifexists(\"FieldDeviceCustomNumber2\", long(null)),DeviceCustomNumber2)\n| project-rename EventVendor=DeviceVendor\n , EventProduct=DeviceProduct\n , EventProductVersion=DeviceVersion\n , EventResult=DeviceEventClassID\n , EventResultDetails=FlexNumber1\n , DvcAction=DeviceAction\n , RuleName=FlexString1\n , SrcPortNumber=SourcePort\n , SrcIpAddr=SourceIP\n , SrcMacAddr=SourceMACAddress\n , SrcUsername=SourceUserName\n , SrcBytes=SentBytes\n , DstPortNumber=DestinationPort\n , DstIpAddr=DestinationIP\n , DstBytes=ReceivedBytes\n , Domain=DestinationHostName\n , Url=RequestURL\n , UrlCategory=DeviceCustomString2\n , HttpRequestMethod=RequestMethod\n , HttpUserAgent=RequestClientApplication\n , FileSHA256=DeviceCustomString3\n , ThreatName=DeviceCustomString1\n , MalwareDetected=DeviceCustomNumber1\n , CNCDetected=DeviceCustomNumber2\n| extend NetworkBytes=SrcBytes+DstBytes\n , EventTime=todatetime(DeviceCustomDate1)\n| project-away DeviceCustom*\n , FlexNumber*\n , FlexString*\n", + "functionParameters": "", + "version": 2, "tags": [ { "name": "description", - "value": "ibossUrlEvent" + "value": "" } ] } @@ -471,7 +799,7 @@ "apiVersion": "2022-01-01-preview", "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/',concat('Parser-', last(split(variables('_parserId1'),'/'))))]", "dependsOn": [ - "[variables('_parserName1')]" + "[variables('_parserId1')]" ], "properties": { "parentId": "[resourceId('Microsoft.OperationalInsights/workspaces/savedSearches', parameters('workspace'), variables('parserName1'))]", @@ -495,21 +823,39 @@ } } ] - } + }, + "packageKind": "Solution", + "packageVersion": "[variables('_solutionVersion')]", + "packageName": "[variables('_solutionName')]", + "packageId": "[variables('_solutionId')]", + "contentSchemaVersion": "3.0.0", + "contentId": "[variables('_parserContentId1')]", + "contentKind": "Parser", + "displayName": "ibossUrlEvent", + "contentProductId": "[variables('_parsercontentProductId1')]", + "id": "[variables('_parsercontentProductId1')]", + "version": "[variables('parserVersion1')]" } }, { "type": "Microsoft.OperationalInsights/workspaces/savedSearches", - "apiVersion": "2021-06-01", + "apiVersion": "2022-10-01", "name": "[variables('_parserName1')]", "location": "[parameters('workspace-location')]", "properties": { "eTag": "*", "displayName": "ibossUrlEvent", - "category": "Samples", + "category": "Microsoft Sentinel Parser", "functionAlias": "ibossUrlEvent", - "query": "\nCommonSecurityLog\r\n| where DeviceVendor == \"iboss\" and FlexString2 == \"URL\"\r\n| extend DeviceCustomNumber1 = coalesce(column_ifexists(\"FieldDeviceCustomNumber1\", long(null)),DeviceCustomNumber1),\r\n DeviceCustomNumber2 = coalesce(column_ifexists(\"FieldDeviceCustomNumber2\", long(null)),DeviceCustomNumber2)\r\n| project-rename EventVendor=DeviceVendor\r\n , EventProduct=DeviceProduct\r\n , EventProductVersion=DeviceVersion\r\n , EventResult=DeviceEventClassID\r\n , EventResultDetails=FlexNumber1\r\n , DvcAction=DeviceAction\r\n , RuleName=FlexString1\r\n , SrcPortNumber=SourcePort\r\n , SrcIpAddr=SourceIP\r\n , SrcMacAddr=SourceMACAddress\r\n , SrcUsername=SourceUserName\r\n , SrcBytes=SentBytes\r\n , DstPortNumber=DestinationPort\r\n , DstIpAddr=DestinationIP\r\n , DstBytes=ReceivedBytes\r\n , Domain=DestinationHostName\r\n , Url=RequestURL\r\n , UrlCategory=DeviceCustomString2\r\n , HttpRequestMethod=RequestMethod\r\n , HttpUserAgent=RequestClientApplication\r\n , FileSHA256=DeviceCustomString3\r\n , ThreatName=DeviceCustomString1\r\n , MalwareDetected=DeviceCustomNumber1\r\n , CNCDetected=DeviceCustomNumber2\r\n| extend NetworkBytes=SrcBytes+DstBytes\r\n , EventTime=todatetime(DeviceCustomDate1)\r\n| project-away DeviceCustom*\r\n , FlexNumber*\r\n , FlexString*\r\n", - "version": 1 + "query": "CommonSecurityLog\n| where DeviceVendor == \"iboss\" and FlexString2 == \"URL\"\n| extend DeviceCustomNumber1 = coalesce(column_ifexists(\"FieldDeviceCustomNumber1\", long(null)),DeviceCustomNumber1),\n DeviceCustomNumber2 = coalesce(column_ifexists(\"FieldDeviceCustomNumber2\", long(null)),DeviceCustomNumber2)\n| project-rename EventVendor=DeviceVendor\n , EventProduct=DeviceProduct\n , EventProductVersion=DeviceVersion\n , EventResult=DeviceEventClassID\n , EventResultDetails=FlexNumber1\n , DvcAction=DeviceAction\n , RuleName=FlexString1\n , SrcPortNumber=SourcePort\n , SrcIpAddr=SourceIP\n , SrcMacAddr=SourceMACAddress\n , SrcUsername=SourceUserName\n , SrcBytes=SentBytes\n , DstPortNumber=DestinationPort\n , DstIpAddr=DestinationIP\n , DstBytes=ReceivedBytes\n , Domain=DestinationHostName\n , Url=RequestURL\n , UrlCategory=DeviceCustomString2\n , HttpRequestMethod=RequestMethod\n , HttpUserAgent=RequestClientApplication\n , FileSHA256=DeviceCustomString3\n , ThreatName=DeviceCustomString1\n , MalwareDetected=DeviceCustomNumber1\n , CNCDetected=DeviceCustomNumber2\n| extend NetworkBytes=SrcBytes+DstBytes\n , EventTime=todatetime(DeviceCustomDate1)\n| project-away DeviceCustom*\n , FlexNumber*\n , FlexString*\n", + "functionParameters": "", + "version": 2, + "tags": [ + { + "name": "description", + "value": "" + } + ] } }, { @@ -542,33 +888,15 @@ } }, { - "type": "Microsoft.Resources/templateSpecs", - "apiVersion": "2021-05-01", + "type": "Microsoft.OperationalInsights/workspaces/providers/contentTemplates", + "apiVersion": "2023-04-01-preview", "name": "[variables('workbookTemplateSpecName1')]", "location": "[parameters('workspace-location')]", - "tags": { - "hidden-sentinelWorkspaceId": "[variables('workspaceResourceId')]", - "hidden-sentinelContentType": "Workbook" - }, - "properties": { - "description": "iboss Workbook with template", - "displayName": "iboss workbook template" - } - }, - { - "type": "Microsoft.Resources/templateSpecs/versions", - "apiVersion": "2021-05-01", - "name": "[concat(variables('workbookTemplateSpecName1'),'/',variables('workbookVersion1'))]", - "location": "[parameters('workspace-location')]", - "tags": { - "hidden-sentinelWorkspaceId": "[variables('workspaceResourceId')]", - "hidden-sentinelContentType": "Workbook" - }, "dependsOn": [ - "[resourceId('Microsoft.Resources/templateSpecs', variables('workbookTemplateSpecName1'))]" + "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" ], "properties": { - "description": "ibossMalwareAndC2Workbook Workbook with template version 2.0.2", + "description": "ibossMalwareAndC2Workbook Workbook with template version 3.0.0", "mainTemplate": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "[variables('workbookVersion1')]", @@ -586,7 +914,7 @@ }, "properties": { "displayName": "[parameters('workbook1-name')]", - "serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":{\"json\":\"## iboss Malware and C2 Detections\\n\\n**NOTE:** This workbook uses a parser based on a Kusto Function to normalize fields. [Follow these steps](https://aka.ms/sentinel-iboss-parser) to create the Kusto function alias **ibossUrlEvent**.\"},\"name\":\"text - 2\"},{\"type\":9,\"content\":{\"version\":\"KqlParameterItem/1.0\",\"parameters\":[{\"id\":\"7cf056ef-64cd-41a5-85e0-90c0ec529434\",\"version\":\"KqlParameterItem/1.0\",\"name\":\"time_range_picker\",\"type\":4,\"isRequired\":true,\"value\":{\"durationMs\":604800000},\"typeSettings\":{\"selectableValues\":[{\"durationMs\":3600000},{\"durationMs\":86400000},{\"durationMs\":604800000},{\"durationMs\":2592000000},{\"durationMs\":5184000000},{\"durationMs\":7776000000}],\"allowCustom\":true},\"timeContext\":{\"durationMs\":86400000},\"label\":\"Time Range Picker\"}],\"style\":\"pills\",\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\"},\"name\":\"parameters - 2\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where EventResult == 'Blocked' and MalwareDetected == 1\\r\\n| where isnotempty(ThreatName)\\r\\n| summarize count() by ThreatName\",\"size\":2,\"showAnalytics\":true,\"title\":\"Top Malware Detection Families\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"piechart\"},\"customWidth\":\"50\",\"name\":\"query - malware variants\",\"styleSettings\":{\"margin\":\"0px\"}},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where MalwareDetected == 1 or CNCDetected == 1\\r\\n| extend EventType = case(MalwareDetected == 1, \\\"Malware\\\", CNCDetected == 1, \\\"C2\\\", \\\"NA\\\")\\r\\n| make-series Detections = count() default = 0 on EventTime from {time_range_picker:start} to {time_range_picker:end} step {time_range_picker:grain} by EventType\",\"size\":0,\"showAnalytics\":true,\"title\":\"Malware & C2 Traffic\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"barchart\"},\"customWidth\":\"50\",\"name\":\"query - malware and c2 detections\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where MalwareDetected == 1\\r\\n| project EventTime\\r\\n , SrcUsername\\r\\n , SrcIpAddr\\r\\n , SrcPortNumber\\r\\n , DstIpAddr\\r\\n , DstPortNumber\\r\\n , FileName\\r\\n , FileSHA256\\r\\n , ThreatName\\r\\n| order by EventTime desc\\r\\n\\r\\n\\r\\n\\r\\n\",\"size\":0,\"showAnalytics\":true,\"title\":\"Malware Detections\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\"},\"name\":\"query - malware detections\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where CNCDetected == 1\\r\\n| project EventTime\\r\\n , SrcUsername\\r\\n , SrcIpAddr\\r\\n , SrcPortNumber\\r\\n , DstIpAddr\\r\\n , DstPortNumber\\r\\n , Url\\r\\n| order by EventTime desc\",\"size\":0,\"showAnalytics\":true,\"title\":\"C2 Detections\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\"},\"name\":\"query - c2 detections\"}],\"fromTemplateId\":\"sentinel-ibossMalwareAndC2Workbook\",\"$schema\":\"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\"}\r\n", + "serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":{\"json\":\"## iboss Malware and C2 Detections\\n\\n**NOTE:** This workbook uses a parser based on a Kusto Function to normalize fields. [Follow these steps](https://aka.ms/sentinel-iboss-parser) to create the Kusto function alias **ibossUrlEvent**.\"},\"name\":\"text - 2\"},{\"type\":9,\"content\":{\"version\":\"KqlParameterItem/1.0\",\"parameters\":[{\"id\":\"7cf056ef-64cd-41a5-85e0-90c0ec529434\",\"version\":\"KqlParameterItem/1.0\",\"name\":\"time_range_picker\",\"type\":4,\"isRequired\":true,\"value\":{\"durationMs\":604800000},\"typeSettings\":{\"selectableValues\":[{\"durationMs\":3600000},{\"durationMs\":86400000},{\"durationMs\":604800000},{\"durationMs\":2592000000},{\"durationMs\":5184000000},{\"durationMs\":7776000000}],\"allowCustom\":true},\"timeContext\":{\"durationMs\":86400000},\"label\":\"Time Range Picker\"}],\"style\":\"pills\",\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\"},\"name\":\"parameters - 2\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where EventResult == 'Blocked' and MalwareDetected == 1\\r\\n| where isnotempty(ThreatName)\\r\\n| summarize count() by ThreatName\",\"size\":2,\"showAnalytics\":true,\"title\":\"Top Malware Detection Families\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"piechart\"},\"customWidth\":\"50\",\"name\":\"query - malware variants\",\"styleSettings\":{\"margin\":\"0px\"}},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where MalwareDetected == 1 or CNCDetected == 1\\r\\n| extend EventType = case(MalwareDetected == 1, \\\"Malware\\\", CNCDetected == 1, \\\"C2\\\", \\\"NA\\\")\\r\\n| make-series Detections = count() default = 0 on EventTime from {time_range_picker:start} to {time_range_picker:end} step {time_range_picker:grain} by EventType\",\"size\":0,\"showAnalytics\":true,\"title\":\"Malware & C2 Traffic\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"barchart\"},\"customWidth\":\"50\",\"name\":\"query - malware and c2 detections\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where MalwareDetected == 1\\r\\n| project EventTime\\r\\n , SrcUsername\\r\\n , SrcIpAddr\\r\\n , SrcPortNumber\\r\\n , DstIpAddr\\r\\n , DstPortNumber\\r\\n , FileName\\r\\n , FileSHA256\\r\\n , ThreatName\\r\\n| order by EventTime desc\\r\\n\\r\\n\\r\\n\\r\\n\",\"size\":0,\"showAnalytics\":true,\"title\":\"Malware Detections\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\"},\"name\":\"query - malware detections\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where CNCDetected == 1\\r\\n| project EventTime\\r\\n , SrcUsername\\r\\n , SrcIpAddr\\r\\n , SrcPortNumber\\r\\n , DstIpAddr\\r\\n , DstPortNumber\\r\\n , Url\\r\\n| order by EventTime desc\",\"size\":0,\"showAnalytics\":true,\"title\":\"C2 Detections\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\"},\"name\":\"query - c2 detections\"}],\"fromTemplateId\":\"sentinel-ibossMalwareAndC2Workbook\",\"$schema\":\"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\"}\n", "version": "1.0", "sourceId": "[variables('workspaceResourceId')]", "category": "sentinel" @@ -615,41 +943,43 @@ "email": "support@iboss.com", "tier": "Partner", "link": "https://www.iboss.com/contact-us/" + }, + "dependencies": { + "operator": "AND", + "criteria": [ + { + "contentId": "ibossAma", + "kind": "DataConnector" + } + ] } } } ] - } + }, + "packageKind": "Solution", + "packageVersion": "[variables('_solutionVersion')]", + "packageName": "[variables('_solutionName')]", + "packageId": "[variables('_solutionId')]", + "contentSchemaVersion": "3.0.0", + "contentId": "[variables('_workbookContentId1')]", + "contentKind": "Workbook", + "displayName": "[parameters('workbook1-name')]", + "contentProductId": "[variables('_workbookcontentProductId1')]", + "id": "[variables('_workbookcontentProductId1')]", + "version": "[variables('workbookVersion1')]" } }, { - "type": "Microsoft.Resources/templateSpecs", - "apiVersion": "2021-05-01", + "type": "Microsoft.OperationalInsights/workspaces/providers/contentTemplates", + "apiVersion": "2023-04-01-preview", "name": "[variables('workbookTemplateSpecName2')]", "location": "[parameters('workspace-location')]", - "tags": { - "hidden-sentinelWorkspaceId": "[variables('workspaceResourceId')]", - "hidden-sentinelContentType": "Workbook" - }, - "properties": { - "description": "iboss Workbook with template", - "displayName": "iboss workbook template" - } - }, - { - "type": "Microsoft.Resources/templateSpecs/versions", - "apiVersion": "2021-05-01", - "name": "[concat(variables('workbookTemplateSpecName2'),'/',variables('workbookVersion2'))]", - "location": "[parameters('workspace-location')]", - "tags": { - "hidden-sentinelWorkspaceId": "[variables('workspaceResourceId')]", - "hidden-sentinelContentType": "Workbook" - }, "dependsOn": [ - "[resourceId('Microsoft.Resources/templateSpecs', variables('workbookTemplateSpecName2'))]" + "[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]" ], "properties": { - "description": "ibossWebUsageWorkbook Workbook with template version 2.0.2", + "description": "ibossWebUsageWorkbook Workbook with template version 3.0.0", "mainTemplate": { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "[variables('workbookVersion2')]", @@ -667,7 +997,7 @@ }, "properties": { "displayName": "[parameters('workbook2-name')]", - "serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":{\"json\":\"## iboss Web Usage\\r\\n\\r\\n**NOTE:** This workbook uses a parser based on a Kusto Function to normalize fields. [Follow these steps](https://aka.ms/sentinel-iboss-parser) to create the Kusto function alias **ibossUrlEvent**.\"},\"name\":\"text - 2\"},{\"type\":9,\"content\":{\"version\":\"KqlParameterItem/1.0\",\"parameters\":[{\"id\":\"7cf056ef-64cd-41a5-85e0-90c0ec529434\",\"version\":\"KqlParameterItem/1.0\",\"name\":\"time_range_picker\",\"type\":4,\"isRequired\":true,\"value\":{\"durationMs\":604800000},\"typeSettings\":{\"selectableValues\":[{\"durationMs\":3600000},{\"durationMs\":86400000},{\"durationMs\":604800000},{\"durationMs\":2592000000},{\"durationMs\":5184000000},{\"durationMs\":7776000000}],\"allowCustom\":true},\"timeContext\":{\"durationMs\":86400000},\"label\":\"Time Range Picker\"}],\"style\":\"pills\",\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\"},\"name\":\"parameters - 2\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where isnotempty(UrlCategory) and UrlCategory != \\\"-\\\"\\r\\n| extend UrlCategory = split(UrlCategory, \\\", \\\")\\r\\n| mv-expand UrlCategory\\r\\n| summarize count() by tostring(UrlCategory)\",\"size\":3,\"showAnalytics\":true,\"title\":\"URL Categories\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"piechart\",\"tileSettings\":{\"showBorder\":false,\"titleContent\":{\"columnMatch\":\"UrlCategory\",\"formatter\":1},\"leftContent\":{\"columnMatch\":\"count_\",\"formatter\":12,\"formatOptions\":{\"palette\":\"auto\"},\"numberFormat\":{\"unit\":17,\"options\":{\"maximumSignificantDigits\":3,\"maximumFractionDigits\":2}}}}},\"customWidth\":\"50\",\"name\":\"query - categories query\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| sort by EventTime\\r\\n| summarize sum(DstBytes), sum(SrcBytes) by bin(EventTime,{time_range_picker:grain})\\r\\n\",\"size\":0,\"showAnalytics\":true,\"title\":\"Bandwidth ({time_range_picker:grain} interval)\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"linechart\",\"chartSettings\":{\"seriesLabelSettings\":[{\"seriesName\":\"sum_DstBytes\",\"label\":\"Received Bytes\"},{\"seriesName\":\"sum_SrcBytes\",\"label\":\"Sent Bytes\"}],\"showDataPoints\":true,\"ySettings\":{\"numberFormatSettings\":{\"unit\":2,\"options\":{\"style\":\"decimal\",\"useGrouping\":true}}}}},\"customWidth\":\"50\",\"name\":\"query - bandwidth\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where isnotempty(Domain)\\r\\n| summarize count() by Domain\\r\\n| sort by count_ desc\\r\\n| project Domain = Domain, count = count_\\r\\n| limit 20\",\"size\":1,\"showAnalytics\":true,\"title\":\"Top 20 Domains\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"tiles\",\"tileSettings\":{\"titleContent\":{\"columnMatch\":\"Domain\",\"formatter\":1},\"leftContent\":{\"columnMatch\":\"count\",\"formatter\":12,\"formatOptions\":{\"palette\":\"auto\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\",\"maximumFractionDigits\":2,\"maximumSignificantDigits\":3}}},\"showBorder\":false,\"rowLimit\":20,\"sortCriteriaField\":\"count\",\"size\":\"auto\"}},\"name\":\"query - top 20 domains\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker} and DvcAction == \\\"Blocked\\\"\\r\\n| make-series Trend = count() default = 0 on EventTime step {time_range_picker:grain} by Domain\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | where DvcAction == \\\"Blocked\\\"\\r\\n | summarize Requests = count() by Domain\\r\\n ) on Domain\\r\\n| project Domain, Requests, Trend\\r\\n| order by Requests desc\\r\\n\\r\\n\",\"size\":0,\"showAnalytics\":true,\"title\":\"Top Blocked Domains\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Requests\",\"formatter\":4,\"formatOptions\":{\"palette\":\"redBright\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"redBright\",\"compositeBarSettings\":{\"labelText\":\"\"}},\"numberFormat\":{\"unit\":0,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"count_\",\"formatter\":4,\"formatOptions\":{\"palette\":\"blue\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"DeviceCustomDate1\",\"formatter\":5,\"formatOptions\":{\"aggregation\":\"Count\"}}]}},\"customWidth\":\"50\",\"name\":\"query - top blocked domains\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker} and DvcAction == \\\"Blocked\\\"\\r\\n| make-series Trend = count() default = 0 on EventTime step {time_range_picker:grain} by SrcUsername\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | where DvcAction == \\\"Blocked\\\"\\r\\n | summarize Requests = count() by SrcUsername\\r\\n ) on SrcUsername\\r\\n| extend User = SrcUsername\\r\\n| project User, Requests, Trend\\r\\n| order by Requests desc\",\"size\":0,\"showAnalytics\":true,\"title\":\"Top Blocked Users\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Requests\",\"formatter\":4,\"formatOptions\":{\"palette\":\"redBright\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"redBright\"}}]}},\"customWidth\":\"50\",\"name\":\"query - top blocked users\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| summarize sum(DstBytes), sum(SrcBytes), sum(NetworkBytes) by SrcUsername\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | make-series Trend = sum(NetworkBytes) default = 0 on EventTime step {time_range_picker:grain} by SrcUsername\\r\\n ) on SrcUsername\\r\\n| order by sum_NetworkBytes desc\\r\\n| project Username=SrcUsername\\r\\n, Received=sum_DstBytes\\r\\n, Sent=sum_SrcBytes\\r\\n, Total=sum_NetworkBytes\\r\\n, Trend\",\"size\":0,\"showAnalytics\":true,\"title\":\"Bandwidth By User\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Received\",\"formatter\":8,\"formatOptions\":{\"palette\":\"green\"},\"numberFormat\":{\"unit\":2,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Sent\",\"formatter\":8,\"formatOptions\":{\"palette\":\"green\"},\"numberFormat\":{\"unit\":2,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Total\",\"formatter\":8,\"formatOptions\":{\"palette\":\"green\"},\"numberFormat\":{\"unit\":2,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"blue\"}}]}},\"customWidth\":\"50\",\"name\":\"query - bandwidth by user\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| make-series Trend = count() default = 0 on EventTime step {time_range_picker:grain} by SrcUsername\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | summarize Requests = count() by SrcUsername\\r\\n ) on SrcUsername\\r\\n| extend User = SrcUsername\\r\\n| project User, Requests, Trend\\r\\n| order by Requests desc\",\"size\":0,\"showAnalytics\":true,\"title\":\"Connections by User\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Requests\",\"formatter\":4,\"formatOptions\":{\"palette\":\"blue\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"blue\"}}]}},\"customWidth\":\"50\",\"name\":\"query - connections by user\"}],\"fromTemplateId\":\"sentinel-ibossWebUsageWorkbook\",\"$schema\":\"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\"}\r\n", + "serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":{\"json\":\"## iboss Web Usage\\r\\n\\r\\n**NOTE:** This workbook uses a parser based on a Kusto Function to normalize fields. [Follow these steps](https://aka.ms/sentinel-iboss-parser) to create the Kusto function alias **ibossUrlEvent**.\"},\"name\":\"text - 2\"},{\"type\":9,\"content\":{\"version\":\"KqlParameterItem/1.0\",\"parameters\":[{\"id\":\"7cf056ef-64cd-41a5-85e0-90c0ec529434\",\"version\":\"KqlParameterItem/1.0\",\"name\":\"time_range_picker\",\"type\":4,\"isRequired\":true,\"value\":{\"durationMs\":604800000},\"typeSettings\":{\"selectableValues\":[{\"durationMs\":3600000},{\"durationMs\":86400000},{\"durationMs\":604800000},{\"durationMs\":2592000000},{\"durationMs\":5184000000},{\"durationMs\":7776000000}],\"allowCustom\":true},\"timeContext\":{\"durationMs\":86400000},\"label\":\"Time Range Picker\"}],\"style\":\"pills\",\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\"},\"name\":\"parameters - 2\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where isnotempty(UrlCategory) and UrlCategory != \\\"-\\\"\\r\\n| extend UrlCategory = split(UrlCategory, \\\", \\\")\\r\\n| mv-expand UrlCategory\\r\\n| summarize count() by tostring(UrlCategory)\",\"size\":3,\"showAnalytics\":true,\"title\":\"URL Categories\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"piechart\",\"tileSettings\":{\"showBorder\":false,\"titleContent\":{\"columnMatch\":\"UrlCategory\",\"formatter\":1},\"leftContent\":{\"columnMatch\":\"count_\",\"formatter\":12,\"formatOptions\":{\"palette\":\"auto\"},\"numberFormat\":{\"unit\":17,\"options\":{\"maximumSignificantDigits\":3,\"maximumFractionDigits\":2}}}}},\"customWidth\":\"50\",\"name\":\"query - categories query\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| sort by EventTime\\r\\n| summarize sum(DstBytes), sum(SrcBytes) by bin(EventTime,{time_range_picker:grain})\\r\\n\",\"size\":0,\"showAnalytics\":true,\"title\":\"Bandwidth ({time_range_picker:grain} interval)\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"linechart\",\"chartSettings\":{\"seriesLabelSettings\":[{\"seriesName\":\"sum_DstBytes\",\"label\":\"Received Bytes\"},{\"seriesName\":\"sum_SrcBytes\",\"label\":\"Sent Bytes\"}],\"showDataPoints\":true,\"ySettings\":{\"numberFormatSettings\":{\"unit\":2,\"options\":{\"style\":\"decimal\",\"useGrouping\":true}}}}},\"customWidth\":\"50\",\"name\":\"query - bandwidth\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where isnotempty(Domain)\\r\\n| summarize count() by Domain\\r\\n| sort by count_ desc\\r\\n| project Domain = Domain, count = count_\\r\\n| limit 20\",\"size\":1,\"showAnalytics\":true,\"title\":\"Top 20 Domains\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"tiles\",\"tileSettings\":{\"titleContent\":{\"columnMatch\":\"Domain\",\"formatter\":1},\"leftContent\":{\"columnMatch\":\"count\",\"formatter\":12,\"formatOptions\":{\"palette\":\"auto\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\",\"maximumFractionDigits\":2,\"maximumSignificantDigits\":3}}},\"showBorder\":false,\"rowLimit\":20,\"sortCriteriaField\":\"count\",\"size\":\"auto\"}},\"name\":\"query - top 20 domains\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker} and DvcAction == \\\"Blocked\\\"\\r\\n| make-series Trend = count() default = 0 on EventTime step {time_range_picker:grain} by Domain\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | where DvcAction == \\\"Blocked\\\"\\r\\n | summarize Requests = count() by Domain\\r\\n ) on Domain\\r\\n| project Domain, Requests, Trend\\r\\n| order by Requests desc\\r\\n\\r\\n\",\"size\":0,\"showAnalytics\":true,\"title\":\"Top Blocked Domains\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Requests\",\"formatter\":4,\"formatOptions\":{\"palette\":\"redBright\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"redBright\",\"compositeBarSettings\":{\"labelText\":\"\",\"columnSettings\":[]}},\"numberFormat\":{\"unit\":0,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"count_\",\"formatter\":4,\"formatOptions\":{\"palette\":\"blue\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"DeviceCustomDate1\",\"formatter\":5,\"formatOptions\":{\"aggregation\":\"Count\"}}]}},\"customWidth\":\"50\",\"name\":\"query - top blocked domains\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker} and DvcAction == \\\"Blocked\\\"\\r\\n| make-series Trend = count() default = 0 on EventTime step {time_range_picker:grain} by SrcUsername\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | where DvcAction == \\\"Blocked\\\"\\r\\n | summarize Requests = count() by SrcUsername\\r\\n ) on SrcUsername\\r\\n| extend User = SrcUsername\\r\\n| project User, Requests, Trend\\r\\n| order by Requests desc\",\"size\":0,\"showAnalytics\":true,\"title\":\"Top Blocked Users\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Requests\",\"formatter\":4,\"formatOptions\":{\"palette\":\"redBright\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"redBright\"}}]}},\"customWidth\":\"50\",\"name\":\"query - top blocked users\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| summarize sum(DstBytes), sum(SrcBytes), sum(NetworkBytes) by SrcUsername\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | make-series Trend = sum(NetworkBytes) default = 0 on EventTime step {time_range_picker:grain} by SrcUsername\\r\\n ) on SrcUsername\\r\\n| order by sum_NetworkBytes desc\\r\\n| project Username=SrcUsername\\r\\n, Received=sum_DstBytes\\r\\n, Sent=sum_SrcBytes\\r\\n, Total=sum_NetworkBytes\\r\\n, Trend\",\"size\":0,\"showAnalytics\":true,\"title\":\"Bandwidth By User\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Received\",\"formatter\":8,\"formatOptions\":{\"palette\":\"green\"},\"numberFormat\":{\"unit\":2,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Sent\",\"formatter\":8,\"formatOptions\":{\"palette\":\"green\"},\"numberFormat\":{\"unit\":2,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Total\",\"formatter\":8,\"formatOptions\":{\"palette\":\"green\"},\"numberFormat\":{\"unit\":2,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"blue\"}}]}},\"customWidth\":\"50\",\"name\":\"query - bandwidth by user\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| make-series Trend = count() default = 0 on EventTime step {time_range_picker:grain} by SrcUsername\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | summarize Requests = count() by SrcUsername\\r\\n ) on SrcUsername\\r\\n| extend User = SrcUsername\\r\\n| project User, Requests, Trend\\r\\n| order by Requests desc\",\"size\":0,\"showAnalytics\":true,\"title\":\"Connections by User\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Requests\",\"formatter\":4,\"formatOptions\":{\"palette\":\"blue\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"blue\"}}]}},\"customWidth\":\"50\",\"name\":\"query - connections by user\"}],\"fromTemplateId\":\"sentinel-ibossWebUsageWorkbook\",\"$schema\":\"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\"}\n", "version": "1.0", "sourceId": "[variables('workspaceResourceId')]", "category": "sentinel" @@ -696,21 +1026,48 @@ "email": "support@iboss.com", "tier": "Partner", "link": "https://www.iboss.com/contact-us/" + }, + "dependencies": { + "operator": "AND", + "criteria": [ + { + "contentId": "ibossAma", + "kind": "DataConnector" + } + ] } } } ] - } + }, + "packageKind": "Solution", + "packageVersion": "[variables('_solutionVersion')]", + "packageName": "[variables('_solutionName')]", + "packageId": "[variables('_solutionId')]", + "contentSchemaVersion": "3.0.0", + "contentId": "[variables('_workbookContentId2')]", + "contentKind": "Workbook", + "displayName": "[parameters('workbook2-name')]", + "contentProductId": "[variables('_workbookcontentProductId2')]", + "id": "[variables('_workbookcontentProductId2')]", + "version": "[variables('workbookVersion2')]" } }, { - "type": "Microsoft.OperationalInsights/workspaces/providers/metadata", - "apiVersion": "2022-01-01-preview", + "type": "Microsoft.OperationalInsights/workspaces/providers/contentPackages", + "apiVersion": "2023-04-01-preview", "location": "[parameters('workspace-location')]", "properties": { - "version": "2.0.2", + "version": "3.0.0", "kind": "Solution", - "contentSchemaVersion": "2.0.0", + "contentSchemaVersion": "3.0.0", + "displayName": "iboss", + "publisherDisplayName": "iboss", + "descriptionHtml": "

Note: There may be known issues pertaining to this Solution, please refer to them before installing.

\n

The iboss Solution provides means to connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.

\n
    \n
  1. Iboss via AMA - This data connector helps in ingesting Iboss logs into your Log Analytics Workspace using the new Azure Monitor Agent. Learn more about ingesting using the new Azure Monitor Agent here. Microsoft recommends using this Data Connector.

    \n
  2. \n
  3. Iboss via Legacy Agent - This data connector helps in ingesting Iboss logs into your Log Analytics Workspace using the legacy Log Analytics agent.

    \n
  4. \n
\n

NOTE: Microsoft recommends installation of Iboss via AMA Connector. Legacy connector uses the Log Analytics agent which is about to be deprecated by Aug 31, 2024, and thus should only be installed where AMA is not supported. Using MMA and AMA on same machine can cause log duplication and extra ingestion cost more details.

\n

Data Connectors: 2, Parsers: 1, Workbooks: 2

\n

Learn more about Microsoft Sentinel | Learn more about Solutions

\n", + "contentKind": "Solution", + "contentProductId": "[variables('_solutioncontentProductId')]", + "id": "[variables('_solutioncontentProductId')]", + "icon": "", "contentId": "[variables('_solutionId')]", "parentId": "[variables('_solutionId')]", "source": { @@ -735,6 +1092,11 @@ "contentId": "[variables('_dataConnectorContentId1')]", "version": "[variables('dataConnectorVersion1')]" }, + { + "kind": "DataConnector", + "contentId": "[variables('_dataConnectorContentId2')]", + "version": "[variables('dataConnectorVersion2')]" + }, { "kind": "Parser", "contentId": "[variables('_parserContentId1')]", From e7e23743a6428700fe643eceaab260b846ac9c7d Mon Sep 17 00:00:00 2001 From: v-rusraut Date: Thu, 21 Sep 2023 10:47:05 +0530 Subject: [PATCH 3/3] update createUiDefinition and mainTemplate --- .../iboss/Data Connectors/iboss_cef.json | 2 +- Solutions/iboss/Package/3.0.0.zip | Bin 12334 -> 12920 bytes .../iboss/Package/createUiDefinition.json | 14 +++------ Solutions/iboss/Package/mainTemplate.json | 28 +++++++++--------- 4 files changed, 19 insertions(+), 25 deletions(-) diff --git a/Solutions/iboss/Data Connectors/iboss_cef.json b/Solutions/iboss/Data Connectors/iboss_cef.json index a2e10e7393a..a6fd6f3884b 100644 --- a/Solutions/iboss/Data Connectors/iboss_cef.json +++ b/Solutions/iboss/Data Connectors/iboss_cef.json @@ -92,7 +92,7 @@ }, { "title": "2. Forward Common Event Format (CEF) logs", - "description": "Set your Threat Console to send Syslog messages in CEF format to your Azure workspace. Make note of your Workspace ID and Primary Key within your Log Analytics Workspace (Select the workspace from the Log Analytics workspaces menu in the Azure portal. Then select Agents management in the Settings section). \n\n>1. Navigate to Reporting & Analytics inside your iboss Console\n\n>2. Select Log Forwarding -> Forward From Reporter\n\n>3. Select Actions -> Add Service\n\n>4. Toggle to Microsoft Sentinel as a Service Type and input your Workspace ID/Primary Key along with other criteria. If a dedicated proxy Linux machine has been configured, toggle to Syslog as a Service Type and configure the settings to point to your dedicated proxy Linux machine\n\n>5. Wait one to two minutes for the setup to complete\n\n>6. Select your Microsoft Sentinel Service and verify the Sentinel Setup Status is Successful. If a dedicated proxy Linux machine has been configured, you may proceed with validating your connection" + "description": "Set your Threat Console to send Syslog messages in CEF format to your Azure workspace. Make note of your Workspace ID and Primary Key within your Log Analytics Workspace (Select the workspace from the Log Analytics workspaces menu in the Azure portal. Then select Agents management in the Settings section). \n\n>1. Navigate to Reporting & Analytics inside your iboss Console\n\n>2. Select Log Forwarding -> Forward From Reporter\n\n>3. Select Actions -> Add Service\n\n>4. Toggle to Microsoft Sentinel as a Service Type and input your Workspace ID/Primary Key along with other criteria. If a dedicated proxy Linux machine has been configured, toggle to Syslog as a Service Type and configure the settings to point to your dedicated proxy Linux machine\n\n>5. Wait one to two minutes for the setup to complete\n\n>6. Select your Microsoft Sentinel Service and verify the Microsoft Sentinel Setup Status is Successful. If a dedicated proxy Linux machine has been configured, you may proceed with validating your connection" }, { "title": "3. Validate connection", diff --git a/Solutions/iboss/Package/3.0.0.zip b/Solutions/iboss/Package/3.0.0.zip index 0a639160dc914018cb47d499fbc2b930894d4d67..292ad8562a38970a3abf3d8f946e48255687cc18 100644 GIT binary patch literal 12920 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 literal 12334 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 B!|4D3 diff --git a/Solutions/iboss/Package/createUiDefinition.json b/Solutions/iboss/Package/createUiDefinition.json index 11a968ea8ee..cddec712c27 100644 --- a/Solutions/iboss/Package/createUiDefinition.json +++ b/Solutions/iboss/Package/createUiDefinition.json @@ -6,7 +6,7 @@ "config": { "isWizard": false, "basics": { - "description": "\n\n**Note:** _There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing._\n\nThe iboss Solution provides means to connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.\n\r\n1. **Iboss via AMA** - This data connector helps in ingesting Iboss logs into your Log Analytics Workspace using the new Azure Monitor Agent. Learn more about ingesting using the new Azure Monitor Agent [here](https://learn.microsoft.com/azure/sentinel/connect-cef-ama). **Microsoft recommends using this Data Connector**.\n\r\n2. **Iboss via Legacy Agent** - This data connector helps in ingesting Iboss logs into your Log Analytics Workspace using the legacy Log Analytics agent.\n\n**NOTE:** Microsoft recommends installation of Iboss via AMA Connector. Legacy connector uses the Log Analytics agent which is about to be deprecated by **Aug 31, 2024,** and thus should only be installed where AMA is not supported. Using MMA and AMA on same machine can cause log duplication and extra ingestion cost [more details](https://learn.microsoft.com/en-us/azure/sentinel/ama-migrate).\n\n**Data Connectors:** 2, **Parsers:** 1, **Workbooks:** 2\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)", + "description": "\n\n**Note:** Please refer to the following before installing the solution: \r \n • Review the solution [Release Notes](https://github.com/Azure/Azure-Sentinel/tree/master/Solutions/iboss/ReleaseNotes.md)\r \n • There may be [known issues](https://aka.ms/sentinelsolutionsknownissues) pertaining to this Solution, please refer to them before installing.\n\nThe iboss Solution provides means to connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.\n\r\n1. **Iboss via AMA** - This data connector helps in ingesting Iboss logs into your Log Analytics Workspace using the new Azure Monitor Agent. Learn more about ingesting using the new Azure Monitor Agent [here](https://learn.microsoft.com/azure/sentinel/connect-cef-ama). **Microsoft recommends using this Data Connector**.\n\r\n2. **Iboss via Legacy Agent** - This data connector helps in ingesting Iboss logs into your Log Analytics Workspace using the legacy Log Analytics agent.\n\n**NOTE:** Microsoft recommends installation of Iboss via AMA Connector. Legacy connector uses the Log Analytics agent which is about to be deprecated by **Aug 31, 2024,** and thus should only be installed where AMA is not supported. Using MMA and AMA on same machine can cause log duplication and extra ingestion cost [more details](https://learn.microsoft.com/en-us/azure/sentinel/ama-migrate).\n\n**Data Connectors:** 2, **Parsers:** 1, **Workbooks:** 2\n\n[Learn more about Microsoft Sentinel](https://aka.ms/azuresentinel) | [Learn more about Solutions](https://aka.ms/azuresentinelsolutionsdoc)", "subscription": { "resourceProviders": [ "Microsoft.OperationsManagement/solutions", @@ -60,7 +60,7 @@ "name": "dataconnectors1-text", "type": "Microsoft.Common.TextBlock", "options": { - "text": "This Solution installs the data connector for iboss. You can get iboss custom log data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view." + "text": "This Solution installs the data connector for iboss. You can get iboss custom log data in your Microsoft Sentinel workspace. Configure and enable this data connector in the Data Connector gallery after this Solution deploys. This data connector creates custom log table(s) ibossUrlEvent in your Microsoft Sentinel / Azure Log Analytics workspace." } }, { @@ -79,14 +79,8 @@ "uri": "https://docs.microsoft.com/azure/sentinel/connect-data-sources" } } - }, - { - "name": "dataconnectors2-text", - "type": "Microsoft.Common.TextBlock", - "options": { - "text": "This Solution installs the data connector for iboss. You can get iboss custom log data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view." - } } + ] }, { @@ -102,7 +96,7 @@ "name": "workbooks-text", "type": "Microsoft.Common.TextBlock", "options": { - "text": "This solution installs workbook(s) to help you gain insights into the telemetry collected in Microsoft Sentinel. After installing the solution, start using the workbook in Manage solution view." + "text": "This Microsoft Sentinel Solution installs workbooks. Workbooks provide a flexible canvas for data monitoring, analysis, and the creation of rich visual reports within the Azure portal. They allow you to tap into one or many data sources from Microsoft Sentinel and combine them into unified interactive experiences." } }, { diff --git a/Solutions/iboss/Package/mainTemplate.json b/Solutions/iboss/Package/mainTemplate.json index 746bdfadba1..73f409c5bf3 100644 --- a/Solutions/iboss/Package/mainTemplate.json +++ b/Solutions/iboss/Package/mainTemplate.json @@ -209,7 +209,7 @@ "title": "1. Configure a dedicated proxy Linux machine" }, { - "description": "Set your Threat Console to send Syslog messages in CEF format to your Azure workspace. Make note of your Workspace ID and Primary Key within your Log Analytics Workspace (Select the workspace from the Log Analytics workspaces menu in the Azure portal. Then select Agents management in the Settings section). \n\n>1. Navigate to Reporting & Analytics inside your iboss Console\n\n>2. Select Log Forwarding -> Forward From Reporter\n\n>3. Select Actions -> Add Service\n\n>4. Toggle to Microsoft Sentinel as a Service Type and input your Workspace ID/Primary Key along with other criteria. If a dedicated proxy Linux machine has been configured, toggle to Syslog as a Service Type and configure the settings to point to your dedicated proxy Linux machine\n\n>5. Wait one to two minutes for the setup to complete\n\n>6. Select your Microsoft Sentinel Service and verify the Sentinel Setup Status is Successful. If a dedicated proxy Linux machine has been configured, you may proceed with validating your connection", + "description": "Set your Threat Console to send Syslog messages in CEF format to your Azure workspace. Make note of your Workspace ID and Primary Key within your Log Analytics Workspace (Select the workspace from the Log Analytics workspaces menu in the Azure portal. Then select Agents management in the Settings section). \n\n>1. Navigate to Reporting & Analytics inside your iboss Console\n\n>2. Select Log Forwarding -> Forward From Reporter\n\n>3. Select Actions -> Add Service\n\n>4. Toggle to Microsoft Sentinel as a Service Type and input your Workspace ID/Primary Key along with other criteria. If a dedicated proxy Linux machine has been configured, toggle to Syslog as a Service Type and configure the settings to point to your dedicated proxy Linux machine\n\n>5. Wait one to two minutes for the setup to complete\n\n>6. Select your Microsoft Sentinel Service and verify the Microsoft Sentinel Setup Status is Successful. If a dedicated proxy Linux machine has been configured, you may proceed with validating your connection", "title": "2. Forward Common Event Format (CEF) logs" }, { @@ -405,7 +405,7 @@ "title": "1. Configure a dedicated proxy Linux machine" }, { - "description": "Set your Threat Console to send Syslog messages in CEF format to your Azure workspace. Make note of your Workspace ID and Primary Key within your Log Analytics Workspace (Select the workspace from the Log Analytics workspaces menu in the Azure portal. Then select Agents management in the Settings section). \n\n>1. Navigate to Reporting & Analytics inside your iboss Console\n\n>2. Select Log Forwarding -> Forward From Reporter\n\n>3. Select Actions -> Add Service\n\n>4. Toggle to Microsoft Sentinel as a Service Type and input your Workspace ID/Primary Key along with other criteria. If a dedicated proxy Linux machine has been configured, toggle to Syslog as a Service Type and configure the settings to point to your dedicated proxy Linux machine\n\n>5. Wait one to two minutes for the setup to complete\n\n>6. Select your Microsoft Sentinel Service and verify the Sentinel Setup Status is Successful. If a dedicated proxy Linux machine has been configured, you may proceed with validating your connection", + "description": "Set your Threat Console to send Syslog messages in CEF format to your Azure workspace. Make note of your Workspace ID and Primary Key within your Log Analytics Workspace (Select the workspace from the Log Analytics workspaces menu in the Azure portal. Then select Agents management in the Settings section). \n\n>1. Navigate to Reporting & Analytics inside your iboss Console\n\n>2. Select Log Forwarding -> Forward From Reporter\n\n>3. Select Actions -> Add Service\n\n>4. Toggle to Microsoft Sentinel as a Service Type and input your Workspace ID/Primary Key along with other criteria. If a dedicated proxy Linux machine has been configured, toggle to Syslog as a Service Type and configure the settings to point to your dedicated proxy Linux machine\n\n>5. Wait one to two minutes for the setup to complete\n\n>6. Select your Microsoft Sentinel Service and verify the Microsoft Sentinel Setup Status is Successful. If a dedicated proxy Linux machine has been configured, you may proceed with validating your connection", "title": "2. Forward Common Event Format (CEF) logs" }, { @@ -446,7 +446,7 @@ "properties": { "connectorUiConfig": { "id": "[variables('_uiConfigId2')]", - "title": "[Recommended] iboss via AMA (using Azure Functions)", + "title": "[Recommended] iboss via AMA", "publisher": "iboss", "descriptionMarkdown": "The [iboss](https://www.iboss.com) data connector enables you to seamlessly connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.", "graphQueries": [ @@ -521,13 +521,13 @@ "instructionSteps": [ { "title": "Step A. Configure the Common Event Format (CEF) via AMA data connector", - "description": "_Note:- CEF logs are collected only from Linux Agents_\n\n1. Navigate to Microsoft Sentinel workspace ---> configuration ---> Data connector blade .\n\n2. Search for 'Common Event Format (CEF) via AMA' data connector and open it.\n\n3. Check If there is no existing DCR configured to collect required facility of logs, Create a new DCR (Data Collection Rule)\n\n\t_Note:- It is recommended to install minimum 1.27 version of AMA agent [Learn more](https://learn.microsoft.com/azure/azure-monitor/agents/azure-monitor-agent-manage?tabs=azure-portal ) and ensure there is no duplicate DCR as it can cause log duplicacy_\n\n4. Run the command provided in the CEF via AMA data connector page to configure the CEF collector on the machine", - "instructions": [] + "description": "_Note:- CEF logs are collected only from Linux Agents_\n\n1. Navigate to Microsoft Sentinel workspace ---> configuration ---> Data connector blade .\n\n2. Search for 'Common Event Format (CEF) via AMA' data connector and open it.\n\n3. Check If there is no existing DCR configured to collect required facility of logs, Create a new DCR (Data Collection Rule)\n\n\t_Note:- It is recommended to install minimum 1.27 version of AMA agent [Learn more](https://learn.microsoft.com/azure/azure-monitor/agents/azure-monitor-agent-manage?tabs=azure-portal ) and ensure there is no duplicate DCR as it can cause log duplicacy_\n\n4. Run the command provided in the CEF via AMA data connector page to configure the CEF collector on the machine" + }, { "title": "Step B. Forward Common Event Format (CEF) logs", - "description": "Set your Threat Console to send Syslog messages in CEF format to your Azure workspace. Make note of your Workspace ID and Primary Key within your Log Analytics Workspace (Select the workspace from the Log Analytics workspaces menu in the Azure portal. Then select Agents management in the Settings section). \n\n>1. Navigate to Reporting & Analytics inside your iboss Console\n\n>2. Select Log Forwarding -> Forward From Reporter\n\n>3. Select Actions -> Add Service\n\n>4. Toggle to Microsoft Sentinel as a Service Type and input your Workspace ID/Primary Key along with other criteria. If a dedicated proxy Linux machine has been configured, toggle to Syslog as a Service Type and configure the settings to point to your dedicated proxy Linux machine\n\n>5. Wait one to two minutes for the setup to complete\n\n>6. Select your Microsoft Sentinel Service and verify the Sentinel Setup Status is Successful. If a dedicated proxy Linux machine has been configured, you may proceed with validating your connection", - "instructions": [] + "description": "Set your Threat Console to send Syslog messages in CEF format to your Azure workspace. Make note of your Workspace ID and Primary Key within your Log Analytics Workspace (Select the workspace from the Log Analytics workspaces menu in the Azure portal. Then select Agents management in the Settings section). \n\n>1. Navigate to Reporting & Analytics inside your iboss Console\n\n>2. Select Log Forwarding -> Forward From Reporter\n\n>3. Select Actions -> Add Service\n\n>4. Toggle to Microsoft Sentinel as a Service Type and input your Workspace ID/Primary Key along with other criteria. If a dedicated proxy Linux machine has been configured, toggle to Syslog as a Service Type and configure the settings to point to your dedicated proxy Linux machine\n\n>5. Wait one to two minutes for the setup to complete\n\n>6. Select your Microsoft Sentinel Service and verify the Microsoft Sentinel Setup Status is Successful. If a dedicated proxy Linux machine has been configured, you may proceed with validating your connection" + }, { "title": "Step C. Validate connection", @@ -603,7 +603,7 @@ "contentSchemaVersion": "3.0.0", "contentId": "[variables('_dataConnectorContentId2')]", "contentKind": "DataConnector", - "displayName": "[Recommended] iboss via AMA (using Azure Functions)", + "displayName": "[Recommended] iboss via AMA", "contentProductId": "[variables('_dataConnectorcontentProductId2')]", "id": "[variables('_dataConnectorcontentProductId2')]", "version": "[variables('dataConnectorVersion2')]" @@ -646,7 +646,7 @@ "kind": "GenericUI", "properties": { "connectorUiConfig": { - "title": "[Recommended] iboss via AMA (using Azure Functions)", + "title": "[Recommended] iboss via AMA", "publisher": "iboss", "descriptionMarkdown": "The [iboss](https://www.iboss.com) data connector enables you to seamlessly connect your Threat Console to Microsoft Sentinel and enrich your instance with iboss URL event logs. Our logs are forwarded in Common Event Format (CEF) over Syslog and the configuration required can be completed on the iboss platform without the use of a proxy. Take advantage of our connector to garner critical data points and gain insight into security threats.", "graphQueries": [ @@ -721,13 +721,13 @@ "instructionSteps": [ { "title": "Step A. Configure the Common Event Format (CEF) via AMA data connector", - "description": "_Note:- CEF logs are collected only from Linux Agents_\n\n1. Navigate to Microsoft Sentinel workspace ---> configuration ---> Data connector blade .\n\n2. Search for 'Common Event Format (CEF) via AMA' data connector and open it.\n\n3. Check If there is no existing DCR configured to collect required facility of logs, Create a new DCR (Data Collection Rule)\n\n\t_Note:- It is recommended to install minimum 1.27 version of AMA agent [Learn more](https://learn.microsoft.com/azure/azure-monitor/agents/azure-monitor-agent-manage?tabs=azure-portal ) and ensure there is no duplicate DCR as it can cause log duplicacy_\n\n4. Run the command provided in the CEF via AMA data connector page to configure the CEF collector on the machine", - "instructions": [] + "description": "_Note:- CEF logs are collected only from Linux Agents_\n\n1. Navigate to Microsoft Sentinel workspace ---> configuration ---> Data connector blade .\n\n2. Search for 'Common Event Format (CEF) via AMA' data connector and open it.\n\n3. Check If there is no existing DCR configured to collect required facility of logs, Create a new DCR (Data Collection Rule)\n\n\t_Note:- It is recommended to install minimum 1.27 version of AMA agent [Learn more](https://learn.microsoft.com/azure/azure-monitor/agents/azure-monitor-agent-manage?tabs=azure-portal ) and ensure there is no duplicate DCR as it can cause log duplicacy_\n\n4. Run the command provided in the CEF via AMA data connector page to configure the CEF collector on the machine" + }, { "title": "Step B. Forward Common Event Format (CEF) logs", - "description": "Set your Threat Console to send Syslog messages in CEF format to your Azure workspace. Make note of your Workspace ID and Primary Key within your Log Analytics Workspace (Select the workspace from the Log Analytics workspaces menu in the Azure portal. Then select Agents management in the Settings section). \n\n>1. Navigate to Reporting & Analytics inside your iboss Console\n\n>2. Select Log Forwarding -> Forward From Reporter\n\n>3. Select Actions -> Add Service\n\n>4. Toggle to Microsoft Sentinel as a Service Type and input your Workspace ID/Primary Key along with other criteria. If a dedicated proxy Linux machine has been configured, toggle to Syslog as a Service Type and configure the settings to point to your dedicated proxy Linux machine\n\n>5. Wait one to two minutes for the setup to complete\n\n>6. Select your Microsoft Sentinel Service and verify the Sentinel Setup Status is Successful. If a dedicated proxy Linux machine has been configured, you may proceed with validating your connection", - "instructions": [] + "description": "Set your Threat Console to send Syslog messages in CEF format to your Azure workspace. Make note of your Workspace ID and Primary Key within your Log Analytics Workspace (Select the workspace from the Log Analytics workspaces menu in the Azure portal. Then select Agents management in the Settings section). \n\n>1. Navigate to Reporting & Analytics inside your iboss Console\n\n>2. Select Log Forwarding -> Forward From Reporter\n\n>3. Select Actions -> Add Service\n\n>4. Toggle to Microsoft Sentinel as a Service Type and input your Workspace ID/Primary Key along with other criteria. If a dedicated proxy Linux machine has been configured, toggle to Syslog as a Service Type and configure the settings to point to your dedicated proxy Linux machine\n\n>5. Wait one to two minutes for the setup to complete\n\n>6. Select your Microsoft Sentinel Service and verify the Microsoft Sentinel Setup Status is Successful. If a dedicated proxy Linux machine has been configured, you may proceed with validating your connection" + }, { "title": "Step C. Validate connection", @@ -997,7 +997,7 @@ }, "properties": { "displayName": "[parameters('workbook2-name')]", - "serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":{\"json\":\"## iboss Web Usage\\r\\n\\r\\n**NOTE:** This workbook uses a parser based on a Kusto Function to normalize fields. [Follow these steps](https://aka.ms/sentinel-iboss-parser) to create the Kusto function alias **ibossUrlEvent**.\"},\"name\":\"text - 2\"},{\"type\":9,\"content\":{\"version\":\"KqlParameterItem/1.0\",\"parameters\":[{\"id\":\"7cf056ef-64cd-41a5-85e0-90c0ec529434\",\"version\":\"KqlParameterItem/1.0\",\"name\":\"time_range_picker\",\"type\":4,\"isRequired\":true,\"value\":{\"durationMs\":604800000},\"typeSettings\":{\"selectableValues\":[{\"durationMs\":3600000},{\"durationMs\":86400000},{\"durationMs\":604800000},{\"durationMs\":2592000000},{\"durationMs\":5184000000},{\"durationMs\":7776000000}],\"allowCustom\":true},\"timeContext\":{\"durationMs\":86400000},\"label\":\"Time Range Picker\"}],\"style\":\"pills\",\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\"},\"name\":\"parameters - 2\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where isnotempty(UrlCategory) and UrlCategory != \\\"-\\\"\\r\\n| extend UrlCategory = split(UrlCategory, \\\", \\\")\\r\\n| mv-expand UrlCategory\\r\\n| summarize count() by tostring(UrlCategory)\",\"size\":3,\"showAnalytics\":true,\"title\":\"URL Categories\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"piechart\",\"tileSettings\":{\"showBorder\":false,\"titleContent\":{\"columnMatch\":\"UrlCategory\",\"formatter\":1},\"leftContent\":{\"columnMatch\":\"count_\",\"formatter\":12,\"formatOptions\":{\"palette\":\"auto\"},\"numberFormat\":{\"unit\":17,\"options\":{\"maximumSignificantDigits\":3,\"maximumFractionDigits\":2}}}}},\"customWidth\":\"50\",\"name\":\"query - categories query\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| sort by EventTime\\r\\n| summarize sum(DstBytes), sum(SrcBytes) by bin(EventTime,{time_range_picker:grain})\\r\\n\",\"size\":0,\"showAnalytics\":true,\"title\":\"Bandwidth ({time_range_picker:grain} interval)\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"linechart\",\"chartSettings\":{\"seriesLabelSettings\":[{\"seriesName\":\"sum_DstBytes\",\"label\":\"Received Bytes\"},{\"seriesName\":\"sum_SrcBytes\",\"label\":\"Sent Bytes\"}],\"showDataPoints\":true,\"ySettings\":{\"numberFormatSettings\":{\"unit\":2,\"options\":{\"style\":\"decimal\",\"useGrouping\":true}}}}},\"customWidth\":\"50\",\"name\":\"query - bandwidth\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where isnotempty(Domain)\\r\\n| summarize count() by Domain\\r\\n| sort by count_ desc\\r\\n| project Domain = Domain, count = count_\\r\\n| limit 20\",\"size\":1,\"showAnalytics\":true,\"title\":\"Top 20 Domains\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"tiles\",\"tileSettings\":{\"titleContent\":{\"columnMatch\":\"Domain\",\"formatter\":1},\"leftContent\":{\"columnMatch\":\"count\",\"formatter\":12,\"formatOptions\":{\"palette\":\"auto\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\",\"maximumFractionDigits\":2,\"maximumSignificantDigits\":3}}},\"showBorder\":false,\"rowLimit\":20,\"sortCriteriaField\":\"count\",\"size\":\"auto\"}},\"name\":\"query - top 20 domains\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker} and DvcAction == \\\"Blocked\\\"\\r\\n| make-series Trend = count() default = 0 on EventTime step {time_range_picker:grain} by Domain\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | where DvcAction == \\\"Blocked\\\"\\r\\n | summarize Requests = count() by Domain\\r\\n ) on Domain\\r\\n| project Domain, Requests, Trend\\r\\n| order by Requests desc\\r\\n\\r\\n\",\"size\":0,\"showAnalytics\":true,\"title\":\"Top Blocked Domains\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Requests\",\"formatter\":4,\"formatOptions\":{\"palette\":\"redBright\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"redBright\",\"compositeBarSettings\":{\"labelText\":\"\",\"columnSettings\":[]}},\"numberFormat\":{\"unit\":0,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"count_\",\"formatter\":4,\"formatOptions\":{\"palette\":\"blue\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"DeviceCustomDate1\",\"formatter\":5,\"formatOptions\":{\"aggregation\":\"Count\"}}]}},\"customWidth\":\"50\",\"name\":\"query - top blocked domains\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker} and DvcAction == \\\"Blocked\\\"\\r\\n| make-series Trend = count() default = 0 on EventTime step {time_range_picker:grain} by SrcUsername\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | where DvcAction == \\\"Blocked\\\"\\r\\n | summarize Requests = count() by SrcUsername\\r\\n ) on SrcUsername\\r\\n| extend User = SrcUsername\\r\\n| project User, Requests, Trend\\r\\n| order by Requests desc\",\"size\":0,\"showAnalytics\":true,\"title\":\"Top Blocked Users\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Requests\",\"formatter\":4,\"formatOptions\":{\"palette\":\"redBright\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"redBright\"}}]}},\"customWidth\":\"50\",\"name\":\"query - top blocked users\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| summarize sum(DstBytes), sum(SrcBytes), sum(NetworkBytes) by SrcUsername\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | make-series Trend = sum(NetworkBytes) default = 0 on EventTime step {time_range_picker:grain} by SrcUsername\\r\\n ) on SrcUsername\\r\\n| order by sum_NetworkBytes desc\\r\\n| project Username=SrcUsername\\r\\n, Received=sum_DstBytes\\r\\n, Sent=sum_SrcBytes\\r\\n, Total=sum_NetworkBytes\\r\\n, Trend\",\"size\":0,\"showAnalytics\":true,\"title\":\"Bandwidth By User\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Received\",\"formatter\":8,\"formatOptions\":{\"palette\":\"green\"},\"numberFormat\":{\"unit\":2,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Sent\",\"formatter\":8,\"formatOptions\":{\"palette\":\"green\"},\"numberFormat\":{\"unit\":2,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Total\",\"formatter\":8,\"formatOptions\":{\"palette\":\"green\"},\"numberFormat\":{\"unit\":2,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"blue\"}}]}},\"customWidth\":\"50\",\"name\":\"query - bandwidth by user\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| make-series Trend = count() default = 0 on EventTime step {time_range_picker:grain} by SrcUsername\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | summarize Requests = count() by SrcUsername\\r\\n ) on SrcUsername\\r\\n| extend User = SrcUsername\\r\\n| project User, Requests, Trend\\r\\n| order by Requests desc\",\"size\":0,\"showAnalytics\":true,\"title\":\"Connections by User\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Requests\",\"formatter\":4,\"formatOptions\":{\"palette\":\"blue\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"blue\"}}]}},\"customWidth\":\"50\",\"name\":\"query - connections by user\"}],\"fromTemplateId\":\"sentinel-ibossWebUsageWorkbook\",\"$schema\":\"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\"}\n", + "serializedData": "{\"version\":\"Notebook/1.0\",\"items\":[{\"type\":1,\"content\":{\"json\":\"## iboss Web Usage\\r\\n\\r\\n**NOTE:** This workbook uses a parser based on a Kusto Function to normalize fields. [Follow these steps](https://aka.ms/sentinel-iboss-parser) to create the Kusto function alias **ibossUrlEvent**.\"},\"name\":\"text - 2\"},{\"type\":9,\"content\":{\"version\":\"KqlParameterItem/1.0\",\"parameters\":[{\"id\":\"7cf056ef-64cd-41a5-85e0-90c0ec529434\",\"version\":\"KqlParameterItem/1.0\",\"name\":\"time_range_picker\",\"type\":4,\"isRequired\":true,\"value\":{\"durationMs\":604800000},\"typeSettings\":{\"selectableValues\":[{\"durationMs\":3600000},{\"durationMs\":86400000},{\"durationMs\":604800000},{\"durationMs\":2592000000},{\"durationMs\":5184000000},{\"durationMs\":7776000000}],\"allowCustom\":true},\"timeContext\":{\"durationMs\":86400000},\"label\":\"Time Range Picker\"}],\"style\":\"pills\",\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\"},\"name\":\"parameters - 2\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where isnotempty(UrlCategory) and UrlCategory != \\\"-\\\"\\r\\n| extend UrlCategory = split(UrlCategory, \\\", \\\")\\r\\n| mv-expand UrlCategory\\r\\n| summarize count() by tostring(UrlCategory)\",\"size\":3,\"showAnalytics\":true,\"title\":\"URL Categories\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"piechart\",\"tileSettings\":{\"showBorder\":false,\"titleContent\":{\"columnMatch\":\"UrlCategory\",\"formatter\":1},\"leftContent\":{\"columnMatch\":\"count_\",\"formatter\":12,\"formatOptions\":{\"palette\":\"auto\"},\"numberFormat\":{\"unit\":17,\"options\":{\"maximumSignificantDigits\":3,\"maximumFractionDigits\":2}}}}},\"customWidth\":\"50\",\"name\":\"query - categories query\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| sort by EventTime\\r\\n| summarize sum(DstBytes), sum(SrcBytes) by bin(EventTime,{time_range_picker:grain})\\r\\n\",\"size\":0,\"showAnalytics\":true,\"title\":\"Bandwidth ({time_range_picker:grain} interval)\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"linechart\",\"chartSettings\":{\"seriesLabelSettings\":[{\"seriesName\":\"sum_DstBytes\",\"label\":\"Received Bytes\"},{\"seriesName\":\"sum_SrcBytes\",\"label\":\"Sent Bytes\"}],\"showDataPoints\":true,\"ySettings\":{\"numberFormatSettings\":{\"unit\":2,\"options\":{\"style\":\"decimal\",\"useGrouping\":true}}}}},\"customWidth\":\"50\",\"name\":\"query - bandwidth\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| where isnotempty(Domain)\\r\\n| summarize count() by Domain\\r\\n| sort by count_ desc\\r\\n| project Domain = Domain, count = count_\\r\\n| limit 20\",\"size\":1,\"showAnalytics\":true,\"title\":\"Top 20 Domains\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"tiles\",\"tileSettings\":{\"titleContent\":{\"columnMatch\":\"Domain\",\"formatter\":1},\"leftContent\":{\"columnMatch\":\"count\",\"formatter\":12,\"formatOptions\":{\"palette\":\"auto\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\",\"maximumFractionDigits\":2,\"maximumSignificantDigits\":3}}},\"showBorder\":false,\"rowLimit\":20,\"sortCriteriaField\":\"count\",\"size\":\"auto\"}},\"name\":\"query - top 20 domains\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker} and DvcAction == \\\"Blocked\\\"\\r\\n| make-series Trend = count() default = 0 on EventTime step {time_range_picker:grain} by Domain\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | where DvcAction == \\\"Blocked\\\"\\r\\n | summarize Requests = count() by Domain\\r\\n ) on Domain\\r\\n| project Domain, Requests, Trend\\r\\n| order by Requests desc\\r\\n\\r\\n\",\"size\":0,\"showAnalytics\":true,\"title\":\"Top Blocked Domains\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Requests\",\"formatter\":4,\"formatOptions\":{\"palette\":\"redBright\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"redBright\",\"compositeBarSettings\":{\"labelText\":\"\"}},\"numberFormat\":{\"unit\":0,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"count_\",\"formatter\":4,\"formatOptions\":{\"palette\":\"blue\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"DeviceCustomDate1\",\"formatter\":5,\"formatOptions\":{\"aggregation\":\"Count\"}}]}},\"customWidth\":\"50\",\"name\":\"query - top blocked domains\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker} and DvcAction == \\\"Blocked\\\"\\r\\n| make-series Trend = count() default = 0 on EventTime step {time_range_picker:grain} by SrcUsername\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | where DvcAction == \\\"Blocked\\\"\\r\\n | summarize Requests = count() by SrcUsername\\r\\n ) on SrcUsername\\r\\n| extend User = SrcUsername\\r\\n| project User, Requests, Trend\\r\\n| order by Requests desc\",\"size\":0,\"showAnalytics\":true,\"title\":\"Top Blocked Users\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Requests\",\"formatter\":4,\"formatOptions\":{\"palette\":\"redBright\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"redBright\"}}]}},\"customWidth\":\"50\",\"name\":\"query - top blocked users\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| summarize sum(DstBytes), sum(SrcBytes), sum(NetworkBytes) by SrcUsername\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | make-series Trend = sum(NetworkBytes) default = 0 on EventTime step {time_range_picker:grain} by SrcUsername\\r\\n ) on SrcUsername\\r\\n| order by sum_NetworkBytes desc\\r\\n| project Username=SrcUsername\\r\\n, Received=sum_DstBytes\\r\\n, Sent=sum_SrcBytes\\r\\n, Total=sum_NetworkBytes\\r\\n, Trend\",\"size\":0,\"showAnalytics\":true,\"title\":\"Bandwidth By User\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Received\",\"formatter\":8,\"formatOptions\":{\"palette\":\"green\"},\"numberFormat\":{\"unit\":2,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Sent\",\"formatter\":8,\"formatOptions\":{\"palette\":\"green\"},\"numberFormat\":{\"unit\":2,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Total\",\"formatter\":8,\"formatOptions\":{\"palette\":\"green\"},\"numberFormat\":{\"unit\":2,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"blue\"}}]}},\"customWidth\":\"50\",\"name\":\"query - bandwidth by user\"},{\"type\":3,\"content\":{\"version\":\"KqlItem/1.0\",\"query\":\"ibossUrlEvent\\r\\n| where EventTime {time_range_picker}\\r\\n| make-series Trend = count() default = 0 on EventTime step {time_range_picker:grain} by SrcUsername\\r\\n| join kind = inner (ibossUrlEvent\\r\\n | where EventTime {time_range_picker}\\r\\n | summarize Requests = count() by SrcUsername\\r\\n ) on SrcUsername\\r\\n| extend User = SrcUsername\\r\\n| project User, Requests, Trend\\r\\n| order by Requests desc\",\"size\":0,\"showAnalytics\":true,\"title\":\"Connections by User\",\"showExportToExcel\":true,\"queryType\":0,\"resourceType\":\"microsoft.operationalinsights/workspaces\",\"visualization\":\"table\",\"gridSettings\":{\"formatters\":[{\"columnMatch\":\"Requests\",\"formatter\":4,\"formatOptions\":{\"palette\":\"blue\"},\"numberFormat\":{\"unit\":17,\"options\":{\"style\":\"decimal\"}}},{\"columnMatch\":\"Trend\",\"formatter\":9,\"formatOptions\":{\"palette\":\"blue\"}}]}},\"customWidth\":\"50\",\"name\":\"query - connections by user\"}],\"fromTemplateId\":\"sentinel-ibossWebUsageWorkbook\",\"$schema\":\"https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json\"}\n", "version": "1.0", "sourceId": "[variables('workspaceResourceId')]", "category": "sentinel"