You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<searchString>sourcetype="deepsecurity-antimalware"| top limit=5 dvchost | rename dvchost as "Computer Name" count AS "Event Count" percent AS "Percent of Total"</searchString>
47
+
<earliestTime>$timeframe.earliest$</earliestTime>
48
+
<latestTime>$timeframe.latest$</latestTime>
49
+
<optionname="wrap">true</option>
50
+
<optionname="rowNumbers">false</option>
51
+
<optionname="dataOverlayMode">none</option>
52
+
<optionname="drilldown">cell</option>
53
+
<optionname="count">10</option>
54
+
</table>
55
+
</panel>
56
+
<panel>
57
+
<table>
58
+
<title>Anti-Malware Status (Malware)</title>
59
+
<searchString>sourcetype="deepsecurity-antimalware"| top limit=5 cef_rulename | rename cef_rulename as "Malware Name" count AS "Event Count" percent AS "Percent of Total"</searchString>
<searchString>sourcetype=deepsecurity-firewall act="Deny"| top limit=5 cef_rulename | rename cef_rulename AS "Event Name" count AS "Event Count" percent AS "Percent of Total"</searchString>
68
+
<earliestTime>$timeframe.earliest$</earliestTime>
69
+
<latestTime>$timeframe.latest$</latestTime>
70
+
<optionname="wrap">true</option>
71
+
<optionname="rowNumbers">false</option>
72
+
<optionname="dataOverlayMode">none</option>
73
+
<optionname="drilldown">cell</option>
74
+
<optionname="count">10</option>
75
+
</table>
76
+
</panel>
77
+
<panel>
78
+
<table>
79
+
<title>Firewall Activity (Detected)</title>
80
+
<searchString>sourcetype=deepsecurity-firewall act="IDS:Deny"| top limit=5 cef_rulename | rename cef_rulename AS "Event Name" count AS "Event Count" percent AS "Percent of Total"</searchString>
81
+
<earliestTime>$timeframe.earliest$</earliestTime>
82
+
<latestTime>$timeframe.latest$</latestTime>
83
+
<optionname="wrap">true</option>
84
+
<optionname="rowNumbers">false</option>
85
+
<optionname="dataOverlayMode">none</option>
86
+
<optionname="drilldown">cell</option>
87
+
<optionname="count">10</option>
88
+
</table>
89
+
</panel>
90
+
</row>
91
+
<row>
92
+
<panel>
93
+
<table>
94
+
<title>Firewall IP Activity (Prevented)</title>
95
+
<searchString>sourcetype=deepsecurity-firewall act="Deny" src!="N/A"| top limit=5 src | rename src AS "Source IP" count AS "Event Count" percent AS "Percent of Total"</searchString>
96
+
<earliestTime>$timeframe.earliest$</earliestTime>
97
+
<latestTime>$timeframe.latest$</latestTime>
98
+
<optionname="wrap">true</option>
99
+
<optionname="rowNumbers">false</option>
100
+
<optionname="dataOverlayMode">none</option>
101
+
<optionname="drilldown">cell</option>
102
+
<optionname="count">10</option>
103
+
</table>
104
+
</panel>
105
+
<panel>
106
+
<table>
107
+
<title>Firewall IP Activity (Detected)</title>
108
+
<searchString>sourcetype=deepsecurity-firewall act="IDS:Deny" src!="N/A"| top limit=5 src | rename src AS "Source IP" count AS "Event Count" percent AS "Percent of Total"</searchString>
<searchString>sourcetype=deepsecurity-firewall act="Deny" | top limit=5 dvchost | rename dvchost AS "Computer Name" count AS "Event Count" percent AS "Percent of Total"</searchString>
<searchString>sourcetype=deepsecurity-firewall act="IDS:Deny" | top limit=5 dvchost | rename dvchost AS "Computer Name" count AS "Event Count" percent AS "Percent of Total"</searchString>
137
+
<earliestTime>$timeframe.earliest$</earliestTime>
138
+
<latestTime>$timeframe.latest$</latestTime>
139
+
<optionname="wrap">true</option>
140
+
<optionname="rowNumbers">false</option>
141
+
<optionname="dataOverlayMode">none</option>
142
+
<optionname="drilldown">cell</option>
143
+
<optionname="count">10</option>
144
+
</table>
145
+
</panel>
146
+
</row>
147
+
<row>
148
+
<panel>
149
+
<table>
150
+
<title>Firewall Port Activity (Prevented)</title>
151
+
<searchString>sourcetype=deepsecurity-firewall act="Deny" dpt > 0 dpt!="N/A"| top limit=5 dpt | rename dpt as "Destination Port" count AS "Event Count" percent AS "Percent of Total"</searchString>
152
+
<earliestTime>$timeframe.earliest$</earliestTime>
153
+
<latestTime>$timeframe.latest$</latestTime>
154
+
<optionname="wrap">true</option>
155
+
<optionname="rowNumbers">false</option>
156
+
<optionname="dataOverlayMode">none</option>
157
+
<optionname="drilldown">cell</option>
158
+
<optionname="count">10</option>
159
+
</table>
160
+
</panel>
161
+
<panel>
162
+
<table>
163
+
<title>Firewall Port Activity (Detected)</title>
164
+
<searchString>sourcetype=deepsecurity-firewall act="IDS:Deny" dpt > 0 dpt!="N/A"| top limit=5 dpt | rename dpt as "Destination Port" count AS "Event Count" percent AS "Percent of Total"</searchString>
<searchString>sourcetype=deepsecurity-integrity_monitoring| top limit=5 cef_rulename | rename cef_rulename AS "Event Name" count AS "Event Count" percent AS "Percent of Total"</searchString>
<searchString>sourcetype=deepsecurity-integrity_monitoring| top limit=5 dvchost | rename dvchost AS "Computer Name" count AS "Event Count" percent AS "Percent of Total"</searchString>
0 commit comments