{"info":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","description":"<html><head></head><body><p>TrackMe - An application for Splunk administrators to monitor and track data sources and hosts availability the easy way.</p>\n<p>See: <a href=\"https://trackme.readthedocs.io\">https://trackme.readthedocs.io</a></p>\n<p>TrackMe provides a builtin Python based API, serviced by the Splunk API, and categorized by resource groups.</p>\n<p>These endpoints can be used to interract with TrackMe in a programmatic fashion, for instance to perform integration tasks with automation systems.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<h2 id=\"user-and-roles\">User and roles</h2>\n<p>You can use any combination of user and roles depending on your preferences, technically, using the TrackMe API endpoint requires read and write permissions to various objects hosted in the TrackMe namespace.</p>\n<p>TrackMe contains a builtin role trackme_admin which defines required accesses to these objects, you can use this role and make sure the user that will be achieving the rest calls is member of this role, or inherits from it.</p>\n<h3 id=\"prior-to-splunk-730\">Prior to Splunk 7.3.0</h3>\n<p>Prior to Splunk Splunk 7.3.0, the easiest is to used a standard login / password approach to authenticate against Splunk API, similary to:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl -k -u admin:'ch@ngeM3'\n</code></pre><p>Alternatively, it is possible to perform first the authentication and retrieve a temporary token to be used for the REST calls:</p>\n<p>See: <a href=\"https://docs.splunk.com/Documentation/Splunk/latest/RESTUM/RESTusing#Authentication_and_authorization\">Splunk docs API token</a></p>\n<p><em>Example:</em></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl -k https://localhost:8089/services/auth/login --data-urlencode username=svc_splunk --data-urlencode password=pass\n\n&lt;response&gt;\n  &lt;sessionKey&gt;DWGNbGpJgSj30w0GxTAxMj8t0dZKjvjxLYaP^yphdluFN_FGz4gz^NhcgPCLDkjWH3BUQa1Vewt8FTF8KXyyfI09HqjOicIthMuBIB70dVJA8Jg&lt;/sessionKey&gt;\n  &lt;messages&gt;\n    &lt;msg code=\"\"&gt;&lt;/msg&gt;\n  &lt;/messages&gt;\n&lt;/response&gt;\n\nexport token=\"DWGNbGpJgSj30w0GxTAxMj8t0dZKjvjxLYaP^yphdluFN_FGz4gz^NhcgPCLDkjWH3BUQa1Vewt8FTF8KXyyfI09HqjOicIthMuBIB70dVJA8Jg\"\n</code></pre><p>A token remains valid for the time of a session. (1 hour by default)</p>\n<p>The token would be used as following:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl -k -H \"Authorization: Splunk $token\"\n</code></pre><h3 id=\"for-splunk-730-and-later\">For Splunk 7.3.0 and later</h3>\n<p>Splunk 7.3.0 introduced the usage of proper authentication tokens, which is the recommended way to authenticate against splunkd API:</p>\n<p>See: <a href=\"https://docs.splunk.com/Documentation/Splunk/latest/Security/UseAuthTokens\">Splunk docs JSON authentication token</a></p>\n<p>Once you have created an authentication token for the user to be used as the service account, using curl specify the bearer token:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl -k –H \"Authorization: Bearer &lt;token&gt;\"\n</code></pre><h1 id=\"variables\">Variables</h1>\n<p>This API collection relies on collection level variables, which you would override with environment level variables to define the Splunk target and credentials. (the collection uses basic auth for ease of development and demo)</p>\n<ul>\n<li><strong>SPLUNK_URL:</strong> replacte the FQDN / IP of the Splunk search head or VIP address (Search Head Cluster)</li>\n<li><strong>SPLUNK_PORT:</strong> the splunkd port, defaults to 8089</li>\n<li><strong>SPLUNK_LOGIN:</strong> the login name for basic auth</li>\n<li><strong>SPLUNK_PASSWD:</strong> the password for basic auth</li>\n</ul>\n<p>By default, the collection targets an environment running locally (localhost:8089) with a default common practice credentials for development and demos, create your own environment in Postman and assign your own values to target a real Splunk environment.</p>\n<p>Each query targets an endpoint path using these variables, similary to:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://&lt;url_var&gt;:&lt;port_var&gt;/services/trackme/v1/&lt;endpoint_resource_group&gt;/&lt;endpoint&gt;\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Variables","slug":"variables"}],"owner":"7845664","collectionId":"a79aba27-3338-4548-8a1d-6dd66e1bef42","publishedId":"TVt2c3a9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-01-02T01:37:34.000Z"},"item":[{"name":"Acknowledgment endpoints","item":[{"name":"ack_collection / Get full Ack collection","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"105ff830-5834-4c95-b928-75ab553f5020","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/ack/ack_collection","description":"<p><strong>This endpoint retrieves the entire acknowledgment collection returned as a JSON array, it requires a GET call with no data required.</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","ack","ack_collection"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"02845e25-b33b-412e-80a7-67e66d043718","name":"ack_collection / Get full Ack collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"model_name\": \"Example format\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/ack/ack_collection"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:37:22 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"325"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"ack_expiration\": \"1609670148.7841425\",\n  \"ack_mtime\": \"1609583748.7841425\",\n  \"ack_state\": \"active\",\n  \"keyid\": \"5ff04c84d84724156d458dc1\",\n  \"limit_expiration\": \"1609669848.7841425\",\n  \"object\": \"network:pan:traffic\",\n  \"object_category\": \"data_source\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff04c84d84724156d458dc1\"\n }\n]"}],"_postman_id":"105ff830-5834-4c95-b928-75ab553f5020"},{"name":"ack_by_key / Get Ack by _key","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"61c505de-4a68-4da3-aba9-ee03c0678f2f","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_key\": \"5fd3fe737b1bef735d3f3532\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/ack/ack_by_key","description":"<p><strong>This endpoint retrieves an existing acknowledgment record by the Kvstore key, it requires a GET call with the following information:</strong></p>\n<ul>\n<li>\"_key\": KVstore unique identifier for this record</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","ack","ack_by_key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e0a7ad90-5588-4e2c-a413-01bdc84e2139","name":"ack_by_key / Get Ack by _key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_key\": \"5ff04c84d84724156d458dc1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/ack/ack_by_key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:38:21 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"310"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"ack_expiration\": \"1609670148.7841425\",\n \"ack_mtime\": \"1609583748.7841425\",\n \"ack_state\": \"active\",\n \"keyid\": \"5ff04c84d84724156d458dc1\",\n \"limit_expiration\": \"1609669848.7841425\",\n \"object\": \"network:pan:traffic\",\n \"object_category\": \"data_source\",\n \"_user\": \"nobody\",\n \"_key\": \"5ff04c84d84724156d458dc1\"\n}"}],"_postman_id":"61c505de-4a68-4da3-aba9-ee03c0678f2f"},{"name":"ack_by_object / Get Ack by object","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"930cb1b6-dd9a-49b0-bc4f-f7c1312dc1c1","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object_category\": \"data_source\",\n    \"object\": \"network:pan:traffic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/ack/ack_by_object","description":"<p><strong>This endpoint retrieves an existing acknowledgment record by the object name, it requires a GET call with the following information:</strong></p>\n<ul>\n<li><p>\"object_category\": type of object (data_source / data_host / metric_host)</p>\n</li>\n<li><p>\"object\": name of the entity</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","ack","ack_by_object"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5e00a2ac-7d89-4193-a3b5-6c81a7036ed1","name":"ack_by_object / Get Ack by object","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object_category\": \"data_source\",\n    \"object\": \"network:pan:traffic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/ack/ack_by_object"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:47:44 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"242"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"object\": \"network:pan:traffic\",\n  \"object_category\": \"data_source\",\n  \"ack_expiration\": \"1609678061.5265079\",\n  \"ack_state\": \"active\",\n  \"ack_mtime\": \"1609591661.5265079\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff06b6dd84724156d458e24\"\n }\n]"}],"_postman_id":"930cb1b6-dd9a-49b0-bc4f-f7c1312dc1c1"},{"name":"ack_enable / Enable Ack","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"42ea1784-9123-4c73-a3b0-09a348204327","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object_category\": \"data_source\",\n    \"object\": \"network:pan:traffic\",\n    \"ack_period\": \"86400\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/ack/ack_enable","description":"<p><strong>This endpoint will enable an acknowledgment by the object name, it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"object_category\": type of object (data_source / data_host / metric_host)</p>\n</li>\n<li><p>\"object\": name of the entity</p>\n</li>\n<li><p>\"ack_period\": period for the acknowledgment in seconds</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","ack","ack_enable"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"08535b1c-102d-45ea-a7c3-1d82e1ef8274","name":"ack_enable / Enable Ack","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object_category\": \"data_source\",\n    \"object\": \"network:pan:traffic\",\n    \"ack_period\": \"86400\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/ack/ack_enable"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:35:48 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"172"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object\": \"network:pan:traffic\",\n \"object_category\": \"data_source\",\n \"ack_expiration\": \"1609670148.7841425\",\n \"ack_state\": \"active\",\n \"ack_mtime\": \"1609583748.7841425\"\n}"}],"_postman_id":"42ea1784-9123-4c73-a3b0-09a348204327"},{"name":"ack_disable / Disable Ack","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"53548926-1af7-448b-9aee-4a6088208095","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object_category\": \"data_source\",\n    \"object\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/ack/ack_disable","description":"<p><strong>This endpoint will disable an acknowledgment by the object name, it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"object_category\": type of object (data_source / data_host / metric_host)</p>\n</li>\n<li><p>\"object\": name of the entity</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","ack","ack_disable"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"45f83cc3-6fae-4ac4-a00b-c3ac6e3f7fa3","name":"ack_disable / Disable Ack","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object_category\": \"data_source\",\n    \"object\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/ack/ack_disable"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:40:02 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"216"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object\": \"network:pan:traffic\",\n \"object_category\": \"data_source\",\n \"ack_expiration\": \"N/A\",\n \"ack_state\": \"inactive\",\n \"ack_mtime\": \"1609584002.0049438\",\n \"_user\": \"nobody\",\n \"_key\": \"5ff04c84d84724156d458dc1\"\n}"}],"_postman_id":"53548926-1af7-448b-9aee-4a6088208095"}],"id":"89e07975-4d1a-42c3-ba12-d9391f65d8db","description":"<p><strong>Acknowledgments allow silencing an entity alert for a given period of time automatically.</strong></p>\n<p>See: <a href=\"https://trackme.readthedocs.io/en/latest/userguide.html#alerts-acknowledgment\">https://trackme.readthedocs.io/en/latest/userguide.html#alerts-acknowledgment</a></p>\n","event":[{"listen":"prerequest","script":{"id":"88fdd325-6b28-4b87-b601-fa02a41da3b9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"36331df1-6679-46fa-83a9-fdfc21260f0f","type":"text/javascript","exec":[""]}}],"_postman_id":"89e07975-4d1a-42c3-ba12-d9391f65d8db","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Data Sources endpoints","item":[{"name":"ds_collection / Get full Data Sources collection","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"104c623b-dba4-4649-8bb4-20b7335f3304","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_collection","description":"<p><strong>This endpoint retrieves the entire data sources collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sources","ds_collection"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"04dfb9a3-7c55-4666-83f7-01418e8c1e43","name":"ds_collection / Get full Data Sources collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object_category\": \"data_source\",\n    \"object\": \"network:pan:traffic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_collection"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:42:28 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"2002"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"252\",\n  \"data_first_time_seen\": \"1609583756\",\n  \"data_index\": \"linux_emea\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584000\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"0\",\n  \"data_last_lag_seen_idx\": \"0\",\n  \"data_last_time_seen\": \"1609584000\",\n  \"data_last_time_seen_idx\": \"1609584000\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"linux_emea:linux_secure\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"linux_secure\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"linux_emea:linux_secure\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=linux_emea:linux_secure has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"07025724a9df0a3efde4296ca742abcb\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"100\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584002\",\n  \"data_last_ingestion_lag_seen\": \"1\",\n  \"data_last_lag_seen\": \"-1\",\n  \"data_last_lag_seen_idx\": \"-2\",\n  \"data_last_time_seen\": \"1609584001\",\n  \"data_last_time_seen_idx\": \"1609584002\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"main:sample5\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"sample5\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"main:sample5\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=main:sample5 has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"0e8d6df980b6a8697743b326297fdf84\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"100\",\n  \"data_first_time_seen\": \"1609583758\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584002\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-2\",\n  \"data_last_lag_seen_idx\": \"-2\",\n  \"data_last_time_seen\": \"1609584002\",\n  \"data_last_time_seen_idx\": \"1609584002\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"main:XmlWinEventLog\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"XmlWinEventLog\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"main:XmlWinEventLog\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=main:XmlWinEventLog has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"10dc049f74b48fbcc83842315134bc57\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"100\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584002\",\n  \"data_last_ingestion_lag_seen\": \"1\",\n  \"data_last_lag_seen\": \"-1\",\n  \"data_last_lag_seen_idx\": \"-2\",\n  \"data_last_time_seen\": \"1609584001\",\n  \"data_last_time_seen_idx\": \"1609584002\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"main:sample10-noformat\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"sample10-noformat\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"main:sample10-noformat\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=main:sample10-noformat has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"12d141af2a40a24ad63689e93379016a\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"100\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584001\",\n  \"data_last_ingestion_lag_seen\": \"1\",\n  \"data_last_lag_seen\": \"0\",\n  \"data_last_lag_seen_idx\": \"-2\",\n  \"data_last_time_seen\": \"1609584000\",\n  \"data_last_time_seen_idx\": \"1609584002\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"main:sample8-multiformat\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"sample8-multiformat\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"main:sample8-multiformat\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=main:sample8-multiformat has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"14100d16ac7c8cdaca2c1bcc6874c6f8\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"100\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584002\",\n  \"data_last_ingestion_lag_seen\": \"2\",\n  \"data_last_lag_seen\": \"0\",\n  \"data_last_lag_seen_idx\": \"-2\",\n  \"data_last_time_seen\": \"1609584000\",\n  \"data_last_time_seen_idx\": \"1609584002\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"main:sample2\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"sample2\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"main:sample2\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=main:sample2 has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"2004bcb425a16f82c728dc1919cc25eb\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"100\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584002\",\n  \"data_last_ingestion_lag_seen\": \"1\",\n  \"data_last_lag_seen\": \"-1\",\n  \"data_last_lag_seen_idx\": \"-2\",\n  \"data_last_time_seen\": \"1609584001\",\n  \"data_last_time_seen_idx\": \"1609584002\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"main:sample7\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"sample7\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"main:sample7\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=main:sample7 has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"36a978cc0fbe3d33b11fa215c57c5dff\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1502\",\n  \"data_first_time_seen\": \"1609583756\",\n  \"data_index\": \"firewall\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584002\",\n  \"data_last_ingestion_lag_seen\": \"1\",\n  \"data_last_lag_seen\": \"-1\",\n  \"data_last_lag_seen_idx\": \"-1\",\n  \"data_last_time_seen\": \"1609584001\",\n  \"data_last_time_seen_idx\": \"1609584001\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"firewall:pan:traffic\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"6\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"firewall:pan:traffic\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=firewall:pan:traffic has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5350c08ae7d8517b89c25787b23e86cf\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"100\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584002\",\n  \"data_last_ingestion_lag_seen\": \"1\",\n  \"data_last_lag_seen\": \"-1\",\n  \"data_last_lag_seen_idx\": \"-2\",\n  \"data_last_time_seen\": \"1609584001\",\n  \"data_last_time_seen_idx\": \"1609584002\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"main:sample6\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"sample6\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"main:sample6\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=main:sample6 has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5b7827289a1cdfd3350f53a2437e243d\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"100\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584000\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"0\",\n  \"data_last_lag_seen_idx\": \"-2\",\n  \"data_last_time_seen\": \"1609584000\",\n  \"data_last_time_seen_idx\": \"1609584002\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"main:sample1\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"sample1\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"main:sample1\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=main:sample1 has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"6e25b0b89ae6110612dc79d8ffdd7cd7\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"247\",\n  \"data_first_time_seen\": \"1609583756\",\n  \"data_index\": \"linux_amer\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609583999\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"1\",\n  \"data_last_lag_seen_idx\": \"1\",\n  \"data_last_time_seen\": \"1609583999\",\n  \"data_last_time_seen_idx\": \"1609583999\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"linux_amer:linux_secure\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"linux_secure\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"linux_amer:linux_secure\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=linux_amer:linux_secure has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"7116de8fd9b18579e836e882ab7db9d3\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1509\",\n  \"data_first_time_seen\": \"1609583756\",\n  \"data_index\": \"network\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584002\",\n  \"data_last_ingestion_lag_seen\": \"1\",\n  \"data_last_lag_seen\": \"0\",\n  \"data_last_lag_seen_idx\": \"0\",\n  \"data_last_time_seen\": \"1609584000\",\n  \"data_last_time_seen_idx\": \"1609584000\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"network:pan:traffic\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"6\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"network:pan:traffic\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=network:pan:traffic has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"100\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584002\",\n  \"data_last_ingestion_lag_seen\": \"1\",\n  \"data_last_lag_seen\": \"-1\",\n  \"data_last_lag_seen_idx\": \"-2\",\n  \"data_last_time_seen\": \"1609584001\",\n  \"data_last_time_seen_idx\": \"1609584002\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"main:sample9-customformat\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"sample9-customformat\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"main:sample9-customformat\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=main:sample9-customformat has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"967301ab50fccc323c9d5890da483768\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"100\",\n  \"data_first_time_seen\": \"1609583758\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584002\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-2\",\n  \"data_last_lag_seen_idx\": \"-2\",\n  \"data_last_time_seen\": \"1609584002\",\n  \"data_last_time_seen_idx\": \"1609584002\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"main:retail_transaction\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"retail_transaction\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"main:retail_transaction\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=main:retail_transaction has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"ab994e3b00751d45591c7abc2b7a1061\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"251\",\n  \"data_first_time_seen\": \"1609583756\",\n  \"data_index\": \"linux_apac\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584000\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"0\",\n  \"data_last_lag_seen_idx\": \"0\",\n  \"data_last_time_seen\": \"1609584000\",\n  \"data_last_time_seen_idx\": \"1609584000\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"linux_apac:linux_secure\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"linux_secure\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"linux_apac:linux_secure\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=linux_apac:linux_secure has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"af59d15d10734364fefbb3766b87843a\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"100\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584001\",\n  \"data_last_ingestion_lag_seen\": \"1\",\n  \"data_last_lag_seen\": \"0\",\n  \"data_last_lag_seen_idx\": \"-2\",\n  \"data_last_time_seen\": \"1609584000\",\n  \"data_last_time_seen_idx\": \"1609584002\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"main:sample4\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"sample4\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"main:sample4\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=main:sample4 has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"b052a513581b27cd0b64763b9f680bef\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"4\",\n  \"data_first_time_seen\": \"1609583758\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609583760\",\n  \"data_last_ingestion_lag_seen\": \"2\",\n  \"data_last_lag_seen\": \"242\",\n  \"data_last_lag_seen_idx\": \"-2\",\n  \"data_last_time_seen\": \"1609583758\",\n  \"data_last_time_seen_idx\": \"1609584002\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"main:Script:ListeningPorts\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"Script:ListeningPorts\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"main:Script:ListeningPorts\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=main:Script:ListeningPorts has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"c4bbaf7cb0df93d5e9db89fff2fd39a0\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"100\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584002\",\n  \"data_last_ingestion_lag_seen\": \"1\",\n  \"data_last_lag_seen\": \"-1\",\n  \"data_last_lag_seen_idx\": \"-2\",\n  \"data_last_time_seen\": \"1609584001\",\n  \"data_last_time_seen_idx\": \"1609584002\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"main:sample3\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"sample3\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"main:sample3\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=main:sample3 has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"d01f5ee472a47f9c0aa7d47574d5c623\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"100\",\n  \"data_first_time_seen\": \"1609583758\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584002\",\n  \"data_last_ingestion_lag_seen\": \"1\",\n  \"data_last_lag_seen\": \"-1\",\n  \"data_last_lag_seen_idx\": \"-2\",\n  \"data_last_time_seen\": \"1609584001\",\n  \"data_last_time_seen_idx\": \"1609584002\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"main:WinHostMon\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"WinHostMon\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"1\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"main:WinHostMon\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=main:WinHostMon has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"eb0edd18ed8ee1dc9dd062baf1ad5af7\"\n }\n]"}],"_postman_id":"104c623b-dba4-4649-8bb4-20b7335f3304"},{"name":"ds_by_key / Get Data Source by _key","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"d94ee1cb-a5ee-44f1-983e-9a13e2dd7a03","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_by_key","description":"<p><strong>This endpoint retrieves an existing data source record by the Kvstore key, it requires a GET call with the following information:</strong></p>\n<ul>\n<li>\"_key\": KVstore unique identifier for this record</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sources","ds_by_key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"99dbcfbc-f688-4659-b8c1-02b0e5d92f0c","name":"ds_by_key / Get Data Source by _key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_by_key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:42:39 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"709"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierLowerThresholdMultiplier\": \"4\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierSpan\": \"5m\",\n \"OutlierTimePeriod\": \"-7d\",\n \"OutlierUpperThresholdMultiplier\": \"4\",\n \"_time\": \"1609584000\",\n \"current_state\": \"green\",\n \"data_eventcount\": \"1509\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_index\": \"network\",\n \"data_lag_alert_kpis\": \"all_kpis\",\n \"data_last_ingest\": \"1609584002\",\n \"data_last_ingestion_lag_seen\": \"1\",\n \"data_last_lag_seen\": \"0\",\n \"data_last_lag_seen_idx\": \"0\",\n \"data_last_time_seen\": \"1609584000\",\n \"data_last_time_seen_idx\": \"1609584000\",\n \"data_max_lag_allowed\": \"3600\",\n \"data_monitored_state\": \"enabled\",\n \"data_monitoring_level\": \"sourcetype\",\n \"data_monitoring_wdays\": \"auto:all_days\",\n \"data_name\": \"network:pan:traffic\",\n \"data_override_lagging_class\": \"false\",\n \"data_previous_source_state\": \"discovered\",\n \"data_previous_tracker_runtime\": \"1609584000\",\n \"data_sample_feature\": \"enabled\",\n \"data_sample_lastrun\": \"0\",\n \"data_sample_status_colour\": \"green\",\n \"data_source_is_online\": \"true\",\n \"data_source_state\": \"green\",\n \"data_sourcetype\": \"pan:traffic\",\n \"data_tracker_runtime\": \"1609584000\",\n \"dcount_host\": \"6\",\n \"enable_behaviour_analytic\": \"true\",\n \"info_max_time\": \"1609598400.000\",\n \"info_min_time\": \"1609569600.000\",\n \"info_search_time\": \"1609584000.133\",\n \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n \"isAnomaly\": \"0\",\n \"isOutlier\": \"0\",\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"min_dcount_host\": \"any\",\n \"object\": \"network:pan:traffic\",\n \"object_category\": \"data_source\",\n \"object_previous_state\": \"discovered\",\n \"object_state\": \"green\",\n \"priority\": \"medium\",\n \"result\": \"02/01/2021 10:40:00, object=network:pan:traffic has flipped from previous_state=discovered to state=green\",\n \"_user\": \"nobody\",\n \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n}"}],"_postman_id":"d94ee1cb-a5ee-44f1-983e-9a13e2dd7a03"},{"name":"ds_by_name / Get Data Source by name","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"bcf630ac-63dc-46ee-a84f-35884a1de44c","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_by_name","description":"<p><strong>This endpoint retrieves an existing data source record by the data source name (data_name), it requires a GET call with the following information:</strong></p>\n<ul>\n<li>\"data_name\": name of the data source</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sources","ds_by_name"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bd6acd88-523c-4009-9850-cf1befbda5ff","name":"ds_by_name / Get Data Source by name","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_by_name"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:43:17 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"721"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584000\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1509\",\n  \"data_first_time_seen\": \"1609583756\",\n  \"data_index\": \"network\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584002\",\n  \"data_last_ingestion_lag_seen\": \"1\",\n  \"data_last_lag_seen\": \"0\",\n  \"data_last_lag_seen_idx\": \"0\",\n  \"data_last_time_seen\": \"1609584000\",\n  \"data_last_time_seen_idx\": \"1609584000\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_level\": \"sourcetype\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_name\": \"network:pan:traffic\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_source_state\": \"discovered\",\n  \"data_previous_tracker_runtime\": \"1609584000\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_lastrun\": \"0\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_source_is_online\": \"true\",\n  \"data_source_state\": \"green\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609584000\",\n  \"dcount_host\": \"6\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609598400.000\",\n  \"info_min_time\": \"1609569600.000\",\n  \"info_search_time\": \"1609584000.133\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD59d65946de75034bc_at_1609584000_3\",\n  \"isAnomaly\": \"0\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"min_dcount_host\": \"any\",\n  \"object\": \"network:pan:traffic\",\n  \"object_category\": \"data_source\",\n  \"object_previous_state\": \"discovered\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"result\": \"02/01/2021 10:40:00, object=network:pan:traffic has flipped from previous_state=discovered to state=green\",\n  \"_user\": \"nobody\",\n  \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n }\n]"}],"_postman_id":"bcf630ac-63dc-46ee-a84f-35884a1de44c"},{"name":"ds_enable_monitoring / Enable monitoring","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"26102cf8-fd46-45dd-9a8b-7a4d168cc431","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_enable_monitoring","description":"<p><strong>This endpoint enables data monitoring for an existing data source by the data source name (data_name), it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the data source</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sources","ds_enable_monitoring"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b22915cc-8d47-451b-98bd-7eb56580c9d9","name":"ds_enable_monitoring / Enable monitoring","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_enable_monitoring"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:43:54 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"531"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"data_source\",\n \"data_index\": \"network\",\n \"data_last_lag_seen\": \"0\",\n \"data_last_ingestion_lag_seen\": \"1\",\n \"data_eventcount\": \"1509\",\n \"data_last_lag_seen_idx\": \"0\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_last_time_seen\": \"1609584000\",\n \"data_last_ingest\": \"1609584002\",\n \"data_last_time_seen_idx\": \"1609584000\",\n \"data_max_lag_allowed\": \"3600\",\n \"data_lag_alert_kpis\": \"all_kpis\",\n \"data_monitored_state\": \"enabled\",\n \"data_name\": \"network:pan:traffic\",\n \"data_sourcetype\": \"pan:traffic\",\n \"data_monitoring_level\": \"sourcetype\",\n \"data_monitoring_wdays\": \"auto:all_days\",\n \"data_override_lagging_class\": \"false\",\n \"data_source_state\": \"green\",\n \"data_tracker_runtime\": \"1609584000\",\n \"data_previous_source_state\": \"discovered\",\n \"data_previous_tracker_runtime\": \"1609584000\",\n \"dcount_host\": \"6\",\n \"min_dcount_host\": \"any\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierLowerThresholdMultiplier\": \"4\",\n \"OutlierUpperThresholdMultiplier\": \"4\",\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierTimePeriod\": \"-7d\",\n \"OutlierSpan\": \"5m\",\n \"isOutlier\": \"0\",\n \"enable_behaviour_analytic\": \"true\",\n \"isAnomaly\": \"0\",\n \"data_sample_lastrun\": \"0\",\n \"tags\": null,\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n}"}],"_postman_id":"26102cf8-fd46-45dd-9a8b-7a4d168cc431"},{"name":"ds_disable_monitoring / Disable monitoring","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"cc713cec-4618-4f04-ac53-f389c94eb4dd","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_disable_monitoring","description":"<p><strong>This endpoint disables data monitoring for an existing data source by the data source name (data_name), it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the data source</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sources","ds_disable_monitoring"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9aa24b97-9b70-4a7b-80b4-312515998bcd","name":"ds_disable_monitoring / Disable monitoring","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_disable_monitoring"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:44:40 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"533"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"data_source\",\n \"data_index\": \"network\",\n \"data_last_lag_seen\": \"0\",\n \"data_last_ingestion_lag_seen\": \"1\",\n \"data_eventcount\": \"1509\",\n \"data_last_lag_seen_idx\": \"0\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_last_time_seen\": \"1609584000\",\n \"data_last_ingest\": \"1609584002\",\n \"data_last_time_seen_idx\": \"1609584000\",\n \"data_max_lag_allowed\": \"3600\",\n \"data_lag_alert_kpis\": \"all_kpis\",\n \"data_monitored_state\": \"disabled\",\n \"data_name\": \"network:pan:traffic\",\n \"data_sourcetype\": \"pan:traffic\",\n \"data_monitoring_level\": \"sourcetype\",\n \"data_monitoring_wdays\": \"auto:all_days\",\n \"data_override_lagging_class\": \"false\",\n \"data_source_state\": \"green\",\n \"data_tracker_runtime\": \"1609584000\",\n \"data_previous_source_state\": \"discovered\",\n \"data_previous_tracker_runtime\": \"1609584000\",\n \"dcount_host\": \"6\",\n \"min_dcount_host\": \"any\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierLowerThresholdMultiplier\": \"4\",\n \"OutlierUpperThresholdMultiplier\": \"4\",\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierTimePeriod\": \"-7d\",\n \"OutlierSpan\": \"5m\",\n \"isOutlier\": \"0\",\n \"enable_behaviour_analytic\": \"true\",\n \"isAnomaly\": \"0\",\n \"data_sample_lastrun\": \"0\",\n \"tags\": null,\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n}"}],"_postman_id":"cc713cec-4618-4f04-ac53-f389c94eb4dd"},{"name":"ds_update_priority / Update priority","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6589e206-4620-4e26-89c4-d93d7489d702","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\",\n    \"priority\": \"high\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_update_priority","description":"<p><strong>This endpoint updates the priority definition for an existing data source by the data source name (data_name), it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the data source</p>\n</li>\n<li><p>\"priority\": priority value, valid options are low / medium / high</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sources","ds_update_priority"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9635ce71-d5c0-40b8-90be-9977e5a2a92c","name":"ds_update_lag_policy / Update lagging policy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\",\n    \"data_lag_alert_kpis\": \"lag_ingestion_kpi\",\n    \"data_max_lag_allowed\": \"300\",\n    \"data_override_lagging_class\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_update_lag_policy"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:45:24 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"534"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"data_source\",\n \"data_index\": \"network\",\n \"data_last_lag_seen\": \"-14\",\n \"data_last_ingestion_lag_seen\": \"1\",\n \"data_eventcount\": \"3353\",\n \"data_last_lag_seen_idx\": \"-14\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_last_time_seen\": \"1609584314\",\n \"data_last_ingest\": \"1609584315\",\n \"data_last_time_seen_idx\": \"1609584314\",\n \"data_max_lag_allowed\": \"300\",\n \"data_lag_alert_kpis\": \"lag_ingestion_kpi\",\n \"data_monitored_state\": \"disabled\",\n \"data_name\": \"network:pan:traffic\",\n \"data_sourcetype\": \"pan:traffic\",\n \"data_monitoring_level\": \"sourcetype\",\n \"data_monitoring_wdays\": \"auto:all_days\",\n \"data_override_lagging_class\": \"true\",\n \"data_source_state\": \"green\",\n \"data_tracker_runtime\": \"1609584300\",\n \"data_previous_source_state\": \"green\",\n \"data_previous_tracker_runtime\": \"1609584000\",\n \"dcount_host\": \"6\",\n \"min_dcount_host\": \"any\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierLowerThresholdMultiplier\": \"4\",\n \"OutlierUpperThresholdMultiplier\": \"4\",\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierTimePeriod\": \"-7d\",\n \"OutlierSpan\": \"5m\",\n \"isOutlier\": \"0\",\n \"enable_behaviour_analytic\": \"true\",\n \"isAnomaly\": \"0\",\n \"data_sample_lastrun\": \"0\",\n \"tags\": null,\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n}"}],"_postman_id":"6589e206-4620-4e26-89c4-d93d7489d702"},{"name":"ds_update_lag_policy / Update lagging policy","event":[{"listen":"test","script":{"id":"66a72346-bf62-4cde-bcdd-0b1d31ec2549","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"0d22027a-91b4-4619-8bf0-18d8812fe000","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\",\n    \"data_lag_alert_kpis\": \"lag_ingestion_kpi\",\n    \"data_max_lag_allowed\": \"300\",\n    \"data_override_lagging_class\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_update_lag_policy","description":"<p><strong>This endpoint configures the lagging policy for an existing data source, it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the data source</p>\n</li>\n<li><p>\"data_lag_alert_kpis\": KPIs policy to be applied, valid options are all_kpis / lag_ingestion_kpi / lag_event_kpi</p>\n</li>\n<li><p>\"data_max_lag_allowed\": maximal accepted lagging value in seconds, must be an integer</p>\n</li>\n<li><p>\"data_override_lagging_class\": overrides lagging classes, valid options are true / false</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sources","ds_update_lag_policy"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"253946d8-f4a7-407a-b035-b41621c4fcc3","name":"ds_update_lag_policy / Update lagging policy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\",\n    \"data_lag_alert_kpis\": \"lag_ingestion_kpi\",\n    \"data_max_lag_allowed\": \"300\",\n    \"data_override_lagging_class\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_update_lag_policy"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:45:24 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"534"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"data_source\",\n \"data_index\": \"network\",\n \"data_last_lag_seen\": \"-14\",\n \"data_last_ingestion_lag_seen\": \"1\",\n \"data_eventcount\": \"3353\",\n \"data_last_lag_seen_idx\": \"-14\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_last_time_seen\": \"1609584314\",\n \"data_last_ingest\": \"1609584315\",\n \"data_last_time_seen_idx\": \"1609584314\",\n \"data_max_lag_allowed\": \"300\",\n \"data_lag_alert_kpis\": \"lag_ingestion_kpi\",\n \"data_monitored_state\": \"disabled\",\n \"data_name\": \"network:pan:traffic\",\n \"data_sourcetype\": \"pan:traffic\",\n \"data_monitoring_level\": \"sourcetype\",\n \"data_monitoring_wdays\": \"auto:all_days\",\n \"data_override_lagging_class\": \"true\",\n \"data_source_state\": \"green\",\n \"data_tracker_runtime\": \"1609584300\",\n \"data_previous_source_state\": \"green\",\n \"data_previous_tracker_runtime\": \"1609584000\",\n \"dcount_host\": \"6\",\n \"min_dcount_host\": \"any\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierLowerThresholdMultiplier\": \"4\",\n \"OutlierUpperThresholdMultiplier\": \"4\",\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierTimePeriod\": \"-7d\",\n \"OutlierSpan\": \"5m\",\n \"isOutlier\": \"0\",\n \"enable_behaviour_analytic\": \"true\",\n \"isAnomaly\": \"0\",\n \"data_sample_lastrun\": \"0\",\n \"tags\": null,\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n}"}],"_postman_id":"0d22027a-91b4-4619-8bf0-18d8812fe000"},{"name":"ds_update_min_dcount_host / Update minimal host dcount","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"3edf7063-b844-4528-aef8-1f40d991d4a7","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\",\n    \"min_dcount_host\": \"100\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_update_min_dcount_host","description":"<p><strong>This endpoint configures the minimal number of distinct hosts count for an existing data source, it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the data source</p>\n</li>\n<li><p>\"data_max_lag_allowed\": minimal accepted number of distinct count hosts, must be an integer</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sources","ds_update_min_dcount_host"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1edcc5ea-5a1f-4575-9963-8d0cc4f58a89","name":"ds_update_min_dcount_host / Update minimal host dcount","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\",\n    \"min_dcount_host\": \"100\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_update_min_dcount_host"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:47:03 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"533"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"data_source\",\n \"data_index\": \"network\",\n \"data_last_lag_seen\": \"-14\",\n \"data_last_ingestion_lag_seen\": \"1\",\n \"data_eventcount\": \"3353\",\n \"data_last_lag_seen_idx\": \"-14\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_last_time_seen\": \"1609584314\",\n \"data_last_ingest\": \"1609584315\",\n \"data_last_time_seen_idx\": \"1609584314\",\n \"data_max_lag_allowed\": \"300\",\n \"data_lag_alert_kpis\": \"lag_ingestion_kpi\",\n \"data_monitored_state\": \"disabled\",\n \"data_name\": \"network:pan:traffic\",\n \"data_sourcetype\": \"pan:traffic\",\n \"data_monitoring_level\": \"sourcetype\",\n \"data_monitoring_wdays\": \"auto:all_days\",\n \"data_override_lagging_class\": \"true\",\n \"data_source_state\": \"green\",\n \"data_tracker_runtime\": \"1609584300\",\n \"data_previous_source_state\": \"green\",\n \"data_previous_tracker_runtime\": \"1609584000\",\n \"dcount_host\": \"6\",\n \"min_dcount_host\": \"100\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierLowerThresholdMultiplier\": \"4\",\n \"OutlierUpperThresholdMultiplier\": \"4\",\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierTimePeriod\": \"-7d\",\n \"OutlierSpan\": \"5m\",\n \"isOutlier\": \"0\",\n \"enable_behaviour_analytic\": \"true\",\n \"isAnomaly\": \"0\",\n \"data_sample_lastrun\": \"0\",\n \"tags\": null,\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n}"}],"_postman_id":"3edf7063-b844-4528-aef8-1f40d991d4a7"},{"name":"ds_update_wdays_by_name / Update week days monitoring","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"97c02b3c-e3a6-44e1-a7f7-e847a1afc01b","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\",\n    \"data_monitoring_wdays\": \"manual:monday-to-friday\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_update_wdays","description":"<p><strong>This endpoint configures the week days monitoring rule for an existing data source, it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the data source</p>\n</li>\n<li><p>\"data_monitoring_wdays\": the week days rule, valid options are manual:all_days / manual:monday-to-friday / manual:monday-to-saturday / [ 0, 1, 2, 3, 4, 5, 6 ] where Sunday is 0</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sources","ds_update_wdays"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"39abb1c9-2312-4f8f-9e75-7c2bbb495c04","name":"ds_update_wdays_by_name / Update week days monitoring","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\",\n    \"data_monitoring_wdays\": \"manual:monday-to-friday\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_update_wdays"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:47:52 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"539"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"data_source\",\n \"data_index\": \"network\",\n \"data_last_lag_seen\": \"-14\",\n \"data_last_ingestion_lag_seen\": \"1\",\n \"data_eventcount\": \"3353\",\n \"data_last_lag_seen_idx\": \"-14\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_last_time_seen\": \"1609584314\",\n \"data_last_ingest\": \"1609584315\",\n \"data_last_time_seen_idx\": \"1609584314\",\n \"data_max_lag_allowed\": \"300\",\n \"data_lag_alert_kpis\": \"lag_ingestion_kpi\",\n \"data_monitored_state\": \"disabled\",\n \"data_name\": \"network:pan:traffic\",\n \"data_sourcetype\": \"pan:traffic\",\n \"data_monitoring_level\": \"sourcetype\",\n \"data_monitoring_wdays\": \"manual:monday-to-friday\",\n \"data_override_lagging_class\": \"true\",\n \"data_source_state\": \"green\",\n \"data_tracker_runtime\": \"1609584300\",\n \"data_previous_source_state\": \"green\",\n \"data_previous_tracker_runtime\": \"1609584000\",\n \"dcount_host\": \"6\",\n \"min_dcount_host\": \"100\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierLowerThresholdMultiplier\": \"4\",\n \"OutlierUpperThresholdMultiplier\": \"4\",\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierTimePeriod\": \"-7d\",\n \"OutlierSpan\": \"5m\",\n \"isOutlier\": \"0\",\n \"enable_behaviour_analytic\": \"true\",\n \"isAnomaly\": \"0\",\n \"data_sample_lastrun\": \"0\",\n \"tags\": null,\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n}"}],"_postman_id":"97c02b3c-e3a6-44e1-a7f7-e847a1afc01b"},{"name":"ds_update_outliers / Update outliers detection configuration","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"90eb4bf0-a5b4-4e4d-9fab-e74a0a4cc4a8","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\",\n    \"OutlierMinEventCount\": \"0\",\n    \"OutlierLowerThresholdMultiplier\": \"6\",\n    \"OutlierUpperThresholdMultiplier\": \"6\",\n    \"OutlierAlertOnUpper\": \"false\",\n    \"OutlierTimePeriod\": \"7d\",\n    \"OutlierSpan\": \"5m\",\n    \"enable_behaviour_analytic\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_update_outliers","description":"<p><strong>This endpoint configures the week days monitoring rule for an existing data source, it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the data source</p>\n</li>\n<li><p>\"OutlierMinEventCount\": the minimal number of events, if set to anything bigger than 0, the lower bound becomes a static value, needs to be an integer, default to 0 (disabled)</p>\n</li>\n<li><p>\"OutlierLowerThresholdMultiplier\": The lower bound threshold multiplier, must be an integer, defaults to 4</p>\n</li>\n<li><p>\"OutlierUpperThresholdMultiplier\": The upper bound threshold multiplier, must be integer, defaults to 4</p>\n</li>\n<li><p>\"OutlierAlertOnUpper\": Enables / Disables alerting on upper outliers detection, valid options are true / false, defaults to false</p>\n</li>\n<li><p>\"OutlierTimePeriod\": relative time period for outliers calculation, default to -7d</p>\n</li>\n<li><p>\"OutlierSpan\": span period Splunk notation for outliers UI rendering, defaults to 5m&gt;\"\n\"enable_behaviour_analytic\": \"Enables / Disables outliers detection for that object, valid options are true / false, defaults to true</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sources","ds_update_outliers"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"852b80e8-e9c3-4488-96fb-01038144a256","name":"ds_update_outliers / Update outliers detection configuration","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\",\n    \"OutlierMinEventCount\": \"0\",\n    \"OutlierLowerThresholdMultiplier\": \"6\",\n    \"OutlierUpperThresholdMultiplier\": \"6\",\n    \"OutlierAlertOnUpper\": \"false\",\n    \"OutlierTimePeriod\": \"7d\",\n    \"OutlierSpan\": \"5m\",\n    \"enable_behaviour_analytic\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_update_outliers"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 02:06:15 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"544"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"data_source\",\n \"data_index\": \"network\",\n \"data_last_lag_seen\": \"-14\",\n \"data_last_ingestion_lag_seen\": \"0\",\n \"data_eventcount\": \"20446\",\n \"data_last_lag_seen_idx\": \"-14\",\n \"data_first_time_seen\": \"1609549690\",\n \"data_last_time_seen\": \"1609553114\",\n \"data_last_ingest\": \"1609553115\",\n \"data_last_time_seen_idx\": \"1609553114\",\n \"data_max_lag_allowed\": \"3600\",\n \"data_lag_alert_kpis\": \"all_kpis\",\n \"data_monitored_state\": \"enabled\",\n \"data_name\": \"network:pan:traffic\",\n \"data_sourcetype\": \"pan:traffic\",\n \"data_monitoring_level\": \"sourcetype\",\n \"data_monitoring_wdays\": \"auto:all_days\",\n \"data_override_lagging_class\": \"false\",\n \"data_source_state\": \"green\",\n \"data_tracker_runtime\": \"1609553100\",\n \"data_previous_source_state\": \"green\",\n \"data_previous_tracker_runtime\": \"1609552800\",\n \"dcount_host\": \"6\",\n \"min_dcount_host\": \"any\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierLowerThresholdMultiplier\": \"6\",\n \"OutlierUpperThresholdMultiplier\": \"6\",\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierTimePeriod\": \"7d\",\n \"OutlierSpan\": \"5m\",\n \"isOutlier\": \"0\",\n \"enable_behaviour_analytic\": \"true\",\n \"isAnomaly\": \"0\",\n \"data_sample_lastrun\": \"1609550165\",\n \"tags\": null,\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609549946\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n}"},{"id":"f83fa24b-9f23-4a43-a89c-f5cc6dbf866c","name":"ds_update_outliers / Update outliers detection configuration","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\",\n    \"OutlierMinEventCount\": \"0\",\n    \"OutlierLowerThresholdMultiplier\": \"6\",\n    \"OutlierUpperThresholdMultiplier\": \"6\",\n    \"OutlierAlertOnUpper\": \"false\",\n    \"OutlierTimePeriod\": \"7d\",\n    \"OutlierSpan\": \"5m\",\n    \"enable_behaviour_analytic\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_update_outliers"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:48:55 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"538"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"data_source\",\n \"data_index\": \"network\",\n \"data_last_lag_seen\": \"-14\",\n \"data_last_ingestion_lag_seen\": \"1\",\n \"data_eventcount\": \"3353\",\n \"data_last_lag_seen_idx\": \"-14\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_last_time_seen\": \"1609584314\",\n \"data_last_ingest\": \"1609584315\",\n \"data_last_time_seen_idx\": \"1609584314\",\n \"data_max_lag_allowed\": \"300\",\n \"data_lag_alert_kpis\": \"lag_ingestion_kpi\",\n \"data_monitored_state\": \"disabled\",\n \"data_name\": \"network:pan:traffic\",\n \"data_sourcetype\": \"pan:traffic\",\n \"data_monitoring_level\": \"sourcetype\",\n \"data_monitoring_wdays\": \"manual:monday-to-friday\",\n \"data_override_lagging_class\": \"true\",\n \"data_source_state\": \"green\",\n \"data_tracker_runtime\": \"1609584300\",\n \"data_previous_source_state\": \"green\",\n \"data_previous_tracker_runtime\": \"1609584000\",\n \"dcount_host\": \"6\",\n \"min_dcount_host\": \"100\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierLowerThresholdMultiplier\": \"6\",\n \"OutlierUpperThresholdMultiplier\": \"6\",\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierTimePeriod\": \"7d\",\n \"OutlierSpan\": \"5m\",\n \"isOutlier\": \"0\",\n \"enable_behaviour_analytic\": \"true\",\n \"isAnomaly\": \"0\",\n \"data_sample_lastrun\": \"0\",\n \"tags\": null,\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n}"}],"_postman_id":"90eb4bf0-a5b4-4e4d-9fab-e74a0a4cc4a8"},{"name":"ds_delete_temporary / Delete temporary","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"073c785b-0cc5-4b13-99d8-0db0c988818b","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_delete_temporary","description":"<p><strong>This endpoint performs a temporary deletion of an existing data source, it requires a DELETE call with the following information:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the data source</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n<p><em>Note: A temporary deletion removes the entity and its configuration, if search conditions such as data avaibility allow it, the same entitiy will be re-created automatically by the Trackers.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sources","ds_delete_temporary"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"df5cd298-ced7-435b-9dbd-7e74554521e2","name":"ds_delete_temporary / Delete temporary","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_delete_temporary"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:55:00 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"94"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 7e8670878a9ad91844f18655f1819c06 was temporarily deleted from the collection."}],"_postman_id":"073c785b-0cc5-4b13-99d8-0db0c988818b"},{"name":"ds_delete_permanent / Delete permanently","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"7066385a-722f-4a26-a49e-a5136176539f","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_delete_permanent","description":"<p><strong>This endpoint performs a permanent deletion of an existing data source, it requires a DELETE call with the following information:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the data source</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n<p><em>Note: A permanent deletion removes the entity and its configuration, in addition its a specific audit record to prevent the entity from being created as long as the audit record is not purged. if the audit record is purged and the search conditions such as data avaibility allow it, the same entitiy will be re-created automatically by the Trackers.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sources","ds_delete_permanent"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9ec9677a-5fc8-407e-b71b-c2ebbec74a6b","name":"ds_delete_permanent / Delete permanently","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_delete_permanent"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:56:04 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"94"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 7e8670878a9ad91844f18655f1819c06 was permanently deleted from the collection."}],"_postman_id":"7066385a-722f-4a26-a49e-a5136176539f"},{"name":"ds_enable_data_sampling / Enable data sampling","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"bdf10367-a1b4-4405-8a5f-077959dc9577","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_enable_data_sampling","description":"<p><strong>This endpoint enables the data sampling feature for an existing data source by the data source name (data_name), it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the data source</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sources","ds_enable_data_sampling"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dbb71353-87ab-412f-ad8f-d88c4b111e35","name":"ds_enable_data_sampling / Enable data sampling","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_enable_data_sampling"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 15:13:54 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"3336"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"data_name\": \"network:pan:traffic\",\n \"data_sampling_nr\": \"200\",\n \"raw_sample\": [\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,THREAT,url,1,2001/02/21 10:53:38,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,25826,1,59171,80,0,0,0x208000,tcp,alert,\\\"scanline4.info/download/install.php\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,end,1,2001/02/21 10:53:38,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,21801,1,50982,53,0,0,0x200000,udp,allow,178,73,105,2,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,end,1,2001/02/21 10:53:38,192.168.0.2,208.43.167.112,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,15926,1,58837,80,0,0,0x200000,tcp,allow,1574,563,1011,11,2001/02/21 10:53:38,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,5\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,end,1,2001/02/21 10:53:38,192.168.0.2,92.63.101.215,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,25163,1,59119,80,0,0,0x200000,tcp,allow,1251,643,608,11,2001/02/21 10:53:38,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,Luxembourg,0,7,4\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,start,1,2001/02/21 10:53:38,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,23235,1,58829,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,start,1,2001/02/21 10:53:38,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,24848,1,60399,53,0,0,0x200000,udp,allow,80,80,0,1,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,start,1,2001/02/21 10:53:38,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,26415,1,61314,53,0,0,0x200000,udp,allow,84,84,0,1,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,16481,1,58915,80,0,0,0x208000,tcp,alert,\\\"truescan4.info/\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,18913,1,58793,80,0,0,0x208000,tcp,alert,\\\"monkey-squad.net/monkey/exe.php\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,23796,1,58975,80,0,0,0x208000,tcp,alert,\\\"goasi.cn/dll/abb.txt\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25465,1,59010,80,0,0,0x200000,tcp,block-url,\\\"karavan.us/bon/index.php\\\",(9999),unknown,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25945,1,59277,80,0,0,0x208000,tcp,alert,\\\"-/\\\",(9999),private-ip-addresses,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24455,1,59130,80,0,0,0x200000,tcp,allow,1391,568,823,10,2001/02/21 10:53:39,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24711,1,58974,80,0,0,0x200000,tcp,allow,1411,577,834,10,2001/02/21 10:53:39,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25251,1,59019,80,0,0,0x200000,tcp,allow,1381,562,819,10,2001/02/21 10:53:39,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25699,1,59173,80,0,0,0x200000,tcp,allow,1471,607,864,10,2001/02/21 10:53:39,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,26000,1,59205,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 10:53:39,1,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,11024,1,51167,53,0,0,0x200000,udp,allow,210,73,137,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,21121,1,57445,53,0,0,0x200000,udp,allow,144,72,72,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,23204,1,63806,53,0,0,0x200000,udp,allow,154,77,77,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24141,1,49155,53,0,0,0x200000,udp,allow,162,73,89,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24219,1,59750,53,0,0,0x200000,udp,allow,388,150,238,4,2001/02/21 10:53:39,1,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,2,2\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24804,1,63474,53,0,0,0x200000,udp,allow,148,74,74,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,64.74.223.34,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,1486,1,56372,80,0,0,0x200000,tcp,allow,12078,1384,10694,27,2001/02/21 10:53:39,512,malware-sites,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,18,9\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,192.168.0.1,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22602,1,51118,53,0,0,0x200000,udp,allow,76,76,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,192.168.0.0-192.168.255.255,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,13562,1,59233,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22918,1,58778,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25750,1,59174,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22813,1,60548,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22980,1,59593,53,0,0,0x200000,udp,allow,75,75,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,23421,1,59628,53,0,0,0x200000,udp,allow,79,79,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24161,1,54063,53,0,0,0x200000,udp,allow,73,73,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24600,1,62113,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25279,1,59809,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25570,1,52699,53,0,0,0x200000,udp,allow,75,75,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25579,1,56370,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25894,1,50085,53,0,0,0x200000,udp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,26228,1,55314,53,0,0,0x200000,udp,allow,83,83,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,THREAT,url,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22508,1,58737,80,0,0,0x208000,tcp,alert,\\\"freshcinemaonline.net/tds/go.php?sid=5\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,THREAT,url,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,24261,1,58970,80,0,0,0x208000,tcp,alert,\\\"fp3s.biz/6007.exe\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,end,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22161,1,58770,80,0,0,0x200000,tcp,allow,1379,561,818,10,2001/02/21 10:53:40,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,end,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,23494,1,49422,53,0,0,0x200000,udp,allow,144,72,72,2,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,24997,1,59143,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,25118,1,59207,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22845,1,56328,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22904,1,64916,53,0,0,0x200000,udp,allow,75,75,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,23122,1,59271,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,24945,1,59500,53,0,0,0x200000,udp,allow,82,82,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,THREAT,url,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22264,1,58661,80,0,0,0x208000,tcp,alert,\\\"polotomo.com/pol22/pol.bin\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,THREAT,url,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,26360,1,59304,80,0,0,0x208000,tcp,alert,\\\"lkmpmlm.com/fff9999.php?aid=0&uid=6cbbc5081e7548e276611ff5059df6ed30c8f8f1&os=513\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24709,1,58983,80,0,0,0x200000,tcp,allow,1188,567,621,10,2001/02/21 10:53:48,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25289,1,59170,80,0,0,0x200000,tcp,allow,1381,562,819,10,2001/02/21 10:53:48,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22344,1,61668,53,0,0,0x200000,udp,allow,214,75,139,2,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24216,1,56412,53,0,0,0x200000,udp,allow,180,74,106,2,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24348,1,64444,53,0,0,0x200000,udp,allow,164,82,82,2,2001/02/21 10:53:48,1,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25577,1,61217,53,0,0,0x200000,udp,allow,182,75,107,2,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,208.73.210.29,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23253,1,58813,80,0,0,0x200000,tcp,allow,3049,546,2503,11,2001/02/21 10:53:48,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,5\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.6,124.115.26.21,0.0.0.0,0.0.0.0,rule1,picard,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,21470,1,2515,80,0,0,0x200000,tcp,allow,181339,4254,177085,190,2001/02/21 10:53:48,4,news-and-media,0,0,0x0,192.168.0.0-192.168.255.255,China,0,69,121\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22596,1,58835,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22924,1,58802,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24261,1,58970,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,13002,1,64667,53,0,0,0x200000,udp,allow,70,70,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23353,1,60473,53,0,0,0x200000,udp,allow,80,80,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23680,1,61386,53,0,0,0x200000,udp,allow,81,81,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23897,1,53134,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,62.211.68.12,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25095,1,59200,80,0,0,0x200000,tcp,allow,473,399,74,4,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,Italy,0,3,1\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,65.55.223.25,0.0.0.0,0.0.0.0,rule1,crusher,,skype-probe,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25257,1,47752,40024,0,0,0x200000,udp,allow,183,183,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,17.254.32.16,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22760,1,58764,80,0,0,0x208000,tcp,alert,\\\"iphone-wu.apple.com/dgw?imei=6f4a5d4cdc8db441&apptype=weather&t=3082\\\",(9999),business-and-economy,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/plain\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23949,1,59100,80,0,0,0x200000,tcp,block-url,\\\"zone-searching.com/borders.php\\\",(9999),malware-sites,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24029,1,58910,80,0,0,0x208000,tcp,alert,\\\"stagech.com/reports/download-report.php?prod_id=9\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24741,1,59033,80,0,0,0x208000,tcp,alert,\\\"picturesoffline.com/item/60b08c6de14a64b07d04519db83c3dc948ef80e0bbf2e054ae09d830c0194928cecc8fb814f2678e0/b01/item.gif\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26409,1,59259,80,0,0,0x208000,tcp,alert,\\\"tukhemaj.cn/nuc/spl/pdf.pdf\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,10416,1,56473,80,0,0,0x200000,tcp,allow,3632,3494,138,19,2001/02/21 10:53:49,511,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,17,2\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21872,1,58576,80,0,0,0x200000,tcp,allow,1377,560,817,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21977,1,58599,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 10:53:49,0,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23101,1,58821,80,0,0,0x200000,tcp,allow,1379,561,818,10,2001/02/21 10:53:49,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23656,1,58838,80,0,0,0x200000,tcp,allow,1403,574,829,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23661,1,58955,80,0,0,0x200000,tcp,allow,1233,594,639,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24617,1,58927,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 10:53:49,0,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25066,1,59166,80,0,0,0x200000,tcp,allow,1377,560,817,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21392,1,62227,53,0,0,0x200000,udp,allow,178,73,105,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21459,1,61502,53,0,0,0x200000,udp,allow,148,74,74,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21493,1,59053,53,0,0,0x200000,udp,allow,227,77,150,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21660,1,61253,53,0,0,0x200000,udp,allow,239,83,156,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22818,1,53235,53,0,0,0x200000,udp,allow,156,78,78,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25521,1,53468,53,0,0,0x200000,udp,allow,257,91,166,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25688,1,63292,53,0,0,0x200000,udp,allow,190,79,111,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22550,1,58746,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25871,1,59278,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,12711,1,60080,53,0,0,0x200000,udp,allow,79,79,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21623,1,57020,53,0,0,0x200000,udp,allow,80,80,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22892,1,61964,53,0,0,0x200000,udp,allow,73,73,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22930,1,53576,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24202,1,58949,53,0,0,0x200000,udp,allow,68,68,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24828,1,64247,53,0,0,0x200000,udp,allow,83,83,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26019,1,60354,53,0,0,0x200000,udp,allow,72,72,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26531,1,54894,53,0,0,0x200000,udp,allow,77,77,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26728,1,51200,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,62.211.68.12,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24908,1,59199,80,0,0,0x200000,tcp,allow,470,396,74,4,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,Italy,0,3,1\\n\"\n ],\n \"data_sample_mtime\": \"1609584830\",\n \"data_sample_feature\": \"enabled\",\n \"data_sample_iteration\": \"1\",\n \"data_sample_anomaly_reason\": \"normal\",\n \"data_sample_status_colour\": \"green\",\n \"data_sample_anomaly_ack_status\": \"N/A\",\n \"data_sample_anomaly_ack_mtime\": \"N/A\",\n \"data_sample_anomaly_detected\": \"0\",\n \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 10:53:50 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n \"multiformat_detected\": \"false\",\n \"current_detected_format\": \"raw_start_by_timestamp %b %d %H:%M:%S\",\n \"current_detected_format_id\": \"5099cfc575b3762bb2e0dc27dd4e36eb\",\n \"current_detected_format_dcount\": \"1\",\n \"previous_detected_format\": null,\n \"previous_detected_format_id\": null,\n \"previous_detected_format_dcount\": null,\n \"_user\": \"nobody\",\n \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n}"}],"_postman_id":"bdf10367-a1b4-4405-8a5f-077959dc9577"},{"name":"ds_disable_data_sampling / Disable data sampling","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"153b2a4f-48a3-4f44-830d-24c6cff1824f","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_disable_data_sampling","description":"<p><strong>This endpoint disables the data sampling feature for an existing data source by the data source name (data_name), it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the data source</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sources","ds_disable_data_sampling"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b26e2ac4-ea93-4d9e-97bd-dcac25bb0b74","name":"ds_disable_data_sampling / Disable data sampling","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_disable_data_sampling"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 15:14:19 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"3338"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"data_name\": \"network:pan:traffic\",\n \"data_sampling_nr\": \"200\",\n \"raw_sample\": [\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,THREAT,url,1,2001/02/21 10:53:38,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,25826,1,59171,80,0,0,0x208000,tcp,alert,\\\"scanline4.info/download/install.php\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,end,1,2001/02/21 10:53:38,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,21801,1,50982,53,0,0,0x200000,udp,allow,178,73,105,2,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,end,1,2001/02/21 10:53:38,192.168.0.2,208.43.167.112,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,15926,1,58837,80,0,0,0x200000,tcp,allow,1574,563,1011,11,2001/02/21 10:53:38,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,5\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,end,1,2001/02/21 10:53:38,192.168.0.2,92.63.101.215,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,25163,1,59119,80,0,0,0x200000,tcp,allow,1251,643,608,11,2001/02/21 10:53:38,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,Luxembourg,0,7,4\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,start,1,2001/02/21 10:53:38,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,23235,1,58829,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,start,1,2001/02/21 10:53:38,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,24848,1,60399,53,0,0,0x200000,udp,allow,80,80,0,1,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,start,1,2001/02/21 10:53:38,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,26415,1,61314,53,0,0,0x200000,udp,allow,84,84,0,1,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,16481,1,58915,80,0,0,0x208000,tcp,alert,\\\"truescan4.info/\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,18913,1,58793,80,0,0,0x208000,tcp,alert,\\\"monkey-squad.net/monkey/exe.php\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,23796,1,58975,80,0,0,0x208000,tcp,alert,\\\"goasi.cn/dll/abb.txt\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25465,1,59010,80,0,0,0x200000,tcp,block-url,\\\"karavan.us/bon/index.php\\\",(9999),unknown,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25945,1,59277,80,0,0,0x208000,tcp,alert,\\\"-/\\\",(9999),private-ip-addresses,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24455,1,59130,80,0,0,0x200000,tcp,allow,1391,568,823,10,2001/02/21 10:53:39,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24711,1,58974,80,0,0,0x200000,tcp,allow,1411,577,834,10,2001/02/21 10:53:39,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25251,1,59019,80,0,0,0x200000,tcp,allow,1381,562,819,10,2001/02/21 10:53:39,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25699,1,59173,80,0,0,0x200000,tcp,allow,1471,607,864,10,2001/02/21 10:53:39,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,26000,1,59205,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 10:53:39,1,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,11024,1,51167,53,0,0,0x200000,udp,allow,210,73,137,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,21121,1,57445,53,0,0,0x200000,udp,allow,144,72,72,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,23204,1,63806,53,0,0,0x200000,udp,allow,154,77,77,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24141,1,49155,53,0,0,0x200000,udp,allow,162,73,89,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24219,1,59750,53,0,0,0x200000,udp,allow,388,150,238,4,2001/02/21 10:53:39,1,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,2,2\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24804,1,63474,53,0,0,0x200000,udp,allow,148,74,74,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,64.74.223.34,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,1486,1,56372,80,0,0,0x200000,tcp,allow,12078,1384,10694,27,2001/02/21 10:53:39,512,malware-sites,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,18,9\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,192.168.0.1,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22602,1,51118,53,0,0,0x200000,udp,allow,76,76,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,192.168.0.0-192.168.255.255,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,13562,1,59233,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22918,1,58778,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25750,1,59174,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22813,1,60548,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22980,1,59593,53,0,0,0x200000,udp,allow,75,75,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,23421,1,59628,53,0,0,0x200000,udp,allow,79,79,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24161,1,54063,53,0,0,0x200000,udp,allow,73,73,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24600,1,62113,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25279,1,59809,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25570,1,52699,53,0,0,0x200000,udp,allow,75,75,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25579,1,56370,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25894,1,50085,53,0,0,0x200000,udp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,26228,1,55314,53,0,0,0x200000,udp,allow,83,83,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,THREAT,url,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22508,1,58737,80,0,0,0x208000,tcp,alert,\\\"freshcinemaonline.net/tds/go.php?sid=5\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,THREAT,url,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,24261,1,58970,80,0,0,0x208000,tcp,alert,\\\"fp3s.biz/6007.exe\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,end,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22161,1,58770,80,0,0,0x200000,tcp,allow,1379,561,818,10,2001/02/21 10:53:40,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,end,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,23494,1,49422,53,0,0,0x200000,udp,allow,144,72,72,2,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,24997,1,59143,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,25118,1,59207,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22845,1,56328,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22904,1,64916,53,0,0,0x200000,udp,allow,75,75,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,23122,1,59271,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,24945,1,59500,53,0,0,0x200000,udp,allow,82,82,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,THREAT,url,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22264,1,58661,80,0,0,0x208000,tcp,alert,\\\"polotomo.com/pol22/pol.bin\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,THREAT,url,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,26360,1,59304,80,0,0,0x208000,tcp,alert,\\\"lkmpmlm.com/fff9999.php?aid=0&uid=6cbbc5081e7548e276611ff5059df6ed30c8f8f1&os=513\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24709,1,58983,80,0,0,0x200000,tcp,allow,1188,567,621,10,2001/02/21 10:53:48,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25289,1,59170,80,0,0,0x200000,tcp,allow,1381,562,819,10,2001/02/21 10:53:48,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22344,1,61668,53,0,0,0x200000,udp,allow,214,75,139,2,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24216,1,56412,53,0,0,0x200000,udp,allow,180,74,106,2,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24348,1,64444,53,0,0,0x200000,udp,allow,164,82,82,2,2001/02/21 10:53:48,1,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25577,1,61217,53,0,0,0x200000,udp,allow,182,75,107,2,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,208.73.210.29,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23253,1,58813,80,0,0,0x200000,tcp,allow,3049,546,2503,11,2001/02/21 10:53:48,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,5\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.6,124.115.26.21,0.0.0.0,0.0.0.0,rule1,picard,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,21470,1,2515,80,0,0,0x200000,tcp,allow,181339,4254,177085,190,2001/02/21 10:53:48,4,news-and-media,0,0,0x0,192.168.0.0-192.168.255.255,China,0,69,121\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22596,1,58835,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22924,1,58802,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24261,1,58970,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,13002,1,64667,53,0,0,0x200000,udp,allow,70,70,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23353,1,60473,53,0,0,0x200000,udp,allow,80,80,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23680,1,61386,53,0,0,0x200000,udp,allow,81,81,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23897,1,53134,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,62.211.68.12,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25095,1,59200,80,0,0,0x200000,tcp,allow,473,399,74,4,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,Italy,0,3,1\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,65.55.223.25,0.0.0.0,0.0.0.0,rule1,crusher,,skype-probe,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25257,1,47752,40024,0,0,0x200000,udp,allow,183,183,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,17.254.32.16,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22760,1,58764,80,0,0,0x208000,tcp,alert,\\\"iphone-wu.apple.com/dgw?imei=6f4a5d4cdc8db441&apptype=weather&t=3082\\\",(9999),business-and-economy,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/plain\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23949,1,59100,80,0,0,0x200000,tcp,block-url,\\\"zone-searching.com/borders.php\\\",(9999),malware-sites,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24029,1,58910,80,0,0,0x208000,tcp,alert,\\\"stagech.com/reports/download-report.php?prod_id=9\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24741,1,59033,80,0,0,0x208000,tcp,alert,\\\"picturesoffline.com/item/60b08c6de14a64b07d04519db83c3dc948ef80e0bbf2e054ae09d830c0194928cecc8fb814f2678e0/b01/item.gif\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26409,1,59259,80,0,0,0x208000,tcp,alert,\\\"tukhemaj.cn/nuc/spl/pdf.pdf\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,10416,1,56473,80,0,0,0x200000,tcp,allow,3632,3494,138,19,2001/02/21 10:53:49,511,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,17,2\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21872,1,58576,80,0,0,0x200000,tcp,allow,1377,560,817,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21977,1,58599,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 10:53:49,0,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23101,1,58821,80,0,0,0x200000,tcp,allow,1379,561,818,10,2001/02/21 10:53:49,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23656,1,58838,80,0,0,0x200000,tcp,allow,1403,574,829,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23661,1,58955,80,0,0,0x200000,tcp,allow,1233,594,639,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24617,1,58927,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 10:53:49,0,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25066,1,59166,80,0,0,0x200000,tcp,allow,1377,560,817,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21392,1,62227,53,0,0,0x200000,udp,allow,178,73,105,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21459,1,61502,53,0,0,0x200000,udp,allow,148,74,74,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21493,1,59053,53,0,0,0x200000,udp,allow,227,77,150,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21660,1,61253,53,0,0,0x200000,udp,allow,239,83,156,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22818,1,53235,53,0,0,0x200000,udp,allow,156,78,78,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25521,1,53468,53,0,0,0x200000,udp,allow,257,91,166,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25688,1,63292,53,0,0,0x200000,udp,allow,190,79,111,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22550,1,58746,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25871,1,59278,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,12711,1,60080,53,0,0,0x200000,udp,allow,79,79,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21623,1,57020,53,0,0,0x200000,udp,allow,80,80,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22892,1,61964,53,0,0,0x200000,udp,allow,73,73,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22930,1,53576,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24202,1,58949,53,0,0,0x200000,udp,allow,68,68,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24828,1,64247,53,0,0,0x200000,udp,allow,83,83,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26019,1,60354,53,0,0,0x200000,udp,allow,72,72,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26531,1,54894,53,0,0,0x200000,udp,allow,77,77,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26728,1,51200,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,62.211.68.12,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24908,1,59199,80,0,0,0x200000,tcp,allow,470,396,74,4,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,Italy,0,3,1\\n\"\n ],\n \"data_sample_mtime\": \"1609584830\",\n \"data_sample_feature\": \"disabled\",\n \"data_sample_iteration\": \"1\",\n \"data_sample_anomaly_reason\": \"normal\",\n \"data_sample_status_colour\": \"green\",\n \"data_sample_anomaly_ack_status\": \"N/A\",\n \"data_sample_anomaly_ack_mtime\": \"N/A\",\n \"data_sample_anomaly_detected\": \"0\",\n \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 10:53:50 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n \"multiformat_detected\": \"false\",\n \"current_detected_format\": \"raw_start_by_timestamp %b %d %H:%M:%S\",\n \"current_detected_format_id\": \"5099cfc575b3762bb2e0dc27dd4e36eb\",\n \"current_detected_format_dcount\": \"1\",\n \"previous_detected_format\": null,\n \"previous_detected_format_id\": null,\n \"previous_detected_format_dcount\": null,\n \"_user\": \"nobody\",\n \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n}"}],"_postman_id":"153b2a4f-48a3-4f44-830d-24c6cff1824f"},{"name":"ds_update_data_sampling_records_nr / Update sampling no of records","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"d0bb8c4d-0030-4a6b-9e34-75f68ee742a0","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"data_sampling_nr\": \"200\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_update_data_sampling_records_nr","description":"<p><strong>This endpoint enables the data sampling feature for an existing data source by the data source name (data_name), it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the data source</p>\n</li>\n<li><p>\"data_sampling_nr\": number of records to be sampled per data source and data sampling execution (defaults to 100 at first sampling, then 50)</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sources","ds_update_data_sampling_records_nr"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"032ebc02-9e9e-45e2-8c99-fa48a2c42422","name":"ds_update_data_sampling_records_nr / Update sampling no of records","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\",\n    \"data_sampling_nr\": \"200\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sources/ds_update_data_sampling_records_nr"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:53:56 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"3336"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"data_name\": \"network:pan:traffic\",\n \"data_sampling_nr\": \"200\",\n \"raw_sample\": [\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,THREAT,url,1,2001/02/21 10:53:38,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,25826,1,59171,80,0,0,0x208000,tcp,alert,\\\"scanline4.info/download/install.php\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,end,1,2001/02/21 10:53:38,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,21801,1,50982,53,0,0,0x200000,udp,allow,178,73,105,2,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,end,1,2001/02/21 10:53:38,192.168.0.2,208.43.167.112,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,15926,1,58837,80,0,0,0x200000,tcp,allow,1574,563,1011,11,2001/02/21 10:53:38,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,5\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,end,1,2001/02/21 10:53:38,192.168.0.2,92.63.101.215,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,25163,1,59119,80,0,0,0x200000,tcp,allow,1251,643,608,11,2001/02/21 10:53:38,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,Luxembourg,0,7,4\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,start,1,2001/02/21 10:53:38,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,23235,1,58829,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,start,1,2001/02/21 10:53:38,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,24848,1,60399,53,0,0,0x200000,udp,allow,80,80,0,1,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,start,1,2001/02/21 10:53:38,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,26415,1,61314,53,0,0,0x200000,udp,allow,84,84,0,1,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,16481,1,58915,80,0,0,0x208000,tcp,alert,\\\"truescan4.info/\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,18913,1,58793,80,0,0,0x208000,tcp,alert,\\\"monkey-squad.net/monkey/exe.php\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,23796,1,58975,80,0,0,0x208000,tcp,alert,\\\"goasi.cn/dll/abb.txt\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25465,1,59010,80,0,0,0x200000,tcp,block-url,\\\"karavan.us/bon/index.php\\\",(9999),unknown,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25945,1,59277,80,0,0,0x208000,tcp,alert,\\\"-/\\\",(9999),private-ip-addresses,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24455,1,59130,80,0,0,0x200000,tcp,allow,1391,568,823,10,2001/02/21 10:53:39,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24711,1,58974,80,0,0,0x200000,tcp,allow,1411,577,834,10,2001/02/21 10:53:39,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25251,1,59019,80,0,0,0x200000,tcp,allow,1381,562,819,10,2001/02/21 10:53:39,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25699,1,59173,80,0,0,0x200000,tcp,allow,1471,607,864,10,2001/02/21 10:53:39,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,26000,1,59205,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 10:53:39,1,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,11024,1,51167,53,0,0,0x200000,udp,allow,210,73,137,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,21121,1,57445,53,0,0,0x200000,udp,allow,144,72,72,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,23204,1,63806,53,0,0,0x200000,udp,allow,154,77,77,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24141,1,49155,53,0,0,0x200000,udp,allow,162,73,89,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24219,1,59750,53,0,0,0x200000,udp,allow,388,150,238,4,2001/02/21 10:53:39,1,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,2,2\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24804,1,63474,53,0,0,0x200000,udp,allow,148,74,74,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,64.74.223.34,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,1486,1,56372,80,0,0,0x200000,tcp,allow,12078,1384,10694,27,2001/02/21 10:53:39,512,malware-sites,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,18,9\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,192.168.0.1,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22602,1,51118,53,0,0,0x200000,udp,allow,76,76,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,192.168.0.0-192.168.255.255,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,13562,1,59233,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22918,1,58778,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25750,1,59174,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22813,1,60548,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22980,1,59593,53,0,0,0x200000,udp,allow,75,75,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,23421,1,59628,53,0,0,0x200000,udp,allow,79,79,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24161,1,54063,53,0,0,0x200000,udp,allow,73,73,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24600,1,62113,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25279,1,59809,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25570,1,52699,53,0,0,0x200000,udp,allow,75,75,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25579,1,56370,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25894,1,50085,53,0,0,0x200000,udp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,26228,1,55314,53,0,0,0x200000,udp,allow,83,83,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,THREAT,url,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22508,1,58737,80,0,0,0x208000,tcp,alert,\\\"freshcinemaonline.net/tds/go.php?sid=5\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,THREAT,url,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,24261,1,58970,80,0,0,0x208000,tcp,alert,\\\"fp3s.biz/6007.exe\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,end,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22161,1,58770,80,0,0,0x200000,tcp,allow,1379,561,818,10,2001/02/21 10:53:40,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,end,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,23494,1,49422,53,0,0,0x200000,udp,allow,144,72,72,2,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,24997,1,59143,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,25118,1,59207,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22845,1,56328,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22904,1,64916,53,0,0,0x200000,udp,allow,75,75,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,23122,1,59271,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,24945,1,59500,53,0,0,0x200000,udp,allow,82,82,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,THREAT,url,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22264,1,58661,80,0,0,0x208000,tcp,alert,\\\"polotomo.com/pol22/pol.bin\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,THREAT,url,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,26360,1,59304,80,0,0,0x208000,tcp,alert,\\\"lkmpmlm.com/fff9999.php?aid=0&uid=6cbbc5081e7548e276611ff5059df6ed30c8f8f1&os=513\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24709,1,58983,80,0,0,0x200000,tcp,allow,1188,567,621,10,2001/02/21 10:53:48,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25289,1,59170,80,0,0,0x200000,tcp,allow,1381,562,819,10,2001/02/21 10:53:48,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22344,1,61668,53,0,0,0x200000,udp,allow,214,75,139,2,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24216,1,56412,53,0,0,0x200000,udp,allow,180,74,106,2,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24348,1,64444,53,0,0,0x200000,udp,allow,164,82,82,2,2001/02/21 10:53:48,1,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25577,1,61217,53,0,0,0x200000,udp,allow,182,75,107,2,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,208.73.210.29,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23253,1,58813,80,0,0,0x200000,tcp,allow,3049,546,2503,11,2001/02/21 10:53:48,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,5\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.6,124.115.26.21,0.0.0.0,0.0.0.0,rule1,picard,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,21470,1,2515,80,0,0,0x200000,tcp,allow,181339,4254,177085,190,2001/02/21 10:53:48,4,news-and-media,0,0,0x0,192.168.0.0-192.168.255.255,China,0,69,121\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22596,1,58835,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22924,1,58802,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24261,1,58970,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,13002,1,64667,53,0,0,0x200000,udp,allow,70,70,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23353,1,60473,53,0,0,0x200000,udp,allow,80,80,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23680,1,61386,53,0,0,0x200000,udp,allow,81,81,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23897,1,53134,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,62.211.68.12,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25095,1,59200,80,0,0,0x200000,tcp,allow,473,399,74,4,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,Italy,0,3,1\\n\",\n  \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,65.55.223.25,0.0.0.0,0.0.0.0,rule1,crusher,,skype-probe,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25257,1,47752,40024,0,0,0x200000,udp,allow,183,183,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,17.254.32.16,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22760,1,58764,80,0,0,0x208000,tcp,alert,\\\"iphone-wu.apple.com/dgw?imei=6f4a5d4cdc8db441&apptype=weather&t=3082\\\",(9999),business-and-economy,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/plain\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23949,1,59100,80,0,0,0x200000,tcp,block-url,\\\"zone-searching.com/borders.php\\\",(9999),malware-sites,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24029,1,58910,80,0,0,0x208000,tcp,alert,\\\"stagech.com/reports/download-report.php?prod_id=9\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24741,1,59033,80,0,0,0x208000,tcp,alert,\\\"picturesoffline.com/item/60b08c6de14a64b07d04519db83c3dc948ef80e0bbf2e054ae09d830c0194928cecc8fb814f2678e0/b01/item.gif\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26409,1,59259,80,0,0,0x208000,tcp,alert,\\\"tukhemaj.cn/nuc/spl/pdf.pdf\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,10416,1,56473,80,0,0,0x200000,tcp,allow,3632,3494,138,19,2001/02/21 10:53:49,511,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,17,2\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21872,1,58576,80,0,0,0x200000,tcp,allow,1377,560,817,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21977,1,58599,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 10:53:49,0,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23101,1,58821,80,0,0,0x200000,tcp,allow,1379,561,818,10,2001/02/21 10:53:49,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23656,1,58838,80,0,0,0x200000,tcp,allow,1403,574,829,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23661,1,58955,80,0,0,0x200000,tcp,allow,1233,594,639,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24617,1,58927,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 10:53:49,0,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25066,1,59166,80,0,0,0x200000,tcp,allow,1377,560,817,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21392,1,62227,53,0,0,0x200000,udp,allow,178,73,105,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21459,1,61502,53,0,0,0x200000,udp,allow,148,74,74,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21493,1,59053,53,0,0,0x200000,udp,allow,227,77,150,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21660,1,61253,53,0,0,0x200000,udp,allow,239,83,156,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22818,1,53235,53,0,0,0x200000,udp,allow,156,78,78,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25521,1,53468,53,0,0,0x200000,udp,allow,257,91,166,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25688,1,63292,53,0,0,0x200000,udp,allow,190,79,111,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22550,1,58746,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25871,1,59278,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,12711,1,60080,53,0,0,0x200000,udp,allow,79,79,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21623,1,57020,53,0,0,0x200000,udp,allow,80,80,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22892,1,61964,53,0,0,0x200000,udp,allow,73,73,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22930,1,53576,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24202,1,58949,53,0,0,0x200000,udp,allow,68,68,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24828,1,64247,53,0,0,0x200000,udp,allow,83,83,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26019,1,60354,53,0,0,0x200000,udp,allow,72,72,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26531,1,54894,53,0,0,0x200000,udp,allow,77,77,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26728,1,51200,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n  \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,62.211.68.12,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24908,1,59199,80,0,0,0x200000,tcp,allow,470,396,74,4,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,Italy,0,3,1\\n\"\n ],\n \"data_sample_mtime\": \"1609584830\",\n \"data_sample_feature\": \"enabled\",\n \"data_sample_iteration\": \"1\",\n \"data_sample_anomaly_reason\": \"normal\",\n \"data_sample_status_colour\": \"green\",\n \"data_sample_anomaly_ack_status\": \"N/A\",\n \"data_sample_anomaly_ack_mtime\": \"N/A\",\n \"data_sample_anomaly_detected\": \"0\",\n \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 10:53:50 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n \"multiformat_detected\": \"false\",\n \"current_detected_format\": \"raw_start_by_timestamp %b %d %H:%M:%S\",\n \"current_detected_format_id\": \"5099cfc575b3762bb2e0dc27dd4e36eb\",\n \"current_detected_format_dcount\": \"1\",\n \"previous_detected_format\": null,\n \"previous_detected_format_id\": null,\n \"previous_detected_format_dcount\": null,\n \"_user\": \"nobody\",\n \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n}"}],"_postman_id":"d0bb8c4d-0030-4a6b-9e34-75f68ee742a0"}],"id":"12d46e00-11f9-468c-af9e-411679ade45d","description":"<p><strong>Data sources are the main entities in TrackMe, representing a Splunk data flow broken by indexes and sourcetypes. (or extended with virtual Elastic Sources)</strong></p>\n<p>See: <a href=\"https://trackme.readthedocs.io/en/latest/userguide.html#data-sources-tracking-and-features\">https://trackme.readthedocs.io/en/latest/userguide.html#data-sources-tracking-and-features</a></p>\n","event":[{"listen":"prerequest","script":{"id":"88f6d44b-e603-4290-ac1d-54c4a7ee219d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"762f7f4b-c102-4820-b1b9-ba0e52bcd473","type":"text/javascript","exec":[""]}}],"_postman_id":"12d46e00-11f9-468c-af9e-411679ade45d","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Data Hosts endpoints","item":[{"name":"dh_collection / Get full Data Hosts collection","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"dff3d0aa-5491-4398-822c-e2e60fd184e8","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_collection","description":"<p><strong>This endpoint retrieves the entire data hosts collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_hosts","dh_collection"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7be97438-17fa-4b35-8364-70e55cbedc4d","name":"dh_collection / Get full Data Hosts collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_collection"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 10:58:22 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"2072"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"456\",\n  \"data_first_time_seen\": \"1609583758\",\n  \"data_host\": \"EVENTGEN.RETAIL\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=main|st=retail_transaction|max_allowed=3600|last_ingest=1609584901|first_time=1609583758|last_time=1609584901|last_ingest_lag=0|last_event_lag=-1|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584901\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-1\",\n  \"data_last_time_seen\": \"1609584901\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"retail_transaction\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"EVENTGEN.RETAIL\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"0897606b310a84e507f50e0d98c981ff\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1159\",\n  \"data_first_time_seen\": \"1609583756\",\n  \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=firewall|st=pan:traffic|max_allowed=3600|last_ingest=1609584909|first_time=1609583756|last_time=1609584909|last_ingest_lag=0|last_event_lag=-9|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"firewall\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584909\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-9\",\n  \"data_last_time_seen\": \"1609584909\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"14781cf495c76f1373382197f071c5d6\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1152\",\n  \"data_first_time_seen\": \"1609583756\",\n  \"data_host\": \"FIREWALL.PAN.AMER.NODE1\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=network|st=pan:traffic|max_allowed=3600|last_ingest=1609584910|first_time=1609583756|last_time=1609584910|last_ingest_lag=0|last_event_lag=-10|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"network\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584910\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-10\",\n  \"data_last_time_seen\": \"1609584910\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"FIREWALL.PAN.AMER.NODE1\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"2da82d46164d02f009cb84ae51e87bac\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"4584\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_host\": \"EVENTGEN.SAMPLER\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=main|st=sample10-noformat|max_allowed=3600|last_ingest=1609584910|first_time=1609583757|last_time=1609584910|last_ingest_lag=0|last_event_lag=-10|time_measure=1609584900|state=green,idx=main|st=sample1|max_allowed=3600|last_ingest=1609584909|first_time=1609583757|last_time=1609584909|last_ingest_lag=0|last_event_lag=-9|time_measure=1609584900|state=green,idx=main|st=sample2|max_allowed=3600|last_ingest=1609584910|first_time=1609583757|last_time=1609584910|last_ingest_lag=0|last_event_lag=-10|time_measure=1609584900|state=green,idx=main|st=sample3|max_allowed=3600|last_ingest=1609584910|first_time=1609583757|last_time=1609584910|last_ingest_lag=0|last_event_lag=-10|time_measure=1609584900|state=green,idx=main|st=sample4|max_allowed=3600|last_ingest=1609584901|first_time=1609583757|last_time=1609584901|last_ingest_lag=0|last_event_lag=-1|time_measure=1609584900|state=green,idx=main|st=sample5|max_allowed=3600|last_ingest=1609584910|first_time=1609583757|last_time=1609584910|last_ingest_lag=0|last_event_lag=-10|time_measure=1609584900|state=green,idx=main|st=sample6|max_allowed=3600|last_ingest=1609584901|first_time=1609583757|last_time=1609584901|last_ingest_lag=0|last_event_lag=-1|time_measure=1609584900|state=green,idx=main|st=sample7|max_allowed=3600|last_ingest=1609584902|first_time=1609583757|last_time=1609584902|last_ingest_lag=0|last_event_lag=-2|time_measure=1609584900|state=green,idx=main|st=sample8-multiformat|max_allowed=3600|last_ingest=1609584910|first_time=1609583757|last_time=1609584910|last_ingest_lag=0|last_event_lag=-10|time_measure=1609584900|state=green,idx=main|st=sample9-customformat|max_allowed=3600|last_ingest=1609584901|first_time=1609583757|last_time=1609584900|last_ingest_lag=1|last_event_lag=0|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584910\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-10\",\n  \"data_last_time_seen\": \"1609584910\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"sample1,sample10-noformat,sample2,sample3,sample4,sample5,sample6,sample7,sample8-multiformat,sample9-customformat\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"EVENTGEN.SAMPLER\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"40778a2a207f7a2c6c2bb7a8bd4c3ca0\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1151\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_host\": \"FIREWALL.PAN.EMEA.NODE2\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=network|st=pan:traffic|max_allowed=3600|last_ingest=1609584909|first_time=1609583757|last_time=1609584909|last_ingest_lag=0|last_event_lag=-9|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"network\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584909\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-9\",\n  \"data_last_time_seen\": \"1609584909\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"FIREWALL.PAN.EMEA.NODE2\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"4992e54491211069216902820f9f419b\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1151\",\n  \"data_first_time_seen\": \"1609583756\",\n  \"data_host\": \"FIREWALL.PAN.EMEA.NODE1\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=network|st=pan:traffic|max_allowed=3600|last_ingest=1609584908|first_time=1609583756|last_time=1609584908|last_ingest_lag=0|last_event_lag=-8|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"network\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584908\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-8\",\n  \"data_last_time_seen\": \"1609584908\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"FIREWALL.PAN.EMEA.NODE1\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"7dcb2f8a8e54678805fe29914e34f01a\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1171\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_host\": \"FIREWALL.PAN.EMEA.RETAIL.NODE1\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=firewall|st=pan:traffic|max_allowed=3600|last_ingest=1609584909|first_time=1609583757|last_time=1609584909|last_ingest_lag=0|last_event_lag=-9|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"firewall\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584909\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-9\",\n  \"data_last_time_seen\": \"1609584909\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"FIREWALL.PAN.EMEA.RETAIL.NODE1\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"a9a9edc13ab32628816d01ba2ac6e41a\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"3441\",\n  \"data_first_time_seen\": \"1609583756\",\n  \"data_host\": \"LINUX.ALL-REGIONS\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=linux_amer|st=linux_secure|max_allowed=3600|last_ingest=1609584909|first_time=1609583756|last_time=1609584909|last_ingest_lag=0|last_event_lag=-9|time_measure=1609584900|state=green,idx=linux_apac|st=linux_secure|max_allowed=3600|last_ingest=1609584910|first_time=1609583756|last_time=1609584910|last_ingest_lag=0|last_event_lag=-10|time_measure=1609584900|state=green,idx=linux_emea|st=linux_secure|max_allowed=3600|last_ingest=1609584908|first_time=1609583756|last_time=1609584908|last_ingest_lag=0|last_event_lag=-8|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"linux_amer,linux_apac,linux_emea\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584910\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-10\",\n  \"data_last_time_seen\": \"1609584910\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"linux_secure\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"LINUX.ALL-REGIONS\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"b579b2c52be1ba8fa12f4c9076d75d97\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1151\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_host\": \"FIREWALL.PAN.EMEA.DESIGN.NODE1\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=firewall|st=pan:traffic|max_allowed=3600|last_ingest=1609584910|first_time=1609583757|last_time=1609584909|last_ingest_lag=1|last_event_lag=-9|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"firewall\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584910\",\n  \"data_last_ingestion_lag_seen\": \"1\",\n  \"data_last_lag_seen\": \"-9\",\n  \"data_last_time_seen\": \"1609584909\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"FIREWALL.PAN.EMEA.DESIGN.NODE1\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"ba730c27b5a47fd3af40e51560acf595\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1146\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_host\": \"FIREWALL.PAN.AMER.NODE2\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=network|st=pan:traffic|max_allowed=3600|last_ingest=1609584910|first_time=1609583757|last_time=1609584909|last_ingest_lag=1|last_event_lag=-9|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"network\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584910\",\n  \"data_last_ingestion_lag_seen\": \"1\",\n  \"data_last_lag_seen\": \"-9\",\n  \"data_last_time_seen\": \"1609584909\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"FIREWALL.PAN.AMER.NODE2\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"bc5edd8658ebfe20cab63b7fb28fffba\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"924\",\n  \"data_first_time_seen\": \"1609583758\",\n  \"data_host\": \"WINSRV1.ACME.COM\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=main|st=Script:ListeningPorts|max_allowed=3600|last_ingest=1609584670|first_time=1609583758|last_time=1609584669|last_ingest_lag=1|last_event_lag=231|time_measure=1609584900|state=green,idx=main|st=WinHostMon|max_allowed=3600|last_ingest=1609584910|first_time=1609583758|last_time=1609584910|last_ingest_lag=0|last_event_lag=-10|time_measure=1609584900|state=green,idx=main|st=XmlWinEventLog|max_allowed=3600|last_ingest=1609584901|first_time=1609583758|last_time=1609584901|last_ingest_lag=0|last_event_lag=-1|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"main\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584910\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-10\",\n  \"data_last_time_seen\": \"1609584910\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"Script:ListeningPorts,WinHostMon,XmlWinEventLog\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"WINSRV1.ACME.COM\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"c50e922f70918ef4765ae5b32f627026\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1157\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_host\": \"FIREWALL.PAN.APAC.RETAIL.NODE1\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=firewall|st=pan:traffic|max_allowed=3600|last_ingest=1609584908|first_time=1609583757|last_time=1609584908|last_ingest_lag=0|last_event_lag=-8|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"firewall\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584908\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-8\",\n  \"data_last_time_seen\": \"1609584908\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"FIREWALL.PAN.APAC.RETAIL.NODE1\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"c5fb03107a6cf84975ca16e2bb6895d5\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1159\",\n  \"data_first_time_seen\": \"1609583756\",\n  \"data_host\": \"FIREWALL.PAN.APAC.NODE2\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=network|st=pan:traffic|max_allowed=3600|last_ingest=1609584908|first_time=1609583756|last_time=1609584908|last_ingest_lag=0|last_event_lag=-8|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"network\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584908\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-8\",\n  \"data_last_time_seen\": \"1609584908\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"FIREWALL.PAN.APAC.NODE2\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"cf7fdf8c2cb6c76e79bdabcd11d8f4df\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1156\",\n  \"data_first_time_seen\": \"1609583757\",\n  \"data_host\": \"FIREWALL.PAN.APAC.DESIGN.NODE1\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=firewall|st=pan:traffic|max_allowed=3600|last_ingest=1609584910|first_time=1609583757|last_time=1609584910|last_ingest_lag=0|last_event_lag=-10|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"firewall\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584910\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-10\",\n  \"data_last_time_seen\": \"1609584910\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"FIREWALL.PAN.APAC.DESIGN.NODE1\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"d69fe424c427c3a12ad6d8adfe19917c\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1157\",\n  \"data_first_time_seen\": \"1609583756\",\n  \"data_host\": \"FIREWALL.PAN.APAC.NODE1\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=network|st=pan:traffic|max_allowed=3600|last_ingest=1609584910|first_time=1609583756|last_time=1609584910|last_ingest_lag=0|last_event_lag=-10|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"network\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584910\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-10\",\n  \"data_last_time_seen\": \"1609584910\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"FIREWALL.PAN.APAC.NODE1\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"dfff99442f215ba0177e3a14ee2d2fea\"\n },\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609584900\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1146\",\n  \"data_first_time_seen\": \"1609583756\",\n  \"data_host\": \"FIREWALL.PAN.AMER.RETAIL.NODE1\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=firewall|st=pan:traffic|max_allowed=3600|last_ingest=1609584910|first_time=1609583756|last_time=1609584910|last_ingest_lag=0|last_event_lag=-10|time_measure=1609584900|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"firewall\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609584910\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"-10\",\n  \"data_last_time_seen\": \"1609584910\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609584600\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609584900\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599300.000\",\n  \"info_min_time\": \"1609570500.000\",\n  \"info_search_time\": \"1609584900.517\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5269a9c362ecdfdbc_at_1609584900_24\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"FIREWALL.PAN.AMER.RETAIL.NODE1\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"e62db84648682b275554cb6b7e7b2248\"\n }\n]"}],"_postman_id":"dff3d0aa-5491-4398-822c-e2e60fd184e8"},{"name":"dh_by_key / Get data host by _key","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"955fbbe6-7f70-40bf-af0d-376448ee9a9b","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_key\": \"14781cf495c76f1373382197f071c5d6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_by_key","description":"<p><strong>This endpoint retrieves an existing data host record by the Kvstore key, it requires a GET call with the following information:</strong></p>\n<ul>\n<li>\"_key\": KVstore unique identifier for this record</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_hosts","dh_by_key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"84a0c2aa-bddc-4dee-8cca-4598cb970132","name":"dh_by_key / Get data host by _key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_key\": \"14781cf495c76f1373382197f071c5d6\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_by_key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:53:30 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"754"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierLowerThresholdMultiplier\": \"4\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierSpan\": \"5m\",\n \"OutlierTimePeriod\": \"-7d\",\n \"OutlierUpperThresholdMultiplier\": \"4\",\n \"_time\": \"1609591983\",\n \"current_state\": \"green\",\n \"data_eventcount\": \"8219\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n \"data_host_alerting_policy\": \"global_policy\",\n \"data_host_is_online\": \"true\",\n \"data_host_st_summary\": \"idx=firewall|st=pan:traffic|max_allowed=3600|last_ingest=1609591981|first_time=1609583756|last_time=1609591981|last_ingest_lag=0|last_event_lag=2|time_measure=1609591983|state=green\",\n \"data_host_state\": \"green\",\n \"data_index\": \"firewall\",\n \"data_lag_alert_kpis\": \"all_kpis\",\n \"data_last_ingest\": \"1609591981\",\n \"data_last_ingestion_lag_seen\": \"0\",\n \"data_last_lag_seen\": \"2\",\n \"data_last_time_seen\": \"1609591981\",\n \"data_max_lag_allowed\": \"3600\",\n \"data_monitored_state\": \"enabled\",\n \"data_monitoring_wdays\": \"auto:all_days\",\n \"data_override_lagging_class\": \"false\",\n \"data_previous_host_state\": \"discovered\",\n \"data_previous_tracker_runtime\": \"1609591983\",\n \"data_sourcetype\": \"pan:traffic\",\n \"data_tracker_runtime\": \"1609591983\",\n \"default_data_host_alerting_policy\": \"track_per_host\",\n \"enable_behaviour_analytic\": \"true\",\n \"info_max_time\": \"1609591983.000\",\n \"info_min_time\": \"1609577583.000\",\n \"info_search_time\": \"1609591983.313\",\n \"info_sid\": \"1609591983.1902\",\n \"isOutlier\": \"0\",\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609591983\",\n \"object\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n \"object_category\": \"data_host\",\n \"object_group_state\": \"red\",\n \"object_previous_state\": \"discovered\",\n \"object_state\": \"green\",\n \"priority\": \"medium\",\n \"result\": \"02/01/2021 12:53:03, object=FIREWALL.PAN.AMER.DESIGN.NODE1 has flipped from previous_state=discovered to state=green\",\n \"summary_max_allowed\": \"3600\",\n \"_user\": \"nobody\",\n \"_key\": \"14781cf495c76f1373382197f071c5d6\"\n}"}],"_postman_id":"955fbbe6-7f70-40bf-af0d-376448ee9a9b"},{"name":"dh_by_name / Get data host by name","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"c1389217-7abc-4636-9821-c6ddc7b7999e","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_by_name","description":"<p><strong>This endpoint retrieves an existing data host record by the data host name (data_host), it requires a GET call with the following information:</strong></p>\n<ul>\n<li>\"data_host\": name of the data host</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_hosts","dh_by_name"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7420fede-ea1d-4ac2-bde9-5a02367c4357","name":"dh_by_name / Get data host by name","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_by_name"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:03:59 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"748"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"OutlierAlertOnUpper\": \"false\",\n  \"OutlierLowerThresholdMultiplier\": \"4\",\n  \"OutlierMinEventCount\": \"0\",\n  \"OutlierSpan\": \"5m\",\n  \"OutlierTimePeriod\": \"-7d\",\n  \"OutlierUpperThresholdMultiplier\": \"4\",\n  \"_time\": \"1609585260\",\n  \"current_state\": \"green\",\n  \"data_eventcount\": \"1508\",\n  \"data_first_time_seen\": \"1609583756\",\n  \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n  \"data_host_alerting_policy\": \"global_policy\",\n  \"data_host_is_online\": \"true\",\n  \"data_host_st_summary\": \"idx=firewall|st=pan:traffic|max_allowed=3600|last_ingest=1609585260|first_time=1609583756|last_time=1609585260|last_ingest_lag=0|last_event_lag=0|time_measure=1609585260|state=green\",\n  \"data_host_state\": \"green\",\n  \"data_index\": \"firewall\",\n  \"data_lag_alert_kpis\": \"all_kpis\",\n  \"data_last_ingest\": \"1609585260\",\n  \"data_last_ingestion_lag_seen\": \"0\",\n  \"data_last_lag_seen\": \"0\",\n  \"data_last_time_seen\": \"1609585260\",\n  \"data_max_lag_allowed\": \"3600\",\n  \"data_monitored_state\": \"enabled\",\n  \"data_monitoring_wdays\": \"auto:all_days\",\n  \"data_override_lagging_class\": \"false\",\n  \"data_previous_host_state\": \"green\",\n  \"data_previous_tracker_runtime\": \"1609585200\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"data_tracker_runtime\": \"1609585260\",\n  \"default_data_host_alerting_policy\": \"track_per_host\",\n  \"enable_behaviour_analytic\": \"true\",\n  \"info_max_time\": \"1609599660.000\",\n  \"info_min_time\": \"1608980460.000\",\n  \"info_search_time\": \"1609585265.073\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD5d8e7971dd62433c7_at_1609585260_35\",\n  \"isOutlier\": \"0\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"object\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n  \"object_category\": \"data_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"summary_max_allowed\": \"3600\",\n  \"_user\": \"nobody\",\n  \"_key\": \"14781cf495c76f1373382197f071c5d6\"\n }\n]"}],"_postman_id":"c1389217-7abc-4636-9821-c6ddc7b7999e"},{"name":"dh_enable_monitoring / Enable monitoring","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f112733e-9b59-47c8-b4fd-645d9f2d63a6","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_enable_monitoring","description":"<p><strong>This endpoint enables data monitoring for an existing data host by the data host name (data_host), it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_host\": name of the data host</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_hosts","dh_enable_monitoring"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1663b006-ecf5-40b6-b58b-3f01b5ddc116","name":"dh_enable_monitoring / Enable monitoring","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_enable_monitoring"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:06:24 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"594"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"data_host\",\n \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n \"data_index\": \"firewall\",\n \"data_sourcetype\": \"pan:traffic\",\n \"data_last_lag_seen\": \"-1\",\n \"data_last_ingestion_lag_seen\": \"0\",\n \"data_eventcount\": \"1758\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_last_time_seen\": \"1609585501\",\n \"data_last_ingest\": \"1609585501\",\n \"data_max_lag_allowed\": \"3600\",\n \"data_lag_alert_kpis\": \"all_kpis\",\n \"data_monitored_state\": \"enabled\",\n \"data_monitoring_wdays\": \"auto:all_days\",\n \"data_override_lagging_class\": \"false\",\n \"data_host_state\": \"green\",\n \"data_tracker_runtime\": \"1609585500\",\n \"data_previous_host_state\": \"green\",\n \"data_previous_tracker_runtime\": \"1609585260\",\n \"data_host_st_summary\": \"idx=firewall|st=pan:traffic|max_allowed=3600|last_ingest=1609585501|first_time=1609583756|last_time=1609585501|last_ingest_lag=0|last_event_lag=-1|time_measure=1609585500|state=green\",\n \"data_host_alerting_policy\": \"global_policy\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierLowerThresholdMultiplier\": \"4\",\n \"OutlierUpperThresholdMultiplier\": \"4\",\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierTimePeriod\": \"-7d\",\n \"OutlierSpan\": \"5m\",\n \"isOutlier\": \"0\",\n \"enable_behaviour_analytic\": \"true\",\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"14781cf495c76f1373382197f071c5d6\"\n}"}],"_postman_id":"f112733e-9b59-47c8-b4fd-645d9f2d63a6"},{"name":"dh_disable_monitoring / Disable monitoring","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"be98dbdd-f7ee-40d8-bee2-ea90e249a2bb","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_disable_monitoring","description":"<p><strong>This endpoint disables data monitoring for an existing data host by the data host name (data_host), it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_host\": name of the data host</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_hosts","dh_disable_monitoring"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"da485354-1238-40f6-8fc7-51e9a2a7aad4","name":"dh_disable_monitoring / Disable monitoring","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_disable_monitoring"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:06:54 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"595"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"data_host\",\n \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n \"data_index\": \"firewall\",\n \"data_sourcetype\": \"pan:traffic\",\n \"data_last_lag_seen\": \"-1\",\n \"data_last_ingestion_lag_seen\": \"0\",\n \"data_eventcount\": \"1758\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_last_time_seen\": \"1609585501\",\n \"data_last_ingest\": \"1609585501\",\n \"data_max_lag_allowed\": \"3600\",\n \"data_lag_alert_kpis\": \"all_kpis\",\n \"data_monitored_state\": \"disabled\",\n \"data_monitoring_wdays\": \"auto:all_days\",\n \"data_override_lagging_class\": \"false\",\n \"data_host_state\": \"green\",\n \"data_tracker_runtime\": \"1609585500\",\n \"data_previous_host_state\": \"green\",\n \"data_previous_tracker_runtime\": \"1609585260\",\n \"data_host_st_summary\": \"idx=firewall|st=pan:traffic|max_allowed=3600|last_ingest=1609585501|first_time=1609583756|last_time=1609585501|last_ingest_lag=0|last_event_lag=-1|time_measure=1609585500|state=green\",\n \"data_host_alerting_policy\": \"global_policy\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierLowerThresholdMultiplier\": \"4\",\n \"OutlierUpperThresholdMultiplier\": \"4\",\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierTimePeriod\": \"-7d\",\n \"OutlierSpan\": \"5m\",\n \"isOutlier\": \"0\",\n \"enable_behaviour_analytic\": \"true\",\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"14781cf495c76f1373382197f071c5d6\"\n}"}],"_postman_id":"be98dbdd-f7ee-40d8-bee2-ea90e249a2bb"},{"name":"dh_update_priority / Update priority","event":[{"listen":"test","script":{"id":"d5004a0d-12c1-4f27-a837-d296ffd38d67","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"7dbfeb6f-d7bb-4828-a455-e2d8c842fe68","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n    \"priority\": \"high\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_update_priority","description":"<p><strong>This endpoint retrieves an existing data source record by the Kvstore key, it requires a GET call with the following information::</strong></p>\n<ul>\n<li><p>\"data_host\": name of the data host</p>\n</li>\n<li><p>\"priority\": priority value, valid options are low / medium / high</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_hosts","dh_update_priority"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"457faf66-55ea-45d9-b366-36ddb6a5e1d8","name":"dh_disable_monitoring / Disable monitoring","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_disable_monitoring"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:06:54 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"595"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"data_host\",\n \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n \"data_index\": \"firewall\",\n \"data_sourcetype\": \"pan:traffic\",\n \"data_last_lag_seen\": \"-1\",\n \"data_last_ingestion_lag_seen\": \"0\",\n \"data_eventcount\": \"1758\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_last_time_seen\": \"1609585501\",\n \"data_last_ingest\": \"1609585501\",\n \"data_max_lag_allowed\": \"3600\",\n \"data_lag_alert_kpis\": \"all_kpis\",\n \"data_monitored_state\": \"disabled\",\n \"data_monitoring_wdays\": \"auto:all_days\",\n \"data_override_lagging_class\": \"false\",\n \"data_host_state\": \"green\",\n \"data_tracker_runtime\": \"1609585500\",\n \"data_previous_host_state\": \"green\",\n \"data_previous_tracker_runtime\": \"1609585260\",\n \"data_host_st_summary\": \"idx=firewall|st=pan:traffic|max_allowed=3600|last_ingest=1609585501|first_time=1609583756|last_time=1609585501|last_ingest_lag=0|last_event_lag=-1|time_measure=1609585500|state=green\",\n \"data_host_alerting_policy\": \"global_policy\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierLowerThresholdMultiplier\": \"4\",\n \"OutlierUpperThresholdMultiplier\": \"4\",\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierTimePeriod\": \"-7d\",\n \"OutlierSpan\": \"5m\",\n \"isOutlier\": \"0\",\n \"enable_behaviour_analytic\": \"true\",\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"14781cf495c76f1373382197f071c5d6\"\n}"}],"_postman_id":"7dbfeb6f-d7bb-4828-a455-e2d8c842fe68"},{"name":"dh_reset / Reset data host","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f5262274-c838-4c8c-a5e3-1bdd8d72613c","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_reset","description":"<p><strong>This endpoint resets (removal of index and sourcetype knowledge) an existing data host by the data host name (data_host), it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_host\": name of the data host</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_hosts","dh_reset"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"eb6d6950-5f11-4097-9f85-e079cbfdea0f","name":"dh_reset / Reset data host","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_reset"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:07:27 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"489"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"data_host\",\n \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n \"data_last_lag_seen\": \"-1\",\n \"data_last_ingestion_lag_seen\": \"0\",\n \"data_eventcount\": \"1758\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_last_time_seen\": \"1609585501\",\n \"data_last_ingest\": \"1609585501\",\n \"data_max_lag_allowed\": \"3600\",\n \"data_lag_alert_kpis\": \"all_kpis\",\n \"data_monitored_state\": \"enabled\",\n \"data_monitoring_wdays\": \"auto:all_days\",\n \"data_override_lagging_class\": \"false\",\n \"data_host_state\": \"green\",\n \"data_tracker_runtime\": \"1609585500\",\n \"data_previous_host_state\": \"green\",\n \"data_previous_tracker_runtime\": \"1609585260\",\n \"data_host_alerting_policy\": \"global_policy\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierLowerThresholdMultiplier\": \"4\",\n \"OutlierUpperThresholdMultiplier\": \"4\",\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierTimePeriod\": \"-7d\",\n \"OutlierSpan\": \"5m\",\n \"isOutlier\": \"0\",\n \"enable_behaviour_analytic\": \"true\",\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"14781cf495c76f1373382197f071c5d6\"\n}"}],"_postman_id":"f5262274-c838-4c8c-a5e3-1bdd8d72613c"},{"name":"dh_update_lag_policy / Update lagging policy","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"868977cf-f978-451d-bdf5-5dbcde8123d1","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n    \"update_comment\": \"Updated by automation.\",\n    \"data_lag_alert_kpis\": \"lag_ingestion_kpi\",\n    \"data_max_lag_allowed\": \"300\",\n    \"data_override_lagging_class\": \"true\",\n    \"data_host_alerting_policy\": \"track_per_sourcetype\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_update_lag_policy","description":"<p><strong>This endpoint configures the lagging policy for an existing data host, it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_host\": name of the data host</p>\n</li>\n<li><p>\"data_lag_alert_kpis\": KPIs policy to be applied, valid options are all_kpis / lag_ingestion_kpi / lag_event_kpi</p>\n</li>\n<li><p>\"data_max_lag_allowed\": maximal accepted lagging value in seconds, must be an integer</p>\n</li>\n<li><p>\"data_override_lagging_class\": overrides lagging classes, valid options are true / false</p>\n</li>\n<li><p>\"data_host_alerting_policy\": policy alerting, valid options are global_policy / track_per_sourcetype / track_per_host</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_hosts","dh_update_lag_policy"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9307b066-9f34-46b3-ae80-f241b9ad0d29","name":"dh_update_lag_policy / Update lagging policy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n    \"update_comment\": \"Updated by automation.\",\n    \"data_lag_alert_kpis\": \"lag_ingestion_kpi\",\n    \"data_max_lag_allowed\": \"300\",\n    \"data_override_lagging_class\": \"true\",\n    \"data_host_alerting_policy\": \"track_per_sourcetype\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_update_lag_policy"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:08:05 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"520"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"data_host\",\n \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n \"data_index\": null,\n \"data_sourcetype\": null,\n \"data_last_lag_seen\": \"-1\",\n \"data_last_ingestion_lag_seen\": \"0\",\n \"data_eventcount\": \"1758\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_last_time_seen\": \"1609585501\",\n \"data_last_ingest\": \"1609585501\",\n \"data_max_lag_allowed\": \"300\",\n \"data_lag_alert_kpis\": \"lag_ingestion_kpi\",\n \"data_monitored_state\": \"enabled\",\n \"data_monitoring_wdays\": \"auto:all_days\",\n \"data_override_lagging_class\": \"true\",\n \"data_host_state\": \"green\",\n \"data_tracker_runtime\": \"1609585500\",\n \"data_previous_host_state\": \"green\",\n \"data_previous_tracker_runtime\": \"1609585260\",\n \"data_host_st_summary\": null,\n \"data_host_alerting_policy\": \"track_per_sourcetype\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierLowerThresholdMultiplier\": \"4\",\n \"OutlierUpperThresholdMultiplier\": \"4\",\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierTimePeriod\": \"-7d\",\n \"OutlierSpan\": \"5m\",\n \"isOutlier\": \"0\",\n \"enable_behaviour_analytic\": \"true\",\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"14781cf495c76f1373382197f071c5d6\"\n}"}],"_postman_id":"868977cf-f978-451d-bdf5-5dbcde8123d1"},{"name":"dh_update_wdays / Update week days monitoring","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6dfcad7a-fadb-4941-8850-c43a86f4c62c","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n    \"update_comment\": \"Updated by automation.\",\n    \"data_monitoring_wdays\": \"manual:monday-to-friday\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_update_wdays","description":"<p><strong>This endpoint configures the week days monitoring rule for an existing data host, it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_host\": name of the data host</p>\n</li>\n<li><p>\"data_monitoring_wdays\":  the week days rule, valid options are manual:all_days / manual:monday-to-friday / manual:monday-to-saturday / [ 0, 1, 2, 3, 4, 5, 6 ] where Sunday is 0</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_hosts","dh_update_wdays"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5b3febd0-e2d6-4fc9-8cd1-fb5e1b9a6972","name":"dh_update_wdays_by_name / Update week days monitoring","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n    \"update_comment\": \"Updated by automation.\",\n    \"data_monitoring_wdays\": \"manual:monday-to-friday\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_update_wdays"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:08:36 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"527"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"data_host\",\n \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n \"data_index\": null,\n \"data_sourcetype\": null,\n \"data_last_lag_seen\": \"-1\",\n \"data_last_ingestion_lag_seen\": \"0\",\n \"data_eventcount\": \"1758\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_last_time_seen\": \"1609585501\",\n \"data_last_ingest\": \"1609585501\",\n \"data_max_lag_allowed\": \"300\",\n \"data_lag_alert_kpis\": \"lag_ingestion_kpi\",\n \"data_monitored_state\": \"enabled\",\n \"data_monitoring_wdays\": \"manual:monday-to-friday\",\n \"data_override_lagging_class\": \"true\",\n \"data_host_state\": \"green\",\n \"data_tracker_runtime\": \"1609585500\",\n \"data_previous_host_state\": \"green\",\n \"data_previous_tracker_runtime\": \"1609585260\",\n \"data_host_st_summary\": null,\n \"data_host_alerting_policy\": \"track_per_sourcetype\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierLowerThresholdMultiplier\": \"4\",\n \"OutlierUpperThresholdMultiplier\": \"4\",\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierTimePeriod\": \"-7d\",\n \"OutlierSpan\": \"5m\",\n \"isOutlier\": \"0\",\n \"enable_behaviour_analytic\": \"true\",\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"14781cf495c76f1373382197f071c5d6\"\n}"}],"_postman_id":"6dfcad7a-fadb-4941-8850-c43a86f4c62c"},{"name":"dh_update_outliers / Update outliers detection configuration","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"2e29707e-6d83-453b-8bd0-93e485516c6c","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n    \"update_comment\": \"Updated by automation.\",\n    \"OutlierMinEventCount\": \"0\",\n    \"OutlierLowerThresholdMultiplier\": \"6\",\n    \"OutlierUpperThresholdMultiplier\": \"6\",\n    \"OutlierAlertOnUpper\": \"false\",\n    \"OutlierTimePeriod\": \"7d\",\n    \"OutlierSpan\": \"5m\",\n    \"enable_behaviour_analytic\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089//services/trackme/v1/data_hosts/dh_update_outliers","description":"<p><strong>This endpoint configures the week days monitoring rule for an existing data host, it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_host\": name of the data host</p>\n</li>\n<li><p>\"OutlierMinEventCount\": the minimal number of events, if set to anything bigger than 0, the lower bound becomes a static value, needs to be an integer, default to 0 (disabled)</p>\n</li>\n<li><p>\"OutlierLowerThresholdMultiplier\": The lower bound threshold multiplier, must be an integer, defaults to 4</p>\n</li>\n<li><p>\"OutlierUpperThresholdMultiplier\": The upper bound threshold multiplier, must be integer, defaults to 4</p>\n</li>\n<li><p>\"OutlierAlertOnUpper\": \"Enables / Disables alerting on upper outliers detection, valid options are true / false, defaults to false</p>\n</li>\n<li><p>\"OutlierTimePeriod\": relative time period for outliers calculation, default to -7d</p>\n</li>\n<li><p>\"OutlierSpan\": span period Splunk notation for outliers UI rendering, defaults to 5m</p>\n</li>\n<li><p>\"enable_behaviour_analytic\": \"Enables / Disables outliers detection for that object, valid options are true / false, defaults to true</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["","services","trackme","v1","data_hosts","dh_update_outliers"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"43ab71c6-2a58-4c35-a910-6ff9b486327a","name":"dh_update_outliers / Update outliers detection configuration","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n    \"update_comment\": \"Updated by automation.\",\n    \"OutlierMinEventCount\": \"0\",\n    \"OutlierLowerThresholdMultiplier\": \"6\",\n    \"OutlierUpperThresholdMultiplier\": \"6\",\n    \"OutlierAlertOnUpper\": \"false\",\n    \"OutlierTimePeriod\": \"7d\",\n    \"OutlierSpan\": \"5m\",\n    \"enable_behaviour_analytic\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_update_outliers"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:09:23 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"526"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"data_host\",\n \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\",\n \"data_index\": null,\n \"data_sourcetype\": null,\n \"data_last_lag_seen\": \"-1\",\n \"data_last_ingestion_lag_seen\": \"0\",\n \"data_eventcount\": \"1758\",\n \"data_first_time_seen\": \"1609583756\",\n \"data_last_time_seen\": \"1609585501\",\n \"data_last_ingest\": \"1609585501\",\n \"data_max_lag_allowed\": \"300\",\n \"data_lag_alert_kpis\": \"lag_ingestion_kpi\",\n \"data_monitored_state\": \"enabled\",\n \"data_monitoring_wdays\": \"manual:monday-to-friday\",\n \"data_override_lagging_class\": \"true\",\n \"data_host_state\": \"green\",\n \"data_tracker_runtime\": \"1609585500\",\n \"data_previous_host_state\": \"green\",\n \"data_previous_tracker_runtime\": \"1609585260\",\n \"data_host_st_summary\": null,\n \"data_host_alerting_policy\": \"track_per_sourcetype\",\n \"OutlierMinEventCount\": \"0\",\n \"OutlierLowerThresholdMultiplier\": \"6\",\n \"OutlierUpperThresholdMultiplier\": \"6\",\n \"OutlierAlertOnUpper\": \"false\",\n \"OutlierTimePeriod\": \"7d\",\n \"OutlierSpan\": \"5m\",\n \"isOutlier\": \"0\",\n \"enable_behaviour_analytic\": \"true\",\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"14781cf495c76f1373382197f071c5d6\"\n}"}],"_postman_id":"2e29707e-6d83-453b-8bd0-93e485516c6c"},{"name":"dh_delete_temporary / Delete temporary","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"5ea729f7-bf84-4275-b70c-23575a3234d7","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_delete_temporary","description":"<p><strong>This endpoint performs a temporary deletion of an existing data host, it requires a DELETE call with the following information:</strong></p>\n<ul>\n<li><p>\"data_host\": name of the data host</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n<p><em>Note: A temporary deletion removes the entity and its configuration, if search conditions such as data avaibility allow it, the same entitiy will be re-created automatically by the Trackers.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_hosts","dh_delete_temporary"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"945e42cd-f294-480a-af3a-248bf3c3a02d","name":"dh_delete_temporary / Delete temporary","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_delete_temporary"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:09:56 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"94"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 14781cf495c76f1373382197f071c5d6 was temporarily deleted from the collection."}],"_postman_id":"5ea729f7-bf84-4275-b70c-23575a3234d7"},{"name":"dh_delete_permanent / Delete permanently","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"d73fb3a9-4e07-4083-a5bb-a8e35e6bb72c","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_delete_permanent","description":"<p><strong>This endpoint performs a permanent deletion of an existing data host, it requires a DELETE call with the following information:</strong></p>\n<ul>\n<li><p>\"data_host\": name of the data host</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n<p><em>Note: A permanent deletion removes the entity and its configuration, in addition its a specific audit record to prevent the entity from being created as long as the audit record is not purged. if the audit record is purged and the search conditions such as data avaibility allow it, the same entitiy will be re-created automatically by the Trackers.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_hosts","dh_delete_permanent"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c7e723ba-1289-4456-8153-036397c46422","name":"dh_delete_permanent / Delete permanently","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_hosts/dh_delete_permanent"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:10:42 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"94"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 14781cf495c76f1373382197f071c5d6 was permanently deleted from the collection."}],"_postman_id":"d73fb3a9-4e07-4083-a5bb-a8e35e6bb72c"}],"id":"3d4892e9-131b-444a-b35b-208f8e346e19","description":"<p><strong>Data hosts shows data discovered for each host sending events to Splunk.</strong></p>\n<p>See: <a href=\"https://trackme.readthedocs.io/en/latest/userguide.html#data-hosts-tracking-and-features\">https://trackme.readthedocs.io/en/latest/userguide.html#data-hosts-tracking-and-features</a></p>\n","event":[{"listen":"prerequest","script":{"id":"40e63eb5-0ee6-486e-8c40-51f205bfc97e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5b6cba06-b702-45dc-8ce2-a80ace3a1efc","type":"text/javascript","exec":[""]}}],"_postman_id":"3d4892e9-131b-444a-b35b-208f8e346e19","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Metric Hosts endpoints","item":[{"name":"mh_collection / Get full Metric Hosts collection","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"4c4a7ba6-20f4-4430-9458-4b7b74113468","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_collection","description":"<p><strong>This endpoint retrieves the entire metric hosts collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","metric_hosts","mh_collection"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"578082fb-3704-4284-aadf-8d41970d5975","name":"mh_collection / Get full Metric Hosts collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_collection"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:12:33 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"678"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"_time\": \"1609585800\",\n  \"current_state\": \"green\",\n  \"info_max_time\": \"1609585800.000\",\n  \"info_min_time\": \"1609585500.000\",\n  \"info_search_time\": \"1609585800.753\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD56299d9dc7b583db4_at_1609585800_44\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"metric_category\": \"docker,docker_container_blkio,docker_container_cpu,docker_container_health,docker_container_mem,docker_container_net,docker_container_status\",\n  \"metric_details\": \"metric_category=docker_container_blkio|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_cpu|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_health|metric_last_time=1609585791|metric_max_lag_allowed=300|metric_current_lag_sec=9|metric_host_state=green,metric_category=docker_container_mem|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_net|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_status|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker|metric_last_time=1609585790|metric_max_lag_allowed=300|metric_current_lag_sec=10|metric_host_state=green\",\n  \"metric_details_human\": [\n   \"metric_category=docker_container_blkio|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker_container_cpu|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker_container_health|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=9|metric_host_state=green\",\n   \"metric_category=docker_container_mem|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker_container_net|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker_container_status|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=10|metric_host_state=green\"\n  ],\n  \"metric_first_time_seen\": \"1609583992\",\n  \"metric_host\": \"telegraf-node1\",\n  \"metric_host_state\": \"green\",\n  \"metric_index\": \"telegraf\",\n  \"metric_last_lag_seen\": \"8\",\n  \"metric_last_time_seen\": \"1609585792\",\n  \"metric_monitored_state\": \"enabled\",\n  \"metric_previous_host_state\": \"green\",\n  \"metric_previous_tracker_runtime\": \"1609585500\",\n  \"metric_tracker_runtime\": \"1609585800\",\n  \"object\": \"telegraf-node1\",\n  \"object_category\": \"metric_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"_user\": \"nobody\",\n  \"_key\": \"afb0c5fc92f20c8011ecac371b04f77e\"\n },\n {\n  \"_time\": \"1609585800\",\n  \"current_state\": \"green\",\n  \"info_max_time\": \"1609585800.000\",\n  \"info_min_time\": \"1609585500.000\",\n  \"info_search_time\": \"1609585800.753\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD56299d9dc7b583db4_at_1609585800_44\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"metric_category\": \"docker,docker_container_blkio,docker_container_cpu,docker_container_health,docker_container_mem,docker_container_net,docker_container_status\",\n  \"metric_details\": \"metric_category=docker_container_blkio|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_cpu|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_health|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_mem|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_net|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_status|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker|metric_last_time=1609585790|metric_max_lag_allowed=300|metric_current_lag_sec=10|metric_host_state=green\",\n  \"metric_details_human\": [\n   \"metric_category=docker_container_blkio|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker_container_cpu|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker_container_health|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker_container_mem|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker_container_net|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker_container_status|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=10|metric_host_state=green\"\n  ],\n  \"metric_first_time_seen\": \"1609583992\",\n  \"metric_host\": \"telegraf-node2\",\n  \"metric_host_state\": \"green\",\n  \"metric_index\": \"telegraf\",\n  \"metric_last_lag_seen\": \"8\",\n  \"metric_last_time_seen\": \"1609585792\",\n  \"metric_monitored_state\": \"enabled\",\n  \"metric_previous_host_state\": \"green\",\n  \"metric_previous_tracker_runtime\": \"1609585500\",\n  \"metric_tracker_runtime\": \"1609585800\",\n  \"object\": \"telegraf-node2\",\n  \"object_category\": \"metric_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"_user\": \"nobody\",\n  \"_key\": \"b552cd36e62cb32f53783716283059b1\"\n }\n]"}],"_postman_id":"4c4a7ba6-20f4-4430-9458-4b7b74113468"},{"name":"mh_by_key / Get metric host by _key","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"91362355-6d01-4f70-801c-6987a3f0419c","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_key\": \"afb0c5fc92f20c8011ecac371b04f77e\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_by_key","description":"<p><strong>This endpoint retrieves an existing metric host record by the Kvstore key, it requires a GET call with the following information:</strong></p>\n<ul>\n<li>\"_key\": KVstore unique identifier for this record</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","metric_hosts","mh_by_key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2332e67a-7efa-4954-8487-1d2b878cb35a","name":"mh_by_key / Get metric host by _key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_key\": \"afb0c5fc92f20c8011ecac371b04f77e\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_by_key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:13:02 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"596"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"_time\": \"1609585800\",\n \"current_state\": \"green\",\n \"info_max_time\": \"1609585800.000\",\n \"info_min_time\": \"1609585500.000\",\n \"info_search_time\": \"1609585800.753\",\n \"info_sid\": \"scheduler__admin__trackme__RMD56299d9dc7b583db4_at_1609585800_44\",\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"metric_category\": \"docker,docker_container_blkio,docker_container_cpu,docker_container_health,docker_container_mem,docker_container_net,docker_container_status\",\n \"metric_details\": \"metric_category=docker_container_blkio|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_cpu|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_health|metric_last_time=1609585791|metric_max_lag_allowed=300|metric_current_lag_sec=9|metric_host_state=green,metric_category=docker_container_mem|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_net|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_status|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker|metric_last_time=1609585790|metric_max_lag_allowed=300|metric_current_lag_sec=10|metric_host_state=green\",\n \"metric_details_human\": [\n  \"metric_category=docker_container_blkio|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n  \"metric_category=docker_container_cpu|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n  \"metric_category=docker_container_health|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=9|metric_host_state=green\",\n  \"metric_category=docker_container_mem|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n  \"metric_category=docker_container_net|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n  \"metric_category=docker_container_status|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n  \"metric_category=docker|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=10|metric_host_state=green\"\n ],\n \"metric_first_time_seen\": \"1609583992\",\n \"metric_host\": \"telegraf-node1\",\n \"metric_host_state\": \"green\",\n \"metric_index\": \"telegraf\",\n \"metric_last_lag_seen\": \"8\",\n \"metric_last_time_seen\": \"1609585792\",\n \"metric_monitored_state\": \"enabled\",\n \"metric_previous_host_state\": \"green\",\n \"metric_previous_tracker_runtime\": \"1609585500\",\n \"metric_tracker_runtime\": \"1609585800\",\n \"object\": \"telegraf-node1\",\n \"object_category\": \"metric_host\",\n \"object_group_state\": \"red\",\n \"object_previous_state\": \"green\",\n \"object_state\": \"green\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"afb0c5fc92f20c8011ecac371b04f77e\"\n}"}],"_postman_id":"91362355-6d01-4f70-801c-6987a3f0419c"},{"name":"mh_by_name / Get metric host by name","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"cb6264bf-d0a3-4829-ab3b-f890ea39de23","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"telegraf-node1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_by_name","description":"<p><strong>This endpoint retrieves an existing metric host record by the metric host name (metric_host), it requires a GET call with the following information:</strong></p>\n<ul>\n<li>\"metric_host\": name of the metric host</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","metric_hosts","mh_by_name"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2921bffa-9d0f-41b9-a957-f67c0065bc9e","name":"mh_by_name / Get metric host by name","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"telegraf-node1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_by_name"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:13:28 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"603"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"_time\": \"1609585800\",\n  \"current_state\": \"green\",\n  \"info_max_time\": \"1609585800.000\",\n  \"info_min_time\": \"1609585500.000\",\n  \"info_search_time\": \"1609585800.753\",\n  \"info_sid\": \"scheduler__admin__trackme__RMD56299d9dc7b583db4_at_1609585800_44\",\n  \"latest_flip_state\": \"green\",\n  \"latest_flip_time\": \"1609584000\",\n  \"metric_category\": \"docker,docker_container_blkio,docker_container_cpu,docker_container_health,docker_container_mem,docker_container_net,docker_container_status\",\n  \"metric_details\": \"metric_category=docker_container_blkio|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_cpu|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_health|metric_last_time=1609585791|metric_max_lag_allowed=300|metric_current_lag_sec=9|metric_host_state=green,metric_category=docker_container_mem|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_net|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_status|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker|metric_last_time=1609585790|metric_max_lag_allowed=300|metric_current_lag_sec=10|metric_host_state=green\",\n  \"metric_details_human\": [\n   \"metric_category=docker_container_blkio|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker_container_cpu|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker_container_health|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=9|metric_host_state=green\",\n   \"metric_category=docker_container_mem|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker_container_net|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker_container_status|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=8|metric_host_state=green\",\n   \"metric_category=docker|metric_last_time=02/01/2021 11:09|metric_current_lag_sec=10|metric_host_state=green\"\n  ],\n  \"metric_first_time_seen\": \"1609583992\",\n  \"metric_host\": \"telegraf-node1\",\n  \"metric_host_state\": \"green\",\n  \"metric_index\": \"telegraf\",\n  \"metric_last_lag_seen\": \"8\",\n  \"metric_last_time_seen\": \"1609585792\",\n  \"metric_monitored_state\": \"enabled\",\n  \"metric_previous_host_state\": \"green\",\n  \"metric_previous_tracker_runtime\": \"1609585500\",\n  \"metric_tracker_runtime\": \"1609585800\",\n  \"object\": \"telegraf-node1\",\n  \"object_category\": \"metric_host\",\n  \"object_group_state\": \"red\",\n  \"object_previous_state\": \"green\",\n  \"object_state\": \"green\",\n  \"priority\": \"medium\",\n  \"_user\": \"nobody\",\n  \"_key\": \"afb0c5fc92f20c8011ecac371b04f77e\"\n }\n]"}],"_postman_id":"cb6264bf-d0a3-4829-ab3b-f890ea39de23"},{"name":"mh_enable_monitoring / Enable monitoring","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"718e5216-b6cc-4a2f-a6bb-432edea64486","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"telegraf-node1\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_enable_monitoring","description":"<p><strong>This endpoint enables data monitoring for an existing metric host by the metric host name (metric_host), it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"metric_host\": name of the metric host</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","metric_hosts","mh_enable_monitoring"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8f511fe9-5ed2-4885-a971-ca7d8cb82fb1","name":"mh_enable_monitoring / Enable monitoring","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"telegraf-node1\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_enable_monitoring"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:13:55 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"433"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"metric_host\",\n \"metric_host\": \"telegraf-node1\",\n \"metric_index\": \"telegraf\",\n \"metric_category\": \"docker,docker_container_blkio,docker_container_cpu,docker_container_health,docker_container_mem,docker_container_net,docker_container_status\",\n \"metric_details\": \"metric_category=docker_container_blkio|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_cpu|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_health|metric_last_time=1609585791|metric_max_lag_allowed=300|metric_current_lag_sec=9|metric_host_state=green,metric_category=docker_container_mem|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_net|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_status|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker|metric_last_time=1609585790|metric_max_lag_allowed=300|metric_current_lag_sec=10|metric_host_state=green\",\n \"metric_last_lag_seen\": \"8\",\n \"metric_first_time_seen\": \"1609583992\",\n \"metric_last_time_seen\": \"1609585792\",\n \"metric_max_lag_allowed\": null,\n \"metric_monitored_state\": \"enabled\",\n \"metric_monitoring_wdays\": null,\n \"metric_override_lagging_class\": null,\n \"metric_host_state\": \"green\",\n \"metric_tracker_runtime\": \"1609585800\",\n \"metric_previous_host_state\": \"green\",\n \"metric_previous_tracker_runtime\": \"1609585500\",\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"afb0c5fc92f20c8011ecac371b04f77e\"\n}"}],"_postman_id":"718e5216-b6cc-4a2f-a6bb-432edea64486"},{"name":"mh_disable_monitoring / Disable monitoring","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"0e2fbcf0-fc4f-4446-89c8-b2654c5ca962","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"telegraf-node1\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_disable_monitoring","description":"<p><strong>This endpoint disables data monitoring for an existing metric host by the metric host name (metric_host), it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"metric_host\": name of the metric host</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","metric_hosts","mh_disable_monitoring"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"64e39afe-30af-4c40-bc50-d02372da8efa","name":"mh_disable_monitoring / Disable monitoring","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"telegraf-node1\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_disable_monitoring"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:14:22 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"434"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"metric_host\",\n \"metric_host\": \"telegraf-node1\",\n \"metric_index\": \"telegraf\",\n \"metric_category\": \"docker,docker_container_blkio,docker_container_cpu,docker_container_health,docker_container_mem,docker_container_net,docker_container_status\",\n \"metric_details\": \"metric_category=docker_container_blkio|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_cpu|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_health|metric_last_time=1609585791|metric_max_lag_allowed=300|metric_current_lag_sec=9|metric_host_state=green,metric_category=docker_container_mem|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_net|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_status|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker|metric_last_time=1609585790|metric_max_lag_allowed=300|metric_current_lag_sec=10|metric_host_state=green\",\n \"metric_last_lag_seen\": \"8\",\n \"metric_first_time_seen\": \"1609583992\",\n \"metric_last_time_seen\": \"1609585792\",\n \"metric_max_lag_allowed\": null,\n \"metric_monitored_state\": \"disabled\",\n \"metric_monitoring_wdays\": null,\n \"metric_override_lagging_class\": null,\n \"metric_host_state\": \"green\",\n \"metric_tracker_runtime\": \"1609585800\",\n \"metric_previous_host_state\": \"green\",\n \"metric_previous_tracker_runtime\": \"1609585500\",\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"afb0c5fc92f20c8011ecac371b04f77e\"\n}"}],"_postman_id":"0e2fbcf0-fc4f-4446-89c8-b2654c5ca962"},{"name":"mh_update_priority / Update priority","event":[{"listen":"test","script":{"id":"6f0da752-7399-4a41-833c-4b7d73826dde","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"a38d4397-f416-4078-8d82-b0baa0251b23","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"telegraf-node1\",\n    \"priority\": \"high\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_update_priority","description":"<p><strong>This endpoint updates the priority definition for an existing metric host, it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"metric_host\": name of the metric host</p>\n</li>\n<li><p>\"priority\": priority value, valid options are low / medium / high</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","metric_hosts","mh_update_priority"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e3cbf8bb-c272-4e6a-a443-e72b91fa824f","name":"mh_disable_monitoring / Disable monitoring","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"telegraf-node1\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_disable_monitoring"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:14:22 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"434"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"metric_host\",\n \"metric_host\": \"telegraf-node1\",\n \"metric_index\": \"telegraf\",\n \"metric_category\": \"docker,docker_container_blkio,docker_container_cpu,docker_container_health,docker_container_mem,docker_container_net,docker_container_status\",\n \"metric_details\": \"metric_category=docker_container_blkio|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_cpu|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_health|metric_last_time=1609585791|metric_max_lag_allowed=300|metric_current_lag_sec=9|metric_host_state=green,metric_category=docker_container_mem|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_net|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker_container_status|metric_last_time=1609585792|metric_max_lag_allowed=300|metric_current_lag_sec=8|metric_host_state=green,metric_category=docker|metric_last_time=1609585790|metric_max_lag_allowed=300|metric_current_lag_sec=10|metric_host_state=green\",\n \"metric_last_lag_seen\": \"8\",\n \"metric_first_time_seen\": \"1609583992\",\n \"metric_last_time_seen\": \"1609585792\",\n \"metric_max_lag_allowed\": null,\n \"metric_monitored_state\": \"disabled\",\n \"metric_monitoring_wdays\": null,\n \"metric_override_lagging_class\": null,\n \"metric_host_state\": \"green\",\n \"metric_tracker_runtime\": \"1609585800\",\n \"metric_previous_host_state\": \"green\",\n \"metric_previous_tracker_runtime\": \"1609585500\",\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"afb0c5fc92f20c8011ecac371b04f77e\"\n}"}],"_postman_id":"a38d4397-f416-4078-8d82-b0baa0251b23"},{"name":"mh_reset / Reset metrics","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"661b85cf-1609-44cd-aae2-e9221fc3ef84","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"telegraf-node1\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_reset","description":"<p><strong>This endpoint resets (removal of indexes and metrics knowledge) an existing metric host by the metric host name (metric_host), it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"metric_host\": name of the metric host</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","metric_hosts","mh_reset"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c72a9183-eeee-448a-b667-7d0cb3c68df9","name":"mh_reset / Reset metrics","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"telegraf-node1\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_reset"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:14:54 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"294"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_category\": \"metric_host\",\n \"metric_host\": \"telegraf-node1\",\n \"metric_index\": \"telegraf\",\n \"metric_last_lag_seen\": \"8\",\n \"metric_first_time_seen\": \"1609583992\",\n \"metric_last_time_seen\": \"1609585792\",\n \"metric_max_lag_allowed\": null,\n \"metric_monitored_state\": \"enabled\",\n \"metric_monitoring_wdays\": null,\n \"metric_override_lagging_class\": null,\n \"metric_host_state\": \"green\",\n \"metric_tracker_runtime\": \"1609585800\",\n \"metric_previous_host_state\": \"green\",\n \"metric_previous_tracker_runtime\": \"1609585500\",\n \"latest_flip_state\": \"green\",\n \"latest_flip_time\": \"1609584000\",\n \"priority\": \"medium\",\n \"_user\": \"nobody\",\n \"_key\": \"afb0c5fc92f20c8011ecac371b04f77e\"\n}"}],"_postman_id":"661b85cf-1609-44cd-aae2-e9221fc3ef84"},{"name":"mh_delete_temporary / Delete temporary","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"ab06bb02-eaac-4897-b3e9-cd9485cacb6c","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"telegraf-node1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_delete_temporary","description":"<p><strong>This endpoint performs a temporary deletion of an existing metric host, it requires a DELETE call with the following information:</strong></p>\n<ul>\n<li><p>\"metric_host\": name of the metric host</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n<p><em>Note: A temporary deletion removes the entity and its configuration, if search conditions such as data avaibility allow it, the same entitiy will be re-created automatically by the Trackers.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","metric_hosts","mh_delete_temporary"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"261ee5ef-ee7c-4558-8859-352990025ad3","name":"mh_delete_temporary / Delete temporary","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"telegraf-node1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_delete_temporary"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:15:25 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"94"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key afb0c5fc92f20c8011ecac371b04f77e was temporarily deleted from the collection."}],"_postman_id":"ab06bb02-eaac-4897-b3e9-cd9485cacb6c"},{"name":"mh_delete_permanent / Delete permanently","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"414e74dd-5d48-44c6-84bc-3651c23aeb87","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"telegraf-node1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_delete_permanent","description":"<p><strong>This endpoint performs a permanent deletion of an existing metric host, it requires a DELETE call with the following information:</strong></p>\n<ul>\n<li><p>\"metric_host\": name of the metric host</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n<p><em>Note: A permanent deletion removes the entity and its configuration, in addition its a specific audit record to prevent the entity from being created as long as the audit record is not purged. if the audit record is purged and the search conditions such as data avaibility allow it, the same entitiy will be re-created automatically by the Trackers.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","metric_hosts","mh_delete_permanent"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6eddd34d-e90b-401f-bd41-e0e55e4d7b6f","name":"mh_delete_permanent / Delete permanently","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"telegraf-node1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/metric_hosts/mh_delete_permanent"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:16:19 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"94"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key afb0c5fc92f20c8011ecac371b04f77e was permanently deleted from the collection."}],"_postman_id":"414e74dd-5d48-44c6-84bc-3651c23aeb87"}],"id":"385e42eb-ecbb-45cf-adfd-99dc1ad585d1","description":"<p><strong>Metric hosts shows metrics discovered for each host sending metrics to Splunk.</strong></p>\n<p>See: <a href=\"https://trackme.readthedocs.io/en/latest/userguide.html#metric-hosts-tracking-and-features\">https://trackme.readthedocs.io/en/latest/userguide.html#metric-hosts-tracking-and-features</a></p>\n","event":[{"listen":"prerequest","script":{"id":"51a966b4-18c7-4b52-acc8-8ec67cb008ec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"faf6c147-9d50-42ec-9b54-d7f66191432a","type":"text/javascript","exec":[""]}}],"_postman_id":"385e42eb-ecbb-45cf-adfd-99dc1ad585d1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Elastic Sources endpoints","item":[{"name":"elastic_shared / Get shared Elastic Sources collection","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f561bf31-41f3-405d-a862-d17739a2757a","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_shared","description":"<p><strong>This endpoint retrieves the entired shared Elastic Sources collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","elastic_sources","elastic_shared"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9d0a03b9-f235-4c95-b7a9-758b59a064d2","name":"elastic_shared / Get shared Elastic Sources collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_shared"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:17:08 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"320"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_name\": \"elastic:shared:example:tstats\",\n  \"search_constraint\": \"index=\\\"network\\\" sourcetype=\\\"pan:traffic\\\" source=\\\"network:pan:amer\\\"\",\n  \"search_mode\": \"tstats\",\n  \"elastic_data_index\": \"network\",\n  \"elastic_data_sourcetype\": \"pan:traffic\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff0562dd84724156d458de0\"\n }\n]"}],"_postman_id":"f561bf31-41f3-405d-a862-d17739a2757a"},{"name":"elastic_dedicated / Get dedicated Elastic Sources collection","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"e2ad1d9b-8c88-410b-99b8-aa324520e885","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_dedicated","description":"<p><strong>This endpoint retrieves the entired dedicated Elastic Sources collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","elastic_sources","elastic_dedicated"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3d688d89-73be-4335-bd1c-5db55a42f2a3","name":"elastic_dedicated / Get dedicated Elastic Sources collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_dedicated"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:17:36 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"434"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_name\": \"elastic:dedicated:example:tstats\",\n  \"search_constraint\": \"index=\\\"network\\\" sourcetype=\\\"pan:traffic\\\" source=\\\"network:pan:amer\\\"\",\n  \"search_mode\": \"tstats\",\n  \"elastic_data_index\": \"network\",\n  \"elastic_data_sourcetype\": \"pan:traffic\",\n  \"elastic_report\": \"TrackMe - elastic:dedicated:example:tstats tracker 2206a1a4-6eb8-43b1-a4cc-fb59dc27f6e7\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff05631d84724156d458de2\"\n }\n]"}],"_postman_id":"e2ad1d9b-8c88-410b-99b8-aa324520e885"},{"name":"elastic_shared_by_name / Get shared Elastic Source by name","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"612d3ebc-c2dc-4d7e-bccf-73749b5cb3a5","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"elastic:shared:example:tstats\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_shared_by_name","description":"<p><strong>This endpoint retrieves a shared Elastic Source configuration stored in the collection returned as a JSON array, it requires a GET call with the following information:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","elastic_sources","elastic_shared_by_name"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"961c18c9-e02f-4cd9-8093-c434c50bf6c9","name":"elastic_shared_by_name / Get shared Elastic Source by name","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"elastic:shared:example:tstats\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_shared_by_name"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:18:02 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"320"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_name\": \"elastic:shared:example:tstats\",\n  \"search_constraint\": \"index=\\\"network\\\" sourcetype=\\\"pan:traffic\\\" source=\\\"network:pan:amer\\\"\",\n  \"search_mode\": \"tstats\",\n  \"elastic_data_index\": \"network\",\n  \"elastic_data_sourcetype\": \"pan:traffic\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff0562dd84724156d458de0\"\n }\n]"}],"_postman_id":"612d3ebc-c2dc-4d7e-bccf-73749b5cb3a5"},{"name":"elastic_dedicated_by_name / Get shared Elastic Source by name","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"06f1c45c-2dc7-41f9-acd8-8c288916bac5","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"elastic:dedicated:example:tstats\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_dedicated_by_name","description":"<p><strong>This endpoint retrieves a dedicated Elastic Source configuration stored in the collection returned as a JSON array, it requires a GET call with the following information:</strong></p>\n<ul>\n<li>\"data_name\": name of the Elastic Source</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","elastic_sources","elastic_dedicated_by_name"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4a077ded-866c-429b-acce-dafeb9aa4fb0","name":"elastic_dedicated_by_name / Get shared Elastic Source by name","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"elastic:dedicated:example:tstats\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_dedicated_by_name"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:18:56 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"434"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_name\": \"elastic:dedicated:example:tstats\",\n  \"search_constraint\": \"index=\\\"network\\\" sourcetype=\\\"pan:traffic\\\" source=\\\"network:pan:amer\\\"\",\n  \"search_mode\": \"tstats\",\n  \"elastic_data_index\": \"network\",\n  \"elastic_data_sourcetype\": \"pan:traffic\",\n  \"elastic_report\": \"TrackMe - elastic:dedicated:example:tstats tracker 2206a1a4-6eb8-43b1-a4cc-fb59dc27f6e7\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff05631d84724156d458de2\"\n }\n]"}],"_postman_id":"06f1c45c-2dc7-41f9-acd8-8c288916bac5"},{"name":"elastic_shared_add / Add or update a new shared Elastic Source","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"9c1794d7-bf3a-45ad-be37-6f1ea8fa08e7","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"elastic:shared:example:tstats\",\n    \"search_constraint\": \"index=\\\"network\\\" sourcetype=\\\"pan:traffic\\\" source=\\\"network:pan:amer\\\"\",\n    \"search_mode\": \"tstats\",\n    \"elastic_data_index\": \"network\",\n    \"elastic_data_sourcetype\": \"pan:traffic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_shared_add","description":"<p><strong>This endpoint create a new shared Elastic Source, if the entity already exists it will be updated using the data provided, it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the Elastic Source</p>\n</li>\n<li><p>\"search_constraint\": the SPL code for this entity, double quotes need to be escaped</p>\n</li>\n<li><p>\"search_mode\": the search mode, valid options are tstats / raw / from / mstats / rest_tstats / rest_raw / rest_from / rest_mstats</p>\n</li>\n<li><p>\"elastic_index\": pseudo index value, this value will be used in the UI but has no impacts on the search</p>\n</li>\n<li><p>\"elastic_sourcetype\": pseudo sourcetype value name, this value will be used in the UI but has no impacts on the search</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n<p><strong>Defining the search constraint:</strong></p>\n<ul>\n<li><p>tstats: this represents the where part of a tstats search, as: <code>&lt;index=my_index source=my_source&gt;</code></p>\n</li>\n<li><p>raw: Any filter that is before stats calculation, as: <code>&lt;index=my_index tag=authentication app=my_application&gt;</code></p>\n</li>\n<li><p>from (datamodel): a search using from is in 2 parts with a pipe separation, where the 1st segment is the object and the 2nd a search constraint, as: <code>&lt;datamodel:\"Authentication\" | search user=\"*\" action=\"success\" app=\"my_application\"&gt;</code></p>\n</li>\n<li><p>from (lookup): A lookup can be monitored with the from command, it requires the lookup to have a time field concept, and a field _time in epoch time format needs to be created using an eval function with strftime/strptime, such as: <code>&lt;lookup:\"my_lookup\" | eval _time=strptime(lastUpdated, \"%d/%m/%Y %H:%M:%S\")&gt;</code></p>\n</li>\n<li><p>mstats: Allows monitoring metric indexes according to your constraints including dimensions, as: <code>&lt;index=\"k8s_metrics\" metric_name=\"k8s.*\" cluster_name=\"production\"&gt;</code></p>\n</li>\n<li><p>rest: these are special remote searches performed against the Splunk API using the SPL rest command. This allows tracking data that is not available to the search head(s) hosting TrackMe.</p>\n</li>\n</ul>\n<p><em>Syntax examples for rest searches, the first part before the pipe needs to contain the rest target:</em></p>\n<p><code>&lt;splunk_server=\"my_search_head\" | index=my_index source=my_source&gt;</code></p>\n<p><code>&lt;splunk_server_group=\"dmc_searchheadclustergroup_shc1\" | lookup:asset_cmdb_lookup | eval _time=strptime(lastUpdated, \"%d/%m/%Y %H:%M:%S\")&gt;</code></p>\n<p>Filters can include a time range which will override the default 4 hours time range of the wrapper tracker, as: <code>&lt;earliest=”-15m” latest=”+15m”&gt;</code></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","elastic_sources","elastic_shared_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"227e68d9-8d07-4565-989b-11757b7e39b2","name":"elastic_shared_add / Add or update a new shared Elastic Source","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"elastic:shared:example:tstats\",\n    \"search_constraint\": \"index=\\\"network\\\" sourcetype=\\\"pan:traffic\\\" source=\\\"network:pan:amer\\\"\",\n    \"search_mode\": \"tstats\",\n    \"elastic_data_index\": \"network\",\n    \"elastic_data_sourcetype\": \"pan:traffic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_shared_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:20:53 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"307"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"data_name\": \"elastic:shared:example:tstats\",\n \"search_constraint\": \"index=\\\"network\\\" sourcetype=\\\"pan:traffic\\\" source=\\\"network:pan:amer\\\"\",\n \"search_mode\": \"tstats\",\n \"elastic_data_index\": \"network\",\n \"elastic_data_sourcetype\": \"pan:traffic\",\n \"_user\": \"nobody\",\n \"_key\": \"5ff0562dd84724156d458de0\"\n}"}],"_postman_id":"9c1794d7-bf3a-45ad-be37-6f1ea8fa08e7"},{"name":"elastic_dedicated_add / Add or update a new dedicated Elastic Source","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6143dbdd-e924-4406-bf2e-243b05fa7fbd","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"elastic:dedicated:example:tstats\",\n    \"search_constraint\": \"index=\\\"network\\\" sourcetype=\\\"pan:traffic\\\" source=\\\"network:pan:amer\\\"\",\n    \"search_mode\": \"tstats\",\n    \"elastic_data_index\": \"network\",\n    \"elastic_data_sourcetype\": \"pan:traffic\",\n    \"earliest_time\": \"-4h\",\n    \"latest_time\": \"+4h\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_dedicated_add","description":"<p><strong>This endpoint create a new shared Elastic Source, if the entity already exists it will be updated using the data provided, it requires a POST call with the following information:</strong></p>\n<p><em>Note: if the entity exists already, both the collection and the scheduled report (including the search constraint) will be updated</em></p>\n<ul>\n<li><p>\"data_name\": name of the Elastic Source</p>\n</li>\n<li><p>\"search_constraint\": the SPL code for this entity, double quotes need to be escaped</p>\n</li>\n<li><p>\"search_mode\": the search mode, valid options are tstats / raw / from / mstats / rest_tstats / rest_raw / rest_from / rest_mstats</p>\n</li>\n<li><p>\"elastic_index\": pseudo index value, this value will be used in the UI but has no impacts on the search</p>\n</li>\n<li><p>\"elastic_sourcetype\": pseudo sourcetype value name, this value will be used in the UI but has no impacts on the search</p>\n</li>\n<li><p>\"earliest_time\": OPTIONAL: earliest time for the scheduled report definition, if unset will be defined to -4h</p>\n</li>\n<li><p>\"latest_time\": OPTIONAL: latest time for the scheduled report definition, if unset will be defined to -4h</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n<p><strong>Defining the search constraint:</strong></p>\n<ul>\n<li><p>tstats: this represents the where part of a tstats search, as: <code>&lt;index=my_index source=my_source&gt;</code></p>\n</li>\n<li><p>raw: Any filter that is before stats calculation, as: <code>&lt;index=my_index tag=authentication app=my_application&gt;</code></p>\n</li>\n<li><p>from (datamodel): a search using from is in 2 parts with a pipe separation, where the 1st segment is the object and the 2nd a search constraint, as: <code>&lt;datamodel:\"Authentication\" | search user=\"*\" action=\"success\" app=\"my_application\"&gt;</code></p>\n</li>\n<li><p>from (lookup): A lookup can be monitored with the from command, it requires the lookup to have a time field concept, and a field _time in epoch time format needs to be created using an eval function with strftime/strptime, such as: <code>&lt;lookup:\"my_lookup\" | eval _time=strptime(lastUpdated, \"%d/%m/%Y %H:%M:%S\")&gt;</code></p>\n</li>\n<li><p>mstats: Allows monitoring metric indexes according to your constraints including dimensions, as: <code>&lt;index=\"k8s_metrics\" metric_name=\"k8s.*\" cluster_name=\"production\"&gt;</code></p>\n</li>\n<li><p>rest: these are special remote searches performed against the Splunk API using the SPL rest command. This allows tracking data that is not available to the search head(s) hosting TrackMe.</p>\n</li>\n</ul>\n<p>Syntax examples for rest searches, the first part before the pipe needs to contain the rest target:</p>\n<p><code>&lt;splunk_server=\"my_search_head\" | index=my_index source=my_source&gt;</code></p>\n<p><code>&lt;splunk_server_group=\"dmc_searchheadclustergroup_shc1\" | lookup:asset_cmdb_lookup | eval _time=strptime(lastUpdated, \"%d/%m/%Y %H:%M:%S\")&gt;</code></p>\n<p>Filters can include a time range which will override the default 4 hours time range of the wrapper tracker, as: <code>&lt;earliest=”-15m” latest=”+15m”&gt;</code></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","elastic_sources","elastic_dedicated_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8108f812-2f5b-4cf2-86ac-49ab3ade5d8d","name":"elastic_dedicated_add / Add or update a new dedicated Elastic Source","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"elastic:dedicated:example:tstats\",\n    \"search_constraint\": \"index=\\\"network\\\" sourcetype=\\\"pan:traffic\\\" source=\\\"network:pan:amer\\\"\",\n    \"search_mode\": \"tstats\",\n    \"elastic_data_index\": \"network\",\n    \"elastic_data_sourcetype\": \"pan:traffic\",\n    \"earliest_time\": \"-4h\",\n    \"latest_time\": \"+4h\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_dedicated_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:27:11 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"420"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"data_name\": \"elastic:dedicated:example:tstats\",\n \"search_constraint\": \"index=\\\"network\\\" sourcetype=\\\"pan:traffic\\\" source=\\\"network:pan:amer\\\"\",\n \"search_mode\": \"tstats\",\n \"elastic_data_index\": \"network\",\n \"elastic_data_sourcetype\": \"pan:traffic\",\n \"elastic_report\": \"TrackMe - elastic:dedicated:example:tstats tracker 2206a1a4-6eb8-43b1-a4cc-fb59dc27f6e7\",\n \"_user\": \"nobody\",\n \"_key\": \"5ff05631d84724156d458de2\"\n}"}],"_postman_id":"6143dbdd-e924-4406-bf2e-243b05fa7fbd"},{"name":"elastic_shared_del / Delete a new shared Elastic Source","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"a0f91e27-3931-4491-8d48-ed6c88ff68f7","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"elastic:shared:example:tstats\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_shared_del","description":"<p><strong>This endpoint deletes a shared Elastic Source, it requires a DELETE call with the following information:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the Elastic Source</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n<p><strong>Notes:</strong></p>\n<ul>\n<li><p>The elastic source record is deleted from the shared Elastic Sources collection</p>\n</li>\n<li><p>The associated record in the data sources collection is deleted</p>\n</li>\n<li><p>All settings related to these objects will be removed permanently after being audited</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","elastic_sources","elastic_shared_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ee4c515b-a898-43a0-8947-958abf3e7e65","name":"elastic_shared_del / Delete a new shared Elastic Source","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"elastic:shared:example:tstats\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_shared_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:27:23 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"185"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff0562dd84724156d458de0 was deleted from the Elastic source collection, record with _key 325898ff8381759bbc4fca8fc3b59d41 was deleted from the data sources collection."}],"_postman_id":"a0f91e27-3931-4491-8d48-ed6c88ff68f7"},{"name":"elastic_dedicated_del / Delete a new shared Elastic Source","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"9ac952d3-a49a-4bfb-967e-b829de78d861","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"elastic:dedicated:example:tstats\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_dedicated_del","description":"<p><strong>This endpoint deletes a dedicated Elastic Source, it requires a DELETE call with the following information:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the Elastic Source</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n<p><strong>Notes:</strong></p>\n<ul>\n<li><p>The elastic source record is deleted from the shared Elastic Sources collection</p>\n</li>\n<li><p>The associated scheduled report is deleted</p>\n</li>\n<li><p>The associated record in the data sources collection is deleted</p>\n</li>\n<li><p>All settings related to these objects will be removed permanently after being audited</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","elastic_sources","elastic_dedicated_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"010bfb2c-f770-4b16-a97a-2e7cc0e41fd5","name":"elastic_dedicated_del / Delete a new shared Elastic Source","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"elastic:dedicated:example:tstats\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/elastic_sources/elastic_dedicated_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:28:41 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"303"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff05631d84724156d458de2 was deleted from the Elastic source collection, report with name TrackMe - elastic:dedicated:example:tstats tracker 2206a1a4-6eb8-43b1-a4cc-fb59dc27f6e7 was deleted, record with _key 90ba67b5cab7fe789fdb62ece84301df was deleted from the data sources collection."}],"_postman_id":"9ac952d3-a49a-4bfb-967e-b829de78d861"}],"id":"d1ff5cb3-0a3c-496f-a50d-9bc0e336552a","description":"<p><strong>The Elastic sources feature provides a builtin workflow to create virtual data sources based on any constraints and any Splunk language.</strong></p>\n<p>See: <a href=\"https://trackme.readthedocs.io/en/latest/userguide.html#elastic-sources\">https://trackme.readthedocs.io/en/latest/userguide.html#elastic-sources</a></p>\n","event":[{"listen":"prerequest","script":{"id":"8f4d81b9-1500-4f55-a558-5a2683d79c1a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5f377270-9453-4053-8460-1296cfd0450a","type":"text/javascript","exec":[""]}}],"_postman_id":"d1ff5cb3-0a3c-496f-a50d-9bc0e336552a","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Maintenance mode endpoints","item":[{"name":"maintenance_status / Get maintenance mode","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"5e6824dd-73de-4a0f-ae2c-510e6714763a","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/maintenance/maintenance_status","description":"<p><strong>This endpoint retrieves the current maintenance mode collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","maintenance","maintenance_status"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"802f4000-9d56-4327-9874-f03965598c5f","name":"maintenance_status / Get maintenance mode","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/maintenance/maintenance_status"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:30:11 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"133"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"maintenance_mode\": \"disabled\",\n  \"time_updated\": \"1609583709\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff0593ff1e14c0711533a61\"\n }\n]"}],"_postman_id":"5e6824dd-73de-4a0f-ae2c-510e6714763a"},{"name":"maintenance_enable / Enable maintenance mode","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"dc91d9aa-a43b-4c97-8600-d7f5d5853cdf","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updated_comment\": \"Beginning a 24 hours maintenance window.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/maintenance/maintenance_enable","description":"<p><strong>This endpoint enables the maintenance mode, it requires a POST call with the following information:</strong></p>\n<ul>\n<li>\"maintenance_duration\": integer</li>\n</ul>\n<p>OPTIONAL: the duration of the maintenance window in seconds, if unspecified and maintenance_mode_end is not specified either, defaults to now plus 24 hours</p>\n<ul>\n<li>\"maintenance_mode_end\": integer</li>\n</ul>\n<p>OPTIONAL: the date time in epochtime format for the end of the maintenance window, it is overriden by maintenance_duration if specified, defaults to now plus 24 hours if not specified and maintenance_duration is not specified</p>\n<ul>\n<li>\"maintenance_mode_start\": integer</li>\n</ul>\n<p>OPTIONAL: the date time in epochtime format for the start of the maintennce window, defaults to now if not specified</p>\n<ul>\n<li>\"update_comment\": string</li>\n</ul>\n<p>OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","maintenance","maintenance_enable"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"378618ad-f4d9-4a81-8b9d-5575892bd069","name":"maintenance_enable / Enable maintenance mode","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updated_comment\": \"Beginning a 24 hours maintenance window.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/maintenance/maintenance_enable"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:30:58 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"214"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"maintenance_mode\": \"enabled\",\n  \"time_updated\": \"1609587058\",\n  \"maintenance_mode_start\": \"1609587058\",\n  \"maintenance_mode_end\": \"1609673458\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff0593ff1e14c0711533a61\"\n }\n]"}],"_postman_id":"dc91d9aa-a43b-4c97-8600-d7f5d5853cdf"},{"name":"maintenance_disable / Disable maintenance mode","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"71356941-ed0e-4a08-a22f-5144b43dfa88","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updated_comment\": \"Terminating the maintenance window.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/maintenance/maintenance_disable","description":"<p><strong>This endpoint disables the maintenance mode, it requires a POST call with the following information:</strong></p>\n<ul>\n<li>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</li>\n</ul>\n<p>Immediately stops the maintenance window:</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","maintenance","maintenance_disable"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3f89d536-85ad-4a30-abe7-31489e8d18ea","name":"maintenance_disable / Disable maintenance mode","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"updated_comment\": \"Terminating the maintenance window.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/maintenance/maintenance_disable"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:31:35 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"201"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"maintenance_mode\": \"disabled\",\n  \"time_updated\": \"1609587095\",\n  \"maintenance_mode_start\": \"N/A\",\n  \"maintenance_mode_end\": \"N/A\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff0593ff1e14c0711533a61\"\n }\n]"}],"_postman_id":"71356941-ed0e-4a08-a22f-5144b43dfa88"}],"id":"d03ca571-cfa4-44f4-8dae-7afb1d6652f4","description":"<p><strong>The maintenance mode feature provides a builtin workflow to temporary silent all alerts from TrackMe for a given period of time, which can be scheduled in advance.</strong></p>\n<p>See: <a href=\"https://trackme.readthedocs.io/en/latest/userguide.html#maintenance-mode\">https://trackme.readthedocs.io/en/latest/userguide.html#maintenance-mode</a></p>\n","event":[{"listen":"prerequest","script":{"id":"8e7a9657-3650-4e71-bb4f-eea87e0c3580","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ac12fdef-c89e-4ec7-83d8-fe9483552322","type":"text/javascript","exec":[""]}}],"_postman_id":"d03ca571-cfa4-44f4-8dae-7afb1d6652f4","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Allow list endpoints","item":[{"name":"allowlist_ds / Get current allow list for data sources","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"9b0810bb-3c70-428a-8c88-90b4ea867356","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_ds","description":"<p><strong>This endpoint retrieves the current allow list collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","allowlist","allowlist_ds"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3e0a6972-060c-4641-a1fc-d48e5031f341","name":"allowlist_ds / Get current allow list for data sources","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_ds"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:55:08 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"95"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_index\": \"network*\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff05ef6d84724156d458ded\"\n }\n]"}],"_postman_id":"9b0810bb-3c70-428a-8c88-90b4ea867356"},{"name":"allowlist_dh / Get current allow list for data hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"cf57c6ff-545f-4c58-8430-8578478aca87","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_dh","description":"<p><strong>This endpoint retrieves the current allow list collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","allowlist","allowlist_dh"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"19121426-f0db-44da-98ad-15a5922f792a","name":"allowlist_dh / Get current allow list for data hosts","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_dh"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:55:30 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"95"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_index\": \"network*\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff05effd84724156d458def\"\n }\n]"}],"_postman_id":"cf57c6ff-545f-4c58-8430-8578478aca87"},{"name":"allowlist_mh / Get current allow list for metric hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"b89a51eb-564b-4222-b382-1b038e70972b","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_mh","description":"<p><strong>This endpoint retrieves the current allow list collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","allowlist","allowlist_mh"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4ed9d510-ba2d-4dd2-990c-fd0b6ad99855","name":"allowlist_mh / Get current allow list for metric hosts","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_mh"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:55:53 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"97"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"metric_index\": \"telegraf\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff05f07d84724156d458df1\"\n }\n]"}],"_postman_id":"b89a51eb-564b-4222-b382-1b038e70972b"},{"name":"allowlist_ds_add / Add index allow list for data sources","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"816091d5-e2ee-4920-a87d-1c69bdc5f098","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"network*\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_ds_add","description":"<p><strong>This endpoint adds a new allow list record for data sources, it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_index\": name of the index to be allowed, wildcards are accepted</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","allowlist","allowlist_ds_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dbdc9de3-ff27-444c-aed6-230093831f1d","name":"allowlist_ds_add / Add index allow list for data sources","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"network*\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_ds_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:54:30 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"95"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_index\": \"network*\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff05ef6d84724156d458ded\"\n }\n]"}],"_postman_id":"816091d5-e2ee-4920-a87d-1c69bdc5f098"},{"name":"allowlist_ds_del / Remove index allow list for data sources","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"44949951-d033-46a4-afcc-358df67ae667","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"network*\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_ds_del","description":"<p><strong>This endpoint deletes an allow list record for data sources, it requires a DELETE call with the following information:</strong></p>\n<ul>\n<li><p>\"data_index\": name of the index to be allowed, wildcards are accepted</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","allowlist","allowlist_ds_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"86c85d1a-b81a-413a-afca-17e96bcb6a5c","name":"allowlist_ds_del / Remove index allow list for data sources","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"network*\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_ds_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:56:47 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff05ef6d84724156d458ded was deleted from the collection."}],"_postman_id":"44949951-d033-46a4-afcc-358df67ae667"},{"name":"allowlist_dh_add / Add index allow list for data hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"e1d4e37c-ce35-4eb6-94d8-ea37a4167422","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"network*\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_dh_add","description":"<p><strong>This endpoint adds a new allow list record for data hosts, it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"data_index\": name of the index to be allowed, wildcards are accepted</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","allowlist","allowlist_dh_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"987e8ad4-7051-4e19-be01-26c7835316cf","name":"allowlist_dh_add / Add index allow list for data hosts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"network*\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_dh_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:54:39 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"95"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_index\": \"network*\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff05effd84724156d458def\"\n }\n]"}],"_postman_id":"e1d4e37c-ce35-4eb6-94d8-ea37a4167422"},{"name":"allowlist_dh_del / Remove index allow list for data hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"978ee4db-f582-4b95-9179-78200ce8cbdf","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"network*\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_dh_del","description":"<p><strong>This endpoint deletes an allow list record for data hosts, it requires a DELETE call with the following information:</strong></p>\n<ul>\n<li><p>\"data_index\": name of the index to be allowed, wildcards are accepted</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","allowlist","allowlist_dh_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ef2a79fb-63f7-40c0-890a-885706a25c45","name":"allowlist_dh_del / Remove index allow list for data hosts","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"network*\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_dh_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:57:46 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff05effd84724156d458def was deleted from the collection."}],"_postman_id":"978ee4db-f582-4b95-9179-78200ce8cbdf"},{"name":"allowlist_mh_add / Add index allow list for metric hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"4e25b045-1f3e-42cd-ac89-8b9e83ca2fbc","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_index\": \"telegraf\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_mh_add","description":"<p><strong>This endpoint adds a new allow list record for metric hosts, it requires a POST call with the following information:</strong></p>\n<ul>\n<li><p>\"metric_index\": name of the index to be allowed, wildcards are accepted</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","allowlist","allowlist_mh_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b114145f-85e1-4dbf-8471-056669394c95","name":"allowlist_mh_add / Add index allow list for metric hosts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_index\": \"telegraf\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_mh_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:54:47 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"97"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"metric_index\": \"telegraf\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff05f07d84724156d458df1\"\n }\n]"}],"_postman_id":"4e25b045-1f3e-42cd-ac89-8b9e83ca2fbc"},{"name":"allowlist_mh_del / Remove index allow list for metric hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"ea8cafb5-2d7a-4b1c-ae39-7ce2339505ed","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_index\": \"telegraf\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_mh_del","description":"<p><strong>This endpoint deletes an allow list record for metric hosts, it requires a DELETE call with the following information:</strong></p>\n<ul>\n<li><p>\"metric_index\": name of the index to be allowed, wildcards are accepted</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","allowlist","allowlist_mh_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2e305267-a04c-4857-8f5c-a1c4b501626b","name":"allowlist_mh_del / Remove index allow list for metric hosts","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_index\": \"telegraf\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/allowlist/allowlist_mh_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:58:35 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff05f07d84724156d458df1 was deleted from the collection."}],"_postman_id":"ea8cafb5-2d7a-4b1c-ae39-7ce2339505ed"}],"id":"2f08dc8b-5857-4eb8-b7fc-c925064d137e","description":"<p><strong>Allowlisting provides a framework to easily restrict the entire scope of TracKme to an explicit list of allowed indexes.</strong></p>\n<p>See: <a href=\"https://trackme.readthedocs.io/en/latest/userguide.html#allowlisting-blocklisting\">https://trackme.readthedocs.io/en/latest/userguide.html#allowlisting-blocklisting</a></p>\n","event":[{"listen":"prerequest","script":{"id":"77469d12-2426-4d46-a624-676b7777fb07","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"17d2e8cc-b7d3-4f30-a4eb-b873ea34e54c","type":"text/javascript","exec":[""]}}],"_postman_id":"2f08dc8b-5857-4eb8-b7fc-c925064d137e","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Block list endpoints","item":[{"name":"blocklist_ds_host / Get current block list for data sources (hosts)","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"1d9b2c05-f6dd-4225-9136-5ff94716cb49","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_host","description":"<p><strong>This endpoint retrieves the current block list collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_ds_host"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"87d13e5f-137a-4534-b76d-31fe5b9ece6b","name":"blocklist_ds_host / Get current block list for data sources (hosts)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_host"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:00:43 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"129"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_host\": \"bad_host2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff05ff7d84724156d458df7\"\n }\n]"}],"_postman_id":"1d9b2c05-f6dd-4225-9136-5ff94716cb49"},{"name":"blocklist_ds_index / Get current block list for data sources (index)","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"b04ebed0-061d-472c-b7a4-b70f430100ef","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_index","description":"<p><strong>This endpoint retrieves the current block list collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_ds_index"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"21b8562a-e018-4322-8c98-86fbc0882e09","name":"blocklist_ds_index / Get current block list for data sources (index)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_index"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:01:08 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"131"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_index\": \"bad_index2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff05fffd84724156d458df9\"\n }\n]"}],"_postman_id":"b04ebed0-061d-472c-b7a4-b70f430100ef"},{"name":"blocklist_ds_sourcetype / Get current block list for data sources (sourcetype)","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"5f7df00d-ed0a-410d-a560-9d0f9f4c2e19","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_sourcetype","description":"<p><strong>This endpoint retrieves the current block list collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_ds_sourcetype"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4f82763e-1f14-4541-8c32-b9bfb27d02b0","name":"blocklist_ds_sourcetype / Get current block list for data sources (sourcetype)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_sourcetype"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:01:20 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"141"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_sourcetype\": \"bad_sourcetype2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff06006d84724156d458dfb\"\n }\n]"}],"_postman_id":"5f7df00d-ed0a-410d-a560-9d0f9f4c2e19"},{"name":"blocklist_ds_data_name / Get current block list for data names (data_name)","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"9dfa1432-4af3-4aed-9d72-c04a84bba246","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_data_name","description":"<p><strong>This endpoint retrieves the current block list collection returned as a JSON array, it requires a GET call with no data required</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_ds_data_name"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9dfa1432-4af3-4aed-9d72-c04a84bba246"},{"name":"blocklist_dh_index / Get current block list for data hosts (index)","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"7fe9fc8c-2530-4ffd-b949-e9eb9b1ca89f","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_index","description":"<p><strong>This endpoint retrieves the current block list collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_dh_index"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d8ac049c-8a70-461d-930e-5803a1a410c2","name":"blocklist_dh_index / Get current block list for data hosts (index)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_index"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:01:44 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"131"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_index\": \"bad_index2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff0601fd84724156d458dff\"\n }\n]"}],"_postman_id":"7fe9fc8c-2530-4ffd-b949-e9eb9b1ca89f"},{"name":"blocklist_dh_host / Get current block list for data hosts (hosts)","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"5e0631e8-1d4c-4abc-9015-465b73c0c508","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_host","description":"<p><strong>This endpoint retrieves the current block list collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_dh_host"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2e2ae09d-072b-4910-97c8-1e67982df36f","name":"blocklist_dh_host / Get current block list for data hosts (hosts)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_host"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:01:32 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"129"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_host\": \"bad_host2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff06017d84724156d458dfd\"\n }\n]"}],"_postman_id":"5e0631e8-1d4c-4abc-9015-465b73c0c508"},{"name":"blocklist_dh_sourcetype / Get current block list for data hosts (sourcetype)","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"ce97611d-2e24-47cf-b363-b8a73221d17f","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_sourcetype","description":"<p><strong>This endpoint retrieves the current block list collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_dh_sourcetype"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bf4fc333-d574-4c93-a38c-d4fd786ec773","name":"blocklist_dh_sourcetype / Get current block list for data hosts (sourcetype)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_sourcetype"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:01:52 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"141"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_sourcetype\": \"bad_sourcetype2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff0602bd84724156d458e01\"\n }\n]"}],"_postman_id":"ce97611d-2e24-47cf-b363-b8a73221d17f"},{"name":"blocklist_mh_host / Get current block list for metric hosts (host)","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"034f66bd-5414-4214-b5ee-d41b955c7863","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_host","description":"<p><strong>This endpoint retrieves the current block list collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_mh_host"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d9f99683-3246-4768-a960-9f89e459c2c9","name":"blocklist_mh_host / Get current block list for metric hosts (host)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_host"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:02:09 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"131"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"metric_host\": \"bad_host2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff0603ed84724156d458e04\"\n }\n]"}],"_postman_id":"034f66bd-5414-4214-b5ee-d41b955c7863"},{"name":"blocklist_mh_index / Get current block list for metric hosts (index)","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"858fa185-7be8-436f-b0c6-6eff46a40f90","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_index","description":"<p><strong>This endpoint retrieves the current block list collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_mh_index"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"83dbbad0-86d6-4d5d-a562-4ca0a93c48bb","name":"blocklist_mh_index / Get current block list for metric hosts (index)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_index"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:02:17 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"133"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"metric_index\": \"bad_index2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff06046d84724156d458e06\"\n }\n]"}],"_postman_id":"858fa185-7be8-436f-b0c6-6eff46a40f90"},{"name":"blocklist_mh_metric_category / Get current block list for metric hosts (metric_category)","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"7cbd7d2a-aa9c-4065-97c9-cd789d02c6ad","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_metric_category","description":"<p><strong>This endpoint retrieves the current block list collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_mh_metric_category"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a8adfbde-75f4-4868-8c84-1d874539a12c","name":"blocklist_mh_metric_category / Get current block list for metric hosts (metric_category)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_metric_category"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:02:36 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"136"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"metric_category\": \"bad_metric\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff0604ed84724156d458e08\"\n }\n]"}],"_postman_id":"7cbd7d2a-aa9c-4065-97c9-cd789d02c6ad"},{"name":"blocklist_ds_host_add / Add host in block list for data sources","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"a95f3823-134e-49a2-9dd2-facf267164bf","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"bad_host2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_host_add","description":"<p><strong>This endpoint adds a new record returned as a JSON array, it requires a POST call with no data required:</strong></p>\n<ul>\n<li><p>\"data_host\": value to be added to the blocklist, accepts wildcards and regular expressions</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_ds_host_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"34811577-d587-4d24-89e9-9ae5cbe05e25","name":"blocklist_ds_host_add / Add host in block list for data sources","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"bad_host2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_host_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:58:47 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"129"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_host\": \"bad_host2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff05ff7d84724156d458df7\"\n }\n]"}],"_postman_id":"a95f3823-134e-49a2-9dd2-facf267164bf"},{"name":"blocklist_ds_index_add / Add index in block list for data sources","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"e18bc64a-3906-424f-bedb-58e0abef0554","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"bad_index2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_index_add","description":"<p><strong>This endpoint adds a new record returned as a JSON array, it requires a POST call with no data required:</strong></p>\n<ul>\n<li><p>\"data_index\": value to be added to the blocklist, accepts wildcards and regular expressions</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_ds_index_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f4575678-777f-4375-bc6f-75f741873058","name":"blocklist_ds_index_add / Add index in block list for data sources","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"bad_index2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_index_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:58:55 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"131"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_index\": \"bad_index2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff05fffd84724156d458df9\"\n }\n]"}],"_postman_id":"e18bc64a-3906-424f-bedb-58e0abef0554"},{"name":"blocklist_ds_sourcetype_add / Add sourcetype in block list for data sources","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"d1132003-af44-407a-ae56-6ec3fba8c441","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_sourcetype\": \"bad_sourcetype2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_sourcetype_add","description":"<p><strong>This endpoint adds a new record returned as a JSON array, it requires a POST call with no data required:</strong></p>\n<ul>\n<li><p>\"data_sourcetype\": value to be added to the blocklist, accepts wildcards and regular expressions</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_ds_sourcetype_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"19500203-652d-4351-9cb9-5547ac218045","name":"blocklist_ds_index_add / Add sourcetype in block list for data sources","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_sourcetype\": \"bad_sourcetype2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_sourcetype_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:59:03 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"141"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_sourcetype\": \"bad_sourcetype2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff06006d84724156d458dfb\"\n }\n]"}],"_postman_id":"d1132003-af44-407a-ae56-6ec3fba8c441"},{"name":"blocklist_ds_data_name_add / Add data name in block list for data sources","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"c5cc6c4a-d708-4d90-bd9a-a2a8f8cfed7a","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \".*cribl:splunk_reduce_metadata\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_data_name_add","description":"<p><strong>This endpoint adds a new record returned as a JSON array, it requires a POST call with no data required:</strong></p>\n<ul>\n<li><p>\"data_name\": value to be added to the blocklist, accepts wildcards and regular expressions</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_ds_data_name_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dbd024b9-09b7-4371-88e1-f7ad4ac7cc14","name":"blocklist_ds_data_name_add / Add data name in block list for data sources","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \".*cribl:splunk_reduce_metadata\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_data_name_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 18 Feb 2021 09:47:38 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"150"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_name\": \".*cribl:splunk_reduce_metadata\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"602e37bac436b3754709064b\"\n }\n]"}],"_postman_id":"c5cc6c4a-d708-4d90-bd9a-a2a8f8cfed7a"},{"name":"blocklist_dh_host_add / Add host in block list for data hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"803746ab-e00e-4166-815b-8ac7e23a178e","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"bad_host2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_host_add","description":"<p><strong>This endpoint adds a new record returned as a JSON array, it requires a POST call with no data required:</strong></p>\n<ul>\n<li><p>\"data_host\": value to be added to the blocklist, accepts wildcards and regular expressions</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_dh_host_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3fbdadce-73a2-4162-a2c0-2ba59a659ea0","name":"blocklist_dh_host_add / Add host in block list for data hosts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"bad_host2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_host_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:59:19 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"129"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_host\": \"bad_host2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff06017d84724156d458dfd\"\n }\n]"}],"_postman_id":"803746ab-e00e-4166-815b-8ac7e23a178e"},{"name":"blocklist_dh_index_add / Add index in block list for data hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"e4740a4c-f514-4233-9693-c52a481b294f","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"bad_index2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_index_add","description":"<p><strong>This endpoint adds a new record returned as a JSON array, it requires a POST call with no data required:</strong></p>\n<ul>\n<li><p>\"data_index\": value to be added to the blocklist, accepts wildcards and regular expressions</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_dh_index_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7ee110bb-9de4-448a-9758-911be729a6ec","name":"blocklist_dh_index_add / Add index in block list for data hosts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"bad_index2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_index_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:59:28 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"131"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_index\": \"bad_index2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff0601fd84724156d458dff\"\n }\n]"}],"_postman_id":"e4740a4c-f514-4233-9693-c52a481b294f"},{"name":"blocklist_dh_sourcetype_add / Add sourcetype in block list for data hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"8191abc4-9d88-4018-8e8d-7db22a255673","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_sourcetype\": \"bad_sourcetype2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_sourcetype_add","description":"<p><strong>This endpoint adds a new record returned as a JSON array, it requires a POST call with no data required:</strong></p>\n<ul>\n<li><p>\"data_sourcetype\": value to be added to the blocklist, accepts wildcards and regular expressions</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_dh_sourcetype_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1187a61d-2b35-4b4f-bf11-c7e89fc6a15f","name":"blocklist_dh_sourcetype_add / Add sourcetype in block list for data hosts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_sourcetype\": \"bad_sourcetype2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_sourcetype_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:59:39 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"141"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"data_sourcetype\": \"bad_sourcetype2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff0602bd84724156d458e01\"\n }\n]"}],"_postman_id":"8191abc4-9d88-4018-8e8d-7db22a255673"},{"name":"blocklist_mh_host_add / Add host in block list for metric hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"5887c7ea-db36-497a-9d1a-f7a184abbc01","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"bad_host2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_host_add","description":"<p><strong>This endpoint adds a new record returned as a JSON array, it requires a POST call with no data required:</strong></p>\n<ul>\n<li><p>\"metric_host\": value to be added to the blocklist, accepts wildcards and regular expressions</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_mh_host_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f681cbe7-ec51-479f-857a-1ad3e753552b","name":"blocklist_mh_host_add / Add host in block list for metric hosts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"bad_host2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_host_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 11:59:59 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"131"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"metric_host\": \"bad_host2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff0603ed84724156d458e04\"\n }\n]"}],"_postman_id":"5887c7ea-db36-497a-9d1a-f7a184abbc01"},{"name":"blocklist_mh_index_add / Add index in block list for metric hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"3521bbd6-5c7f-4585-a665-6b7f8e845728","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_index\": \"bad_index2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_index_add","description":"<p><strong>This endpoint adds a new record returned as a JSON array, it requires a POST call with no data required:</strong></p>\n<ul>\n<li><p>\"metric_index\": value to be added to the blocklist, accepts wildcards and regular expressions</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_mh_index_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7713d50d-5b82-45b8-a3ae-4cdbfecd4fc8","name":"blocklist_mh_index_add / Add index in block list for metric hosts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_index\": \"bad_index2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_index_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:00:07 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"133"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"metric_index\": \"bad_index2\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff06046d84724156d458e06\"\n }\n]"}],"_postman_id":"3521bbd6-5c7f-4585-a665-6b7f8e845728"},{"name":"blocklist_mh_metric_category_add / Add metric_category in block list for metric hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"da5743fa-f36c-4e63-956d-545438fa2d0a","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_category\": \"bad_metric\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_metric_category_add","description":"<p><strong>This endpoint adds a new record returned as a JSON array, it requires a POST call with no data required:</strong></p>\n<ul>\n<li><p>\"metric_category\": value to be added to the blocklist, accepts wildcards and regular expressions</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_mh_metric_category_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"64eb29e1-d1f2-4920-a9a5-eb7f9ae03fbc","name":"blocklist_mh_metric_category_add / Add metric_category in block list for metric hosts","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_category\": \"bad_metric\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_metric_category_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:00:14 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"136"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"metric_category\": \"bad_metric\",\n  \"data_blacklist_state\": \"true\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff0604ed84724156d458e08\"\n }\n]"}],"_postman_id":"da5743fa-f36c-4e63-956d-545438fa2d0a"},{"name":"blocklist_ds_host_del / Delete host in block list for data sources","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"8daf2ed6-6a71-4e51-b60f-87062959436f","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"bad_host2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_host_del","description":"<p><strong>This endpoint deletes an existing record returned as a JSON array, it requires a DELETE call with the following arguments:</strong></p>\n<ul>\n<li><p>\"data_host\": value to be removed from the collection</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_ds_host_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ccfc5f2f-c077-41cf-9c21-8cb97a1f7352","name":"blocklist_ds_host_del / Delete host in block list for data sources","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"bad_host2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_host_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:06:32 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff05ff7d84724156d458df7 was deleted from the collection."}],"_postman_id":"8daf2ed6-6a71-4e51-b60f-87062959436f"},{"name":"blocklist_ds_index_del / Delete index in block list for data sources","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"567017ec-d85d-45fa-ac41-a8e29711115d","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"bad_index2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_index_del","description":"<p><strong>This endpoint deletes an existing record returned as a JSON array, it requires a DELETE call with the following arguments:</strong></p>\n<ul>\n<li><p>\"data_index\": value to be removed from the collection</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_ds_index_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dafba6cb-4bf5-4e89-8d5e-38f307e521e6","name":"blocklist_ds_index_del / Delete index in block list for data sources","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"bad_index2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_index_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:06:59 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff05fffd84724156d458df9 was deleted from the collection."}],"_postman_id":"567017ec-d85d-45fa-ac41-a8e29711115d"},{"name":"blocklist_ds_sourcetype_del / Delete sourcetype in block list for data sources","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"7b6cf740-23ae-4488-ab4d-d7d916bfa62a","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_sourcetype\": \"bad_sourcetype2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_sourcetype_del","description":"<p><strong>This endpoint deletes an existing record returned as a JSON array, it requires a DELETE call with the following arguments:</strong></p>\n<ul>\n<li><p>\"data_sourcetype\": value to be removed from the collection</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_ds_sourcetype_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"366851f3-4843-48d7-b5fe-b8dfd503811c","name":"blocklist_ds_sourcetype_del / Delete sourcetype in block list for data sources","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_sourcetype\": \"bad_sourcetype2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_sourcetype_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:07:25 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff06006d84724156d458dfb was deleted from the collection."}],"_postman_id":"7b6cf740-23ae-4488-ab4d-d7d916bfa62a"},{"name":"blocklist_ds_data_name_del / Delete data name in block list for data sources","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"bda3f27d-99a9-43ec-b487-e882eab48557","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \".*cribl:splunk_reduce_metadata\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_data_name_del","description":"<p><strong>This endpoint deletes an existing record returned as a JSON array, it requires a DELETE call with the following arguments:</strong></p>\n<ul>\n<li><p>\"data_name\": value to be removed from the collection</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_ds_data_name_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"590921dc-8bff-495f-af18-a5350328a924","name":"blocklist_ds_data_name_del / Delete data name in block list for data sources","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \".*cribl:splunk_reduce_metadata\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_ds_data_name_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 18 Feb 2021 09:49:18 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 602e37bac436b3754709064b was deleted from the collection."}],"_postman_id":"bda3f27d-99a9-43ec-b487-e882eab48557"},{"name":"blocklist_dh_host_del / Delete host in block list for data hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"8953094b-45a6-42e1-93b9-46abc29b9697","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"bad_host2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_host_del","description":"<p><strong>This endpoint deletes an existing record returned as a JSON array, it requires a DELETE call with the following arguments:</strong></p>\n<ul>\n<li><p>\"data_host\": value to be removed from the collection</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_dh_host_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"06a20247-d4cc-4852-8092-02944f94dd1d","name":"blocklist_dh_host_del / Delete host in block list for data hosts","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"bad_host2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_host_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:07:49 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff06017d84724156d458dfd was deleted from the collection."}],"_postman_id":"8953094b-45a6-42e1-93b9-46abc29b9697"},{"name":"blocklist_dh_index_del / Delete index in block list for data hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f02c877f-7191-4ee1-8fb0-5546e622b80d","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"bad_index2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_index_del","description":"<p><strong>This endpoint deletes an existing record returned as a JSON array, it requires a DELETE call with the following arguments:</strong></p>\n<ul>\n<li><p>\"data_index\": value to be removed from the collection</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_dh_index_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2a23e847-012b-4042-80e6-489cb0c4f043","name":"blocklist_dh_index_del / Delete index in block list for data hosts","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_index\": \"bad_index2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_index_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:08:14 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff0601fd84724156d458dff was deleted from the collection."}],"_postman_id":"f02c877f-7191-4ee1-8fb0-5546e622b80d"},{"name":"blocklist_dh_sourcetype_del / Delete sourcetype in block list for data hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6e049d6a-47b5-4be5-8d6e-1bf70ff7e6e5","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_sourcetype\": \"bad_sourcetype2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_sourcetype_del","description":"<p><strong>This endpoint deletes an existing record returned as a JSON array, it requires a DELETE call with the following arguments:</strong></p>\n<ul>\n<li><p>\"data_sourcetype\": value to be removed from the collection</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_dh_sourcetype_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"27054a78-117c-4536-acd4-d76ea55da5e4","name":"blocklist_dh_sourcetype_del / Delete sourcetype in block list for data hosts","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_sourcetype\": \"bad_sourcetype2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_dh_sourcetype_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:08:37 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff0602bd84724156d458e01 was deleted from the collection."}],"_postman_id":"6e049d6a-47b5-4be5-8d6e-1bf70ff7e6e5"},{"name":"blocklist_mh_host_del / Delete host in block list for metric hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"21c49244-f2e5-4009-b402-5dd0071619a3","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"bad_host2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_host_del","description":"<p><strong>This endpoint deletes an existing record returned as a JSON array, it requires a DELETE call with the following arguments:</strong></p>\n<ul>\n<li><p>\"metric_host\": value to be removed from the collection</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_mh_host_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"36677b44-edd8-4b09-9ce9-d1633f35ca67","name":"blocklist_mh_host_del / Delete host in block list for metric hosts","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"bad_host2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_host_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:09:00 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff0603ed84724156d458e04 was deleted from the collection."}],"_postman_id":"21c49244-f2e5-4009-b402-5dd0071619a3"},{"name":"blocklist_mh_index_del / Delete index in block list for metric hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"33b2d352-c308-4b3a-8b6a-4fab136e4c12","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_index\": \"bad_index2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_index_del","description":"<p><strong>This endpoint deletes an existing record returned as a JSON array, it requires a DELETE call with the following arguments:</strong></p>\n<ul>\n<li><p>\"metric_index\": value to be removed from the collection</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_mh_index_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"06e26e6b-e787-4005-a39f-5dfc82b68efc","name":"blocklist_mh_index_del / Delete index in block list for metric hosts","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_index\": \"bad_index2\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_index_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:09:28 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff06046d84724156d458e06 was deleted from the collection."}],"_postman_id":"33b2d352-c308-4b3a-8b6a-4fab136e4c12"},{"name":"blocklist_mh_metric_category_del / Delete metric_category in block list for metric hosts","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"7997be34-8b39-488b-8784-2771fa0246fb","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_category\": \"bad_metric\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_metric_category_del","description":"<p><strong>This endpoint deletes an existing record returned as a JSON array, it requires a DELETE call with the following arguments:</strong></p>\n<ul>\n<li><p>\"metric_category\": value to be removed from the collection</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","blocklist","blocklist_mh_metric_category_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"776990c8-f018-46fa-90a8-a74942fc6557","name":"blocklist_mh_metric_category_del / Delete metric_category in block list for metric hosts","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_category\": \"bad_metric\",\n    \"update_comment\": \"Updated by automation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/blocklist/blocklist_mh_metric_category_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:09:53 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff0604ed84724156d458e08 was deleted from the collection."}],"_postman_id":"7997be34-8b39-488b-8784-2771fa0246fb"}],"id":"436c2497-0a53-4af4-84ff-dd76bb5c15c2","description":"<p><strong>Blocklisting provides the opposite feature on a per index / sourcetype / host feature.</strong></p>\n<p>See: <a href=\"https://trackme.readthedocs.io/en/latest/userguide.html#allowlisting-blocklisting\">https://trackme.readthedocs.io/en/latest/userguide.html#allowlisting-blocklisting</a></p>\n","event":[{"listen":"prerequest","script":{"id":"364da7ab-95fc-42f4-b6c8-19478a9f2dec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2bca8c3a-8c2d-4e11-aec5-a3cae1fd9ef1","type":"text/javascript","exec":[""]}}],"_postman_id":"436c2497-0a53-4af4-84ff-dd76bb5c15c2","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Logical Groups endpoints","item":[{"name":"logical_groups_collection / Get entire logical groups collection","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f6b25e63-86de-4f8b-8ea3-78a51e5571a9","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/logical_groups/logical_groups_collection","description":"<p><strong>This endpoint retrieves the entire Logical Groups collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","logical_groups","logical_groups_collection"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4dd7b315-9ed8-4caa-9137-7035bc839e72","name":"logical_groups_collection / Get entire logical groups collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/logical_groups/logical_groups_collection"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 06 Mar 2021 15:39:59 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"277"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"object_group_name\": \"logical group example\",\n  \"object_group_members\": [\n   \"telegraf-node1\",\n   \"telegraf-node2\"\n  ],\n  \"object_group_min_green_percent\": \"50\",\n  \"object_group_mtime\": \"1615045179.4991066\",\n  \"_user\": \"nobody\",\n  \"_key\": \"6043a23b33d53e70d86fc091\"\n }\n]"}],"_postman_id":"f6b25e63-86de-4f8b-8ea3-78a51e5571a9"},{"name":"logical_groups_get_grp / Get a logical group","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"a48760c2-1985-420b-9081-a28137751c8c","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object_group_name\": \"logical group example\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/logical_groups/logical_groups_get_grp","description":"<p><strong>This endpoint retrieve a specific logical group record, it requires a GET call with the following information:</strong></p>\n<ul>\n<li>\"object_group_name\": name of the logical group</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","logical_groups","logical_groups_get_grp"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c79a052f-f5a1-4854-a32c-ebc5fa7fa19e","name":"logical_groups_get_grp / Get a logical group","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object_group_name\": \"logical group example\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/logical_groups/logical_groups_get_grp"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 06 Mar 2021 15:40:17 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"262"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_group_name\": \"logical group example\",\n \"object_group_members\": [\n  \"telegraf-node1\",\n  \"telegraf-node2\"\n ],\n \"object_group_min_green_percent\": \"50\",\n \"object_group_mtime\": \"1615045179.4991066\",\n \"_user\": \"nobody\",\n \"_key\": \"6043a23b33d53e70d86fc091\"\n}"}],"_postman_id":"a48760c2-1985-420b-9081-a28137751c8c"},{"name":"logical_groups_add_grp / Add a new or update a logical group","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"e93f10f8-fbd1-41cd-94e3-9734921bb077","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object_group_name\": \"logical group example\",\n    \"object_group_members\": \"telegraf-node1, telegraf-node2\",\n    \"object_group_min_green_percent\": \"50\",\n    \"comment_update\": \"Automated API driven logical group creation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/logical_groups/logical_groups_add_grp","description":"<p><strong>This endpoint creates a new logical group, it requires a POST call with the following data required:</strong></p>\n<ul>\n<li><p>\"object_group_name\": name of the logical group to created</p>\n</li>\n<li><p>\"object_group_members\": comma separated list of the group members</p>\n</li>\n<li><p>\"object_group_min_green_percent\": OPTIONAL: minimal percentage of hosts that need to be green for the logical group to be green, if unset defaults to 50. Recommended options for this value: 12.5 / 33.33 / 50</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n<p><em>If the logical group exists already, it will be updated with the information provided.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","logical_groups","logical_groups_add_grp"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"eda814c6-efb9-4b14-aaa4-7691646e24bd","name":"logical_groups_add_grp / Add a new or update a logical group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object_group_name\": \"logical group example\",\n    \"object_group_members\": \"telegraf-node1, telegraf-node2\",\n    \"object_group_min_green_percent\": \"50\",\n    \"comment_update\": \"Automated API driven logical group creation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/logical_groups/logical_groups_add_grp"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 06 Mar 2021 15:39:39 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"277"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"object_group_name\": \"logical group example\",\n  \"object_group_members\": [\n   \"telegraf-node1\",\n   \"telegraf-node2\"\n  ],\n  \"object_group_min_green_percent\": \"50\",\n  \"object_group_mtime\": \"1615045179.4991066\",\n  \"_user\": \"nobody\",\n  \"_key\": \"6043a23b33d53e70d86fc091\"\n }\n]"}],"_postman_id":"e93f10f8-fbd1-41cd-94e3-9734921bb077"},{"name":"logical_groups_associate_group /  Associate an object with an existing logical group","event":[{"listen":"test","script":{"id":"d9351308-8cc0-4f4d-9363-adff1acedfe7","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"23e4fdd3-dd62-49af-bcaf-3158302c2b46","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object\": \"telegraf-node3\",\n    \"key\": \"6043a23b33d53e70d86fc091\",\n    \"comment_update\": \"Automated API driven logical group creation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/logical_groups/logical_groups_associate_group","description":"<p><strong>This endpoint associates an object (data host or metric host) with an existing logical group (existing members of the logical groups are preserved and this object membership will be removed), it requires a POST call with the following data required:</strong></p>\n<ul>\n<li>\"object\": the name of the data host or the metric host</li>\n<li>\"key\": the KVstore unique key of the logical group</li>\n<li>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","logical_groups","logical_groups_associate_group"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"be79819e-c89b-4487-a543-0ef8fe022639","name":"logical_groups_associate_group /  Associate an object with an existing logical group","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object\": \"telegraf-node3\",\n    \"key\": \"6043a23b33d53e70d86fc091\",\n    \"comment_update\": \"Automated API driven logical group creation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/logical_groups/logical_groups_associate_group"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 06 Mar 2021 15:40:34 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"282"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object_group_name\": \"logical group example\",\n \"object_group_members\": [\n  \"telegraf-node1\",\n  \"telegraf-node2\",\n  \"telegraf-node3\"\n ],\n \"object_group_min_green_percent\": \"50\",\n \"object_group_mtime\": \"1615045234.3735588\",\n \"_user\": \"nobody\",\n \"_key\": \"6043a23b33d53e70d86fc091\"\n}"}],"_postman_id":"23e4fdd3-dd62-49af-bcaf-3158302c2b46"},{"name":"logical_groups_unassociate / Unassociate an object from any logical group it is member of","event":[{"listen":"test","script":{"id":"9035b756-8516-466c-bc73-1ef017e66e1c","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"ee83aa25-2723-484c-b812-afbce008d4c1","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object\": \"telegraf-node3\",\n    \"key\": \"6043a23b33d53e70d86fc091\",\n    \"comment_update\": \"Automated API driven logical group creation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/logical_groups/logical_groups_unassociate","description":"<p><strong>This endpoint unassociates an object (data host or metric host) from a logical group it is member of (existing associations of the logical groups are preserved), it requires a POST call with the following data required:</strong></p>\n<ul>\n<li>\"object\": the object name (data host or metric host) to remove association for</li>\n<li>\"key\": KVstore unique identifier of the logical group</li>\n<li>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","logical_groups","logical_groups_unassociate"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3f5f518a-f691-496d-b3ed-e92aefc99dca","name":"logical_groups_unassociate / Unassociate an object from any logical group it is member of","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object\": \"telegraf-node3\",\n    \"key\": \"6043a23b33d53e70d86fc091\",\n    \"comment_update\": \"Automated API driven logical group creation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/logical_groups/logical_groups_unassociate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 06 Mar 2021 15:41:00 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"118"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": \"object telegraf-node3 has no active association with logical group record key: 6043a23b33d53e70d86fc091\"\n}"},{"id":"5bb35afa-980a-4b25-b334-206b6952df84","name":"logical_groups_unassociate / Unassociate an object from any logical group it is member of","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object\": \"telegraf-node3\",\n    \"key\": \"6043a23b33d53e70d86fc091\",\n    \"comment_update\": \"Automated API driven logical group creation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/logical_groups/logical_groups_unassociate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 06 Mar 2021 15:40:47 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"114"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": \"object telegraf-node3 has been unassociated from logical group record key: 6043a23b33d53e70d86fc091\"\n}"}],"_postman_id":"ee83aa25-2723-484c-b812-afbce008d4c1"},{"name":"logical_groups_del_grp / Delete a logical group","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"2a6b5562-a15b-47ce-89c7-82e76f1371af","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object_group_name\": \"logical group example\",\n    \"comment_update\": \"Automated API driven logical group deletion.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/logical_groups/logical_groups_del_grp","description":"<p><strong>This endpoint deletes a logical group, it requires a DELETE call with the following data required:</strong></p>\n<ul>\n<li><p>\"object_group_name\": name of the logical group to be removed</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","logical_groups","logical_groups_del_grp"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"36524b0f-ba31-4a09-a0d5-d10d8b9c8dd4","name":"logical_groups_del_grp / Delete a logical group","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object_group_name\": \"logical group example\",\n    \"comment_update\": \"Automated API driven logical group deletion.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/logical_groups/logical_groups_del_grp"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 06 Mar 2021 15:41:10 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"89"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 6043a23b33d53e70d86fc091 was deleted from the logical groups collection."}],"_postman_id":"2a6b5562-a15b-47ce-89c7-82e76f1371af"}],"id":"700d79f0-cb06-4566-9253-83e7a463013a","description":"<p><strong>Logical groups are groups of entities that will be considered as an ensemble for monitoring purposes.</strong></p>\n<p>See: <a href=\"https://trackme.readthedocs.io/en/latest/userguide.html#logical-groups-clusters\">https://trackme.readthedocs.io/en/latest/userguide.html#logical-groups-clusters</a></p>\n","event":[{"listen":"prerequest","script":{"id":"dfe3eaad-67ad-46d5-b770-124f75fe7ecd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7e6844b7-68ed-4539-98ce-ebc7f82dad1c","type":"text/javascript","exec":[""]}}],"_postman_id":"700d79f0-cb06-4566-9253-83e7a463013a","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Data Sampling endpoints","item":[{"name":"data_sampling_collection / Get Data sampling collection","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"10260516-4351-4a17-9d5d-e5691a5918fd","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_collection","description":"<p><strong>This endpoint retrieves the data sampling collection, it requires a GET call with no options required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sampling","data_sampling_collection"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4b0300b7-b889-4f43-9e06-1dee360f705a","name":"data_sampling_collection / Get Data sampling collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_collection"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:15:16 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"55078"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"current_detected_format\": \"syslog_no_timestamp\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"d01bcd8d79beb285c118872c7c039bd6\",\n  \"data_name\": \"linux_emea:linux_secure\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"8\",\n  \"data_sample_mtime\": \"1609588800\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:00:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"linux_secure\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"syslog_no_timestamp\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"d01bcd8d79beb285c118872c7c039bd6\",\n  \"raw_sample\": [\n   \"sshd[10460]: Invalid user osmc from 112.119.79.7 port 38879\\n\",\n   \"sshd[10596]: Connection closed by invalid user admin 91.126.45.165 port 36518 [preauth]\\n\",\n   \"sshd[1062]: Disconnected from authenticating user root 222.186.30.35 port 12254 [preauth]\\n\",\n   \"sshd[1062]: Received disconnect from 222.186.30.35 port 12254:11:  [preauth]\\n\",\n   \"sshd[10672]: Connection closed by authenticating user root 111.255.110.143 port 36643 [preauth]\\n\",\n   \"sshd[11922]: Disconnected from invalid user yla 54.37.149.233 port 59022 [preauth]\\n\",\n   \"sshd[12136]: Invalid user 888888 from 14.241.186.58 port 49458\\n\",\n   \"sshd[12197]: Received disconnect from 106.12.94.65 port 45974:11: Bye Bye [preauth]\\n\",\n   \"sshd[13878]: Disconnected from authenticating user root 222.186.15.10 port 44186 [preauth]\\n\",\n   \"sshd[13906]: Received disconnect from 222.186.30.218 port 29575:11:  [preauth]\\n\",\n   \"sshd[16582]: Invalid user admin from 37.230.247.239 port 59380\\n\",\n   \"sshd[16824]: Disconnected from authenticating user root 222.186.42.155 port 14813 [preauth]\\n\",\n   \"sshd[17135]: Received disconnect from 202.57.28.70 port 42494:11: Bye Bye [preauth]\\n\",\n   \"sshd[17255]: Disconnected from invalid user guu 218.232.135.95 port 37364 [preauth]\\n\",\n   \"sshd[17636]: Invalid user jft from 139.59.32.156 port 45284\\n\",\n   \"sshd[19272]: Connection closed by authenticating user root 116.49.62.34 port 55614 [preauth]\\n\",\n   \"sshd[19282]: Connection closed by authenticating user root 223.18.238.18 port 37209 [preauth]\\n\",\n   \"sshd[20262]: Invalid user tech from 182.52.133.229 port 51805\\n\",\n   \"sshd[21003]: Disconnected from invalid user pcx 210.9.47.154 port 45872 [preauth]\\n\",\n   \"sshd[23882]: Did not receive identification string from 87.251.74.50 port 60496\\n\",\n   \"sshd[23883]: Connection closed by invalid user user 87.251.74.50 port 51942 [preauth]\\n\",\n   \"sshd[25201]: Received disconnect from 222.186.42.136 port 23834:11:  [preauth]\\n\",\n   \"sshd[28680]: Connection closed by authenticating user root 119.192.16.43 port 8594 [preauth]\\n\",\n   \"sshd[28681]: Connection closed by authenticating user root 42.98.175.232 port 45157 [preauth]\\n\",\n   \"sshd[28690]: Invalid user osmc from 116.48.57.52 port 55892\\n\",\n   \"sshd[28727]: Connection closed by invalid user ubnt 221.139.113.36 port 10131 [preauth]\\n\",\n   \"sshd[28779]: Invalid user pi from 1.64.68.229 port 46101\\n\",\n   \"sshd[28900]: Connection closed by authenticating user root 93.76.188.132 port 39553 [preauth]\\n\",\n   \"sshd[30440]: Invalid user user from 87.251.74.50 port 23442\\n\",\n   \"sshd[30444]: Invalid user kfu from 139.59.135.84 port 50986\\n\",\n   \"sshd[30753]: Received disconnect from 139.155.11.173 port 53062:11: Bye Bye [preauth]\\n\",\n   \"sshd[31180]: Connection closed by authenticating user root 220.71.179.198 port 41484 [preauth]\\n\",\n   \"sshd[31253]: Connection closed by invalid user pi 119.237.28.221 port 52983 [preauth]\\n\",\n   \"sshd[32340]: Disconnected from authenticating user root 222.186.15.115 port 41044 [preauth]\\n\",\n   \"sshd[324]: Received disconnect from 58.16.187.26 port 48502:11: Bye Bye [preauth]\\n\",\n   \"sshd[32602]: Invalid user uyu from 181.31.101.35 port 5793\\n\",\n   \"sshd[32602]: Received disconnect from 181.31.101.35 port 5793:11: Bye Bye [preauth]\\n\",\n   \"sshd[3284]: Disconnected from invalid user pja 103.218.242.29 port 59806 [preauth]\\n\",\n   \"sshd[3284]: Invalid user pja from 103.218.242.29 port 59806\\n\",\n   \"sshd[3347]: Received disconnect from 177.139.205.69 port 26139:11: Bye Bye [preauth]\\n\",\n   \"sshd[4038]: Disconnected from invalid user wangdonghui 51.75.202.218 port 36900 [preauth]\\n\",\n   \"sshd[7493]: Invalid user rvk from 95.85.24.147 port 51536\\n\",\n   \"sshd[8140]: Did not receive identification string from 162.243.145.56 port 52102\\n\",\n   \"sshd[8545]: Invalid user xoi from 51.158.111.168 port 37666\\n\",\n   \"sshd[8979]: Connection closed by invalid user user 87.251.74.50 port 50384 [preauth]\\n\",\n   \"sshd[9881]: Disconnected from authenticating user root 222.186.42.136 port 24176 [preauth]\\n\",\n   \"sshd[9881]: Received disconnect from 222.186.42.136 port 24176:11:  [preauth]\\n\",\n   \"sshd[9997]: Invalid user yhm from 51.83.74.126 port 49898\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"07025724a9df0a3efde4296ca742abcb\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %b %d %H:%M:%S:%3N\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"350aacf6b8e561259c7c61a1942f43ca\",\n  \"data_name\": \"main:sample5\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"8\",\n  \"data_sample_mtime\": \"1609588800\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:00:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample5\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %b %d %H:%M:%S:%3N\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"350aacf6b8e561259c7c61a1942f43ca\",\n  \"raw_sample\": [\n   \"Jan 02 11:58:08:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 11:58:08:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 11:58:18:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 11:58:28:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 11:58:38:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 11:58:38:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 11:58:48:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 11:58:48:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 11:58:58:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 11:58:58:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 11:59:09:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 11:59:09:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 11:59:18:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 11:59:18:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 11:59:29:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 11:59:29:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 11:59:39:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 11:59:49:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 11:59:49:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 11:59:59:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 12:00:09:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 12:00:09:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"0e8d6df980b6a8697743b326297fdf84\"\n },\n {\n  \"current_detected_format\": \"xml\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"0f635d0e0f3874fff8b581c132e6c7a7\",\n  \"data_name\": \"main:XmlWinEventLog\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"8\",\n  \"data_sample_mtime\": \"1609588800\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:00:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"XmlWinEventLog\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"xml\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"0f635d0e0f3874fff8b581c132e6c7a7\",\n  \"raw_sample\": [\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{00000000-0000-0000-0000-000000000000}\\\" /><EventID>4771</EventID><Version>44</Version><Level>19</Level><Task>14339</Task><Opcode>9</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 11:59:51Z\\\" /><EventRecordID>752846</EventRecordID><Correlation /><Execution ProcessID=\\\"4581\\\" ThreadID=\\\"379332\\\" /><Channel>Security</Channel><Computer>HOST-005</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_d</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='ServiceName'>bb/b.local</Data><Data Name='TicketOptions'>0x40810000</Data><Data Name='Status'>0x17</Data><Data Name='PreAuthType'>15</Data><Data Name='IpAddress'>e9df:c09d:3df7:5a13:283:3f6a:efc9:73ca</Data><Data Name='IpPort'>25818</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{00000000-0000-0000-0000-000000000000}\\\" /><EventID>4771</EventID><Version>47</Version><Level>3</Level><Task>14339</Task><Opcode>11</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 11:58:41Z\\\" /><EventRecordID>552347</EventRecordID><Correlation /><Execution ProcessID=\\\"721199\\\" ThreadID=\\\"766714\\\" /><Channel>Security</Channel><Computer>COREDEV-003</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_g</Data><Data Name='TargetSid'>S-1-5-21-1893558050-1872069252-976643203-9895</Data><Data Name='ServiceName'>aa/a.local</Data><Data Name='TicketOptions'>0x60810010</Data><Data Name='Status'>0x18</Data><Data Name='PreAuthType'>20</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{0887F1E4-39EA-D53C-804F-31D568A06274}\\\" /><EventID>4771</EventID><Version>17</Version><Level>7</Level><Task>14339</Task><Opcode>14</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 11:58:31Z\\\" /><EventRecordID>363722</EventRecordID><Correlation /><Execution ProcessID=\\\"366357\\\" ThreadID=\\\"235740\\\" /><Channel>Security</Channel><Computer>BUSDEV-002</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_a</Data><Data Name='TargetSid'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='ServiceName'>aa/a.local</Data><Data Name='TicketOptions'>0x60810010</Data><Data Name='Status'>0x17</Data><Data Name='PreAuthType'>15</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{43514235-4B06-11D1-AB04-00C04FC2DCD2}\\\" /><EventID>4771</EventID><Version>21</Version><Level>15</Level><Task>14339</Task><Opcode>7</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 11:59:41Z\\\" /><EventRecordID>572025</EventRecordID><Correlation /><Execution ProcessID=\\\"165327\\\" ThreadID=\\\"751416\\\" /><Channel>Security</Channel><Computer>PROD-MFS-003</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_d</Data><Data Name='TargetSid'>S-1-5-21-1243627149-1292034276-934336989-4020</Data><Data Name='ServiceName'>bb/b.local</Data><Data Name='TicketOptions'>0x60810010</Data><Data Name='Status'>0x17</Data><Data Name='PreAuthType'>19</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>33224</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{E3514235-4B06-11D1-AB04-00C24FC2DCD2}\\\" /><EventID>4771</EventID><Version>5</Version><Level>0</Level><Task>14339</Task><Opcode>19</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 11:58:31Z\\\" /><EventRecordID>560104</EventRecordID><Correlation /><Execution ProcessID=\\\"797482\\\" ThreadID=\\\"772998\\\" /><Channel>Security</Channel><Computer>COREDEV-001</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_c</Data><Data Name='TargetSid'>S-1-5-21-1445627149-1292034276-934336989-1070</Data><Data Name='ServiceName'>aa/a.local</Data><Data Name='TicketOptions'>0x40810010</Data><Data Name='Status'>0x18</Data><Data Name='PreAuthType'>2</Data><Data Name='IpAddress'>985c:9fd7:1265:d018:64d8:7d62:2fb5:a959</Data><Data Name='IpPort'>49499</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4625</EventID><Version>0</Version><Level>0</Level><Task>12544</Task><Opcode>0</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:59:31Z'/><EventRecordID>406074</EventRecordID><Correlation/><Execution ProcessID='712178' ThreadID='263147'/><Channel>Security</Channel><Computer>PROD-POS-001</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1890958050-1872069252-976643203-8898</Data><Data Name='SubjectUserName'>user_g</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>EB5F</Data><Data Name='TargetUserSid'>S-1-5-21-1543123040-8745867498-934636039-1060</Data><Data Name='TargetUserName'>user_g</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='Status'>Failure Audit</Data><Data Name='FailureReason'>%%2304</Data><Data Name='SubStatus'>Failure Audit</Data><Data Name='LogonType'>6</Data><Data Name='LogonProcessName'>User32</Data><Data Name='AuthenticationPackageName'>Negotiate</Data><Data Name='WorkstationName'>Domain_D</Data><Data Name='TransmittedServices'>service_D</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0x1AFC</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_f.exe</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>15718</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4720</EventID><Version>22</Version><Level>2</Level><Task>13824</Task><Opcode>17</Opcode><Keywords>2C19703498FEA843</Keywords><TimeCreated SystemTime='2021-01-02 12:00:11Z'/><EventRecordID>238935</EventRecordID><Correlation/><Execution ProcessID='49937' ThreadID='672209'/><Channel>Security</Channel><Computer>BUSDEV-003</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-838359158-542134535-930774774-22481</Data><Data Name='SubjectUserSid'>S-1-5-21-1245327149-1292034276-934336989-1040</Data><Data Name='SubjectUserName'>user_a</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>6C10</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_l</Data><Data Name='DisplayName'>%%1793</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>%%1794</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>758</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0x5163C82</Data><Data Name='NewUacValue'>0xD983EC7</Data><Data Name='UserAccountControl'>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4732</EventID><Version>45</Version><Level>3</Level><Task>13826</Task><Opcode>17</Opcode><Keywords>352BF4478964AB04</Keywords><TimeCreated SystemTime='2021-01-02 11:58:21Z'/><EventRecordID>731968</EventRecordID><Correlation/><Execution ProcessID='282949' ThreadID='472710'/><Channel>Security</Channel><Computer>ACME-005</Computer><Security/></System><EventData><Data Name='MemberName'>user_n</Data><Data Name='MemberSid'>S-1-5-21-1245627149-1292034276-934336989-1027</Data><Data Name='TargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetSid'>S-1-5-21-1543123040-1192067256-934636039-1003</Data><Data Name='SubjectUserSid'>S-1-5-21-1893958050-1872069252-976643203-9892</Data><Data Name='SubjectUserName'>user_j</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0xB111</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4738</EventID><Version>12</Version><Level>14</Level><Task>13824</Task><Opcode>3</Opcode><Keywords>F63711869A39C521</Keywords><TimeCreated SystemTime='2021-01-02 11:59:51Z'/><EventRecordID>430102</EventRecordID><Correlation/><Execution ProcessID='607299' ThreadID='874143'/><Channel>Security</Channel><Computer>ops-sys-002</Computer><Security/></System><EventData><Data Name='Dummy'>-</Data><Data Name='TargetUserName'>user_d</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1890958050-1872069252-976643203-8898</Data><Data Name='SubjectUserSid'>S-1-5-21-1893558050-1872069252-976643203-9895</Data><Data Name='SubjectUserName'>user_l</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0xAB37</Data><Data Name='PrivilegeList'>SeTcbPrivilege</Data><Data Name='SamAccountName'>user_j</Data><Data Name='DisplayName'>user_j</Data><Data Name='UserPrincipalName'>bbb@BBB.local</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'><never></Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>420</Data><Data Name='AllowedToDelegateTo'>server_1/coumputer_a</Data><Data Name='OldUacValue'>0x8D2A740</Data><Data Name='NewUacValue'>0x715DAD2</Data><Data Name='UserAccountControl'>DONT_EXPIRE_PASSWORD - Enabled</Data><Data Name='UserParameters'>-</Data><Data Name='SidHistory'>S-1-5-21-1543123040-8745867498-934636039-1060</Data><Data Name='LogonHours'>%%1797</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4624</EventID><Version>0</Version><Level>6</Level><Task>12544</Task><Opcode>18</Opcode><Keywords>54327FC7F19AF657</Keywords><TimeCreated SystemTime='2021-01-02 11:58:51Z'/><EventRecordID>311770</EventRecordID><Correlation/><Execution ProcessID='703438' ThreadID='720050'/><Channel>Security</Channel><Computer>PROD-POS-005</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1245227149-1292034276-934336989-1024</Data><Data Name='SubjectUserName'>user_b</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0x3A81</Data><Data Name='TargetUserSid'>S-1-5-21-1548923040-1192067256-934636039-6000</Data><Data Name='TargetUserName'>user_b</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetLogonId'>0x3A81</Data><Data Name='LogonType'>10</Data><Data Name='LogonProcessName'>logonProcess1</Data><Data Name='AuthenticationPackageName'>Kerberos</Data><Data Name='WorkstationName'></Data><Data Name='LogonGuid'>{27C4A2F2-13CA-AA25-E903-D31268740239}</Data><Data Name='TransmittedServices'>service_D</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0xFF13</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_d.exe</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data><Data Name='ImpersonationLevel'>%%1833</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4648</EventID><Version>15</Version><Level>15</Level><Task>12544</Task><Opcode>19</Opcode><Keywords>E135376BD5F067DD</Keywords><TimeCreated SystemTime='2021-01-02 12:00:01Z'/><EventRecordID>412672</EventRecordID><Correlation/><Execution ProcessID='926518' ThreadID='27200'/><Channel>Security</Channel><Computer>PROD-POS-002</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1245227149-1292034276-934336989-1024</Data><Data Name='SubjectUserName'>user_n</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>4D76</Data><Data Name='LogonGuid'>{03514235-4B06-11D1-AB04-01C04FC2DCD2}</Data><Data Name='TargetUserName'>user_e</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetLogonGuid'>{00000000-0000-0000-0000-000000000000}</Data><Data Name='TargetServerName'>localhost</Data><Data Name='TargetInfo'>localhost</Data><Data Name='ProcessId'>B32B</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_e.exe</Data><Data Name='IpAddress'>62bf:c216:bc17:7c5:1c98:2ad5:833f:d568</Data><Data Name='IpPort'>26116</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4724</EventID><Version>22</Version><Level>10</Level><Task>13824</Task><Opcode>11</Opcode><Keywords>2043589C50E17383</Keywords><TimeCreated SystemTime='2021-01-02 11:59:21Z'/><EventRecordID>708952</EventRecordID><Correlation/><Execution ProcessID='883282' ThreadID='230959'/><Channel>Security</Channel><Computer>SE-006</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_j</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1543923040-1192067256-934636039-1006</Data><Data Name='SubjectUserSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='SubjectUserName'>user_a</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0xB111</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4735</EventID><Version>49</Version><Level>9</Level><Task>13826</Task><Opcode>7</Opcode><Keywords>92A4FE07CC16C975</Keywords><TimeCreated SystemTime='2021-01-02 11:58:11Z'/><EventRecordID>868741</EventRecordID><Correlation/><Execution ProcessID='499745' ThreadID='512067'/><Channel>Security</Channel><Computer>BUSDEV-002</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_i</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserSid'>S-1-5-21-1548923040-1192067256-934636039-6000</Data><Data Name='SubjectUserName'>user_g</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0xEB5F</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_i</Data><Data Name='SidHistory'>S-1-5-21-1543123040-8745867498-934636039-1060</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4781</EventID><Version>10</Version><Level>14</Level><Task>13824</Task><Opcode>14</Opcode><Keywords>52E511DF10F67E4B</Keywords><TimeCreated SystemTime='2021-01-02 11:58:41Z'/><EventRecordID>830449</EventRecordID><Correlation/><Execution ProcessID='194640' ThreadID='481695'/><Channel>Security</Channel><Computer>SE-003</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_d</Data><Data Name='NewTargetUserName'>user_d</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1548923040-1192067256-934636039-6000</Data><Data Name='SubjectUserSid'>S-1-5-21-1543223040-1192067256-934636039-1030</Data><Data Name='SubjectUserName'>user_a</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0x6C10</Data><Data Name='PrivilegeList'>SeAuditPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4902</EventID><Version>15</Version><Level>0</Level><Task>13568</Task><Opcode>3</Opcode><Keywords>141AB98D731BC281</Keywords><TimeCreated SystemTime='2021-01-02 11:58:51Z'/><EventRecordID>550190</EventRecordID><Correlation/><Execution ProcessID='47793' ThreadID='931127'/><Channel>Security</Channel><Computer>COREDEV-006</Computer><Security/></System><EventData><Data Name='PuaCount'>1</Data><Data Name='PuaPolicyId'>0xBAEC</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{0887F1E4-39EA-D53C-804F-31D568A06274}'/><EventID>4907</EventID><Version>4</Version><Level>3</Level><Task>13568</Task><Opcode>2</Opcode><Keywords>F59C83005C466F61</Keywords><TimeCreated SystemTime='2021-01-02 11:59:11Z'/><EventRecordID>178420</EventRecordID><Correlation/><Execution ProcessID='411976' ThreadID='147861'/><Channel>Security</Channel><Computer>SE-002</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1543123040-1192067256-934636039-1003</Data><Data Name='SubjectUserName'>user_c</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0x5FC9</Data><Data Name='ObjectServer'>Security</Data><Data Name='ObjectType'>File</Data><Data Name='ObjectName'>A:\\\\aa\\\\bb\\\\cc.txt</Data><Data Name='HandleId'>0xC79A</Data><Data Name='OldSd'>O:SYG:SYD:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)</Data><Data Name='NewSd'>O:BAG:SYD:(D;;0xf0007;;;AN)(D;;0xf0007;;;BG)(A;;0xf0007;;;SY)(A;;0x7;;;BA)</Data><Data Name='ProcessId'>0x4570</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_c.exe</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4647</EventID><Version>39</Version><Level>1</Level><Task>12545</Task><Opcode>15</Opcode><Keywords>EBF3A5C2702BFA4D</Keywords><TimeCreated SystemTime='2021-01-02 11:58:41Z'/><EventRecordID>970554</EventRecordID><Correlation/><Execution ProcessID='469395' ThreadID='140306'/><Channel>Security</Channel><Computer>PROD-MFS-006</Computer><Security/></System><EventData><Data Name='TargetUserSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='TargetUserName'>user_m</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetLogonId'>46BA</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4648</EventID><Version>49</Version><Level>16</Level><Task>12544</Task><Opcode>10</Opcode><Keywords>20A2E23382F7CCB7</Keywords><TimeCreated SystemTime='2021-01-02 11:58:21Z'/><EventRecordID>828555</EventRecordID><Correlation/><Execution ProcessID='400649' ThreadID='93933'/><Channel>Security</Channel><Computer>SE-003</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1543223040-1192067256-934636039-1030</Data><Data Name='SubjectUserName'>user_g</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>EB5F</Data><Data Name='LogonGuid'>{12F9A27C-BF97-4787-9364-D3138C55EB04}</Data><Data Name='TargetUserName'>user_j</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetLogonGuid'>{43514235-4B06-11D1-AB04-00C04FC2DCD2}</Data><Data Name='TargetServerName'>Server_D.com</Data><Data Name='TargetInfo'>Server_D.com</Data><Data Name='ProcessId'>4485</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_a.exe</Data><Data Name='IpAddress'>675b:b4c9:5e3a:b5e9:87e7:a35b:2936:2835</Data><Data Name='IpPort'>0</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4738</EventID><Version>39</Version><Level>4</Level><Task>13824</Task><Opcode>4</Opcode><Keywords>42538DE92CB0B0CD</Keywords><TimeCreated SystemTime='2021-01-02 12:00:01Z'/><EventRecordID>991483</EventRecordID><Correlation/><Execution ProcessID='510042' ThreadID='784957'/><Channel>Security</Channel><Computer>SE-006</Computer><Security/></System><EventData><Data Name='Dummy'>-</Data><Data Name='TargetUserName'>user_n</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1547923040-1192067256-934636039-3000</Data><Data Name='SubjectUserSid'>S-1-5-21-1243627149-1292034276-934336989-4020</Data><Data Name='SubjectUserName'>user_d</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0x3EC3</Data><Data Name='PrivilegeList'>SeSecurityPrivilege</Data><Data Name='SamAccountName'>user_g</Data><Data Name='DisplayName'>user_g</Data><Data Name='UserPrincipalName'>aaa@AAA.local</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'><never></Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>331</Data><Data Name='AllowedToDelegateTo'>server_1/coumputer_a</Data><Data Name='OldUacValue'>0x85EA5F9</Data><Data Name='NewUacValue'>0x4C46694</Data><Data Name='UserAccountControl'>-</Data><Data Name='UserParameters'>-</Data><Data Name='SidHistory'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='LogonHours'>%%1797</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4776</EventID><Version>7</Version><Level>18</Level><Task>14336</Task><Opcode>6</Opcode><Keywords>Failure Audit</Keywords><TimeCreated SystemTime='2021-01-02 11:58:21Z'/><EventRecordID>683360</EventRecordID><Correlation/><Execution ProcessID='794874' ThreadID='957582'/><Channel>Security</Channel><Computer>ACME-004</Computer><Security/></System><EventData><Data Name='PackageName'>MICROSOFT_AUTHENTICATION_PACKAGE_V1_0</Data><Data Name='TargetUserName'>user_b</Data><Data Name='Workstation'>Domain_A</Data><Data Name='Status'>0xC000006A</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4624</EventID><Version>10</Version><Level>13</Level><Task>1</Task><Opcode>19</Opcode><Keywords>0xD44E7C25488A475A</Keywords><TimeCreated SystemTime='2021-01-02 11:59:31Z'/><EventRecordID>501131</EventRecordID><Correlation ActivityID='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><Execution ProcessID='348610' ThreadID='490234'/><Channel>Security</Channel><Computer>windows.machine.address</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>WINDOWS\\\\ADSERVER</Data><Data Name='SubjectUserName'>-</Data><Data Name='SubjectDomainName'>-</Data><Data Name='SubjectLogonId'>0xD</Data><Data Name='TargetUserSid'>WINDOWS\\\\ADSERVER</Data><Data Name='TargetUserName'>TASERVER$</Data><Data Name='TargetDomainName'>WINDOWS.LOCAL</Data><Data Name='TargetLogonId'>0xB420ECB78</Data><Data Name='LogonType'>10</Data><Data Name='LogonProcessName'>Kerberos</Data><Data Name='AuthenticationPackageName'>Kerberos</Data><Data Name='WorkstationName'>TASERVER$</Data><Data Name='LogonGuid'>{12F9A27C-BF97-4787-9364-D31B6C55EB04}</Data><Data Name='TransmittedServices'>4CF344FE</Data><Data Name='LmPackageName'>B420ECB78</Data><Data Name='KeyLength'>803</Data><Data Name='ProcessId'>0xD</Data><Data Name='ProcessName'>3EB8</Data><Data Name='IpAddress'>168.172.154.246</Data><Data Name='IpPort'>677</Data><Data Name='ImpersonationLevel'>%%803</Data><Data Name='RestrictedAdminMode'>B420ECB78</Data><Data Name='TargetOutboundUserName'>4CF344FE</Data><Data Name='TargetOutboundDomainName'>3EB8</Data><Data Name='VirtualAccount'>%%348610</Data><Data Name='TargetLinkedLogonId'>0xD</Data><Data Name='ElevatedToken'>%%490234</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4624</EventID><Version>10</Version><Level>17</Level><Task>12544</Task><Opcode>2</Opcode><Keywords>DE3319B15653928F</Keywords><TimeCreated SystemTime='2021-01-02 11:59:31Z'/><EventRecordID>594428</EventRecordID><Correlation/><Execution ProcessID='34994' ThreadID='381486'/><Channel>Security</Channel><Computer>PROD-POS-003</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1543223040-1192067256-934636039-1030</Data><Data Name='SubjectUserName'>user_m</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0x46BA</Data><Data Name='TargetUserSid'>S-1-5-21-1890958050-1872069252-976643203-8898</Data><Data Name='TargetUserName'>user_m</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetLogonId'>0x46BA</Data><Data Name='LogonType'>8</Data><Data Name='LogonProcessName'>logonProcess1</Data><Data Name='AuthenticationPackageName'>Kerberos</Data><Data Name='WorkstationName'></Data><Data Name='LogonGuid'>{12F9A27C-BF97-4787-9364-D3138C55EB04}</Data><Data Name='TransmittedServices'>service_A</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0xDAD1</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_e.exe</Data><Data Name='IpAddress'>462d:a286:c8e4:eb0d:707d:8ea2:5469:afb1</Data><Data Name='IpPort'>54525</Data><Data Name='ImpersonationLevel'>%%1833</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4728</EventID><Version>16</Version><Level>0</Level><Task>13826</Task><Opcode>13</Opcode><Keywords>60E5A10D2DA12C65</Keywords><TimeCreated SystemTime='2021-01-02 11:59:11Z'/><EventRecordID>531616</EventRecordID><Correlation/><Execution ProcessID='340356' ThreadID='361100'/><Channel>Security</Channel><Computer>COREDEV-004</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-838359158-542134535-930774774-22481</Data><Data Name='TargetUserName'>user_g</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1543423040-1192067256-934636039-1009</Data><Data Name='SubjectUserSid'>S-1-5-21-838359158-542134535-930774774-22481</Data><Data Name='SubjectUserName'>user_i</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0x5F25</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4738</EventID><Version>26</Version><Level>13</Level><Task>13824</Task><Opcode>6</Opcode><Keywords>8CBA397B53EF53BD</Keywords><TimeCreated SystemTime='2021-01-02 11:59:41Z'/><EventRecordID>397821</EventRecordID><Correlation/><Execution ProcessID='50773' ThreadID='972589'/><Channel>Security</Channel><Computer>ACME-003</Computer><Security/></System><EventData><Data Name='Dummy'>-</Data><Data Name='TargetUserName'>user_m</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-838359158-542134535-930774774-22481</Data><Data Name='SubjectUserSid'>S-1-5-21-1543423040-1192067256-934636039-1009</Data><Data Name='SubjectUserName'>user_d</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0x3EC3</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_d</Data><Data Name='DisplayName'>user_d</Data><Data Name='UserPrincipalName'>eee@AAA.local</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'><never></Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>506</Data><Data Name='AllowedToDelegateTo'>server_1/coumputer_a</Data><Data Name='OldUacValue'>0x45B547F</Data><Data Name='NewUacValue'>0x575F1E3</Data><Data Name='UserAccountControl'>-</Data><Data Name='UserParameters'>-</Data><Data Name='SidHistory'>S-1-5-21-1543123040-8745867498-934636039-1060</Data><Data Name='LogonHours'>%%1797</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4756</EventID><Version>34</Version><Level>8</Level><Task>9</Task><Opcode>6</Opcode><Keywords>AAC53F5E4189BEC9</Keywords><TimeCreated SystemTime='2021-01-02 11:59:21Z'/><EventRecordID>22962</EventRecordID><Correlation/><Execution ProcessID='504558' ThreadID='430523'/><Channel>Security</Channel><Computer>ops-sys-005</Computer><Security/></System><EventData><Data Name='MemberName'>CN=user_f,CN=Users,DC=windows,DC=local</Data><Data Name='MemberSid'>ops-sys-005\\\\user_f</Data><Data Name='TargetUserName'>Universal-Security-Group1</Data><Data Name='TargetDomainName'>ops-sys-005</Data><Data Name='TargetSid'>ops-sys-005\\\\Universal-Security-Group1</Data><Data Name='SubjectUserSid'>ops-sys-005\\\\Administrator</Data><Data Name='SubjectUserName'>user_f</Data><Data Name='SubjectDomainName'>ops-sys-005</Data><Data Name='SubjectLogonId'>0xA369</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4624</EventID><Version>12</Version><Level>8</Level><Task>12544</Task><Opcode>8</Opcode><Keywords>2A24993D29D5456D</Keywords><TimeCreated SystemTime='2021-01-02 11:58:31Z'/><EventRecordID>353915</EventRecordID><Correlation/><Execution ProcessID='787834' ThreadID='607210'/><Channel>Security</Channel><Computer>ACME-006</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1893958050-1872069252-976643203-2898</Data><Data Name='SubjectUserName'>user_k</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xBAC3</Data><Data Name='TargetUserSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='TargetUserName'>user_k</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetLogonId'>0xBAC3</Data><Data Name='LogonType'>8</Data><Data Name='LogonProcessName'>Winlogon</Data><Data Name='AuthenticationPackageName'>Kerberos</Data><Data Name='WorkstationName'></Data><Data Name='LogonGuid'>{82F9A27C-BF97-4787-9364-D31B6C55EB04}</Data><Data Name='TransmittedServices'>service_D</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0x6C0F</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_a.exe</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data><Data Name='ImpersonationLevel'>%%1833</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4634</EventID><Version>29</Version><Level>18</Level><Task>12545</Task><Opcode>1</Opcode><Keywords>7D630BECEC6E2EE5</Keywords><TimeCreated SystemTime='2021-01-02 12:00:11Z'/><EventRecordID>980234</EventRecordID><Correlation/><Execution ProcessID='114844' ThreadID='834254'/><Channel>Security</Channel><Computer>BUSDEV-006</Computer><Security/></System><EventData><Data Name='TargetUserSid'>=S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='TargetUserName'>user_j</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetLogonId'>B111</Data><Data Name='LogonType'>4</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4648</EventID><Version>50</Version><Level>4</Level><Task>12544</Task><Opcode>19</Opcode><Keywords>685E214D47448DC9</Keywords><TimeCreated SystemTime='2021-01-02 11:59:01Z'/><EventRecordID>544550</EventRecordID><Correlation/><Execution ProcessID='958142' ThreadID='183131'/><Channel>Security</Channel><Computer>ops-sys-006</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1890958050-1872069252-976643203-8898</Data><Data Name='SubjectUserName'>user_k</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>BAC3</Data><Data Name='LogonGuid'>{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}</Data><Data Name='TargetUserName'>user_n</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetLogonGuid'>{03514235-4B06-11D1-AB04-01C04FC2DCD2}</Data><Data Name='TargetServerName'>Server_A.com</Data><Data Name='TargetInfo'>Server_A.com</Data><Data Name='ProcessId'>5EEB</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_c.exe</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4756</EventID><Version>13</Version><Level>17</Level><Task>3</Task><Opcode>13</Opcode><Keywords>3702EE4F4500548A</Keywords><TimeCreated SystemTime='2021-01-02 11:59:41Z'/><EventRecordID>782138</EventRecordID><Correlation/><Execution ProcessID='6178' ThreadID='766191'/><Channel>Security</Channel><Computer>ACME-002</Computer><Security/></System><EventData><Data Name='MemberName'>CN=user_b,CN=Users,DC=windows,DC=local</Data><Data Name='MemberSid'>ACME-002\\\\user_b</Data><Data Name='TargetUserName'>Universal-Security-Group1</Data><Data Name='TargetDomainName'>ACME-002</Data><Data Name='TargetSid'>ACME-002\\\\Universal-Security-Group1</Data><Data Name='SubjectUserSid'>ACME-002\\\\Administrator</Data><Data Name='SubjectUserName'>user_b</Data><Data Name='SubjectDomainName'>ACME-002</Data><Data Name='SubjectLogonId'>0x3A81</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4781</EventID><Version>0</Version><Level>15</Level><Task>13824</Task><Opcode>12</Opcode><Keywords>924FEF9B3AA75584</Keywords><TimeCreated SystemTime='2021-01-02 11:59:01Z'/><EventRecordID>110944</EventRecordID><Correlation/><Execution ProcessID='366480' ThreadID='258636'/><Channel>Security</Channel><Computer>PROD-MFS-004</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_a</Data><Data Name='NewTargetUserName'>user_m</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1893938050-5465116515-976643203-9858</Data><Data Name='SubjectUserSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='SubjectUserName'>user_m</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0x46BA</Data><Data Name='PrivilegeList'>SeBackupPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4797</EventID><Version>13</Version><Level>0</Level><Task>13824</Task><Opcode>5</Opcode><Keywords>20F667566BE59B9D</Keywords><TimeCreated SystemTime='2021-01-02 11:59:31Z'/><EventRecordID>794492</EventRecordID><Correlation/><Execution ProcessID='28723' ThreadID='717497'/><Channel>Security</Channel><Computer>BUSDEV-004</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='SubjectUserName'>user_j</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xB111</Data><Data Name='Workstation'>Domain_A</Data><Data Name='TargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_A</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4720</EventID><Version>11</Version><Level>17</Level><Task>13824</Task><Opcode>19</Opcode><Keywords>D7577CF3DB1F7CDB</Keywords><TimeCreated SystemTime='2021-01-02 11:58:31Z'/><EventRecordID>134954</EventRecordID><Correlation/><Execution ProcessID='962738' ThreadID='77234'/><Channel>Security</Channel><Computer>BUSDEV-008</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_j</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1893558050-1872069252-976643203-9895</Data><Data Name='SubjectUserSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='SubjectUserName'>user_g</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>EB5F</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_j</Data><Data Name='DisplayName'>%%1793</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>%%1794</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>468</Data><Data Name='AllowedToDelegateTo'>server_1/coumputer_a</Data><Data Name='OldUacValue'>0xBA0B77A</Data><Data Name='NewUacValue'>0x07CE19E</Data><Data Name='UserAccountControl'>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4728</EventID><Version>37</Version><Level>4</Level><Task>13826</Task><Opcode>6</Opcode><Keywords>3E8F3DDE8D44397A</Keywords><TimeCreated SystemTime='2021-01-02 11:59:01Z'/><EventRecordID>822238</EventRecordID><Correlation/><Execution ProcessID='663089' ThreadID='108267'/><Channel>Security</Channel><Computer>PROD-MFS-004</Computer><Security/></System><EventData><Data Name='MemberName'>user_f</Data><Data Name='MemberSid'>S-1-5-21-1543923040-1192067256-934636039-1006</Data><Data Name='TargetUserName'>user_g</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1245227149-1292034276-934336989-1024</Data><Data Name='SubjectUserSid'>S-1-5-21-838359158-542134535-930774774-22481</Data><Data Name='SubjectUserName'>user_a</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0x6C10</Data><Data Name='PrivilegeList'>SeTcbPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4738</EventID><Version>45</Version><Level>1</Level><Task>13824</Task><Opcode>6</Opcode><Keywords>098ED8DA11256359</Keywords><TimeCreated SystemTime='2021-01-02 11:59:01Z'/><EventRecordID>339402</EventRecordID><Correlation/><Execution ProcessID='492062' ThreadID='438222'/><Channel>Security</Channel><Computer>BUSDEV-007</Computer><Security/></System><EventData><Data Name='Dummy'>-</Data><Data Name='TargetUserName'>user_j</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1890958050-1872069252-976643203-5898</Data><Data Name='SubjectUserSid'>S-1-5-21-1245327149-1292034276-934336989-1010</Data><Data Name='SubjectUserName'>user_k</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0xBAC3</Data><Data Name='PrivilegeList'>SeAuditPrivilege</Data><Data Name='SamAccountName'>user_e</Data><Data Name='DisplayName'>user_e</Data><Data Name='UserPrincipalName'>aaa@AAA.local</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>2021-01-02 11:59:01 AM</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>903</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0x6F0EB44</Data><Data Name='NewUacValue'>0x48552B0</Data><Data Name='UserAccountControl'>LOCKOUT - Disabled</Data><Data Name='UserParameters'>-</Data><Data Name='SidHistory'>-</Data><Data Name='LogonHours'>%%1797</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4625</EventID><Version>24</Version><Level>7</Level><Task>12544</Task><Opcode>10</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:59:11Z'/><EventRecordID>650494</EventRecordID><Correlation/><Execution ProcessID='570783' ThreadID='46750'/><Channel>Security</Channel><Computer>HOST-002</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1543423040-1192067256-934636039-1009</Data><Data Name='SubjectUserName'>user_f</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>A369</Data><Data Name='TargetUserSid'>S-1-5-32-544</Data><Data Name='TargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='Status'>Failure Audit</Data><Data Name='FailureReason'>%%2304</Data><Data Name='SubStatus'>Failure Audit</Data><Data Name='LogonType'>5</Data><Data Name='LogonProcessName'>User32</Data><Data Name='AuthenticationPackageName'>Negotiate</Data><Data Name='WorkstationName'>Domain_C</Data><Data Name='TransmittedServices'>service_A</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0x77B5</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_f.exe</Data><Data Name='IpAddress'>858d:4c15:a671:2a1a:8e0b:6ab7:7503:f6f5</Data><Data Name='IpPort'>17579</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4672</EventID><Version>43</Version><Level>10</Level><Task>12548</Task><Opcode>2</Opcode><Keywords>511D5F0C4D1D8812</Keywords><TimeCreated SystemTime='2021-01-02 11:59:21Z'/><EventRecordID>360841</EventRecordID><Correlation/><Execution ProcessID='547069' ThreadID='732452'/><Channel>Security</Channel><Computer>SE-004</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1006</Data><Data Name='SubjectUserName'>user_j</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>B111</Data><Data Name='PrivilegeList'>SeAssignPrimaryTokenPrivilege\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4724</EventID><Version>39</Version><Level>4</Level><Task>13824</Task><Opcode>9</Opcode><Keywords>F6258D670AFF0E6D</Keywords><TimeCreated SystemTime='2021-01-02 11:58:51Z'/><EventRecordID>321905</EventRecordID><Correlation/><Execution ProcessID='801713' ThreadID='160572'/><Channel>Security</Channel><Computer>BUSDEV-004</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_i</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='SubjectUserName'>user_l</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0x5F25</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4768</EventID><Version>41</Version><Level>15</Level><Task>4</Task><Opcode>1</Opcode><Keywords>0x0BECDC2752193569</Keywords><TimeCreated SystemTime='2021-01-02 11:59:41Z'/><EventRecordID>74182</EventRecordID><Correlation/><Execution ProcessID='470346' ThreadID='120479'/><Channel>Security</Channel><Computer>aaa.bbb.ccc</Computer><Security/></System><EventData><Data Name='TargetUserName'>krbtgt</Data><Data Name='TargetDomainName'>WINDOWS.LOCAL</Data><Data Name='TargetSid'>WINDOWS\\\\krbtgt</Data><Data Name='ServiceName'>AC6FE8D0</Data><Data Name='ServiceSid'>krbtgt\\\\AC6FE8D0</Data><Data Name='TicketOptions'>0xAC6FE8D0</Data><Data Name='Status'>0x7</Data><Data Name='TicketEncryptionType'>0x76</Data><Data Name='PreAuthType'>2</Data><Data Name='IpAddress'>::ffff:10.0.3.143</Data><Data Name='IpPort'>58144</Data><Data Name='CertIssuerName'></Data><Data Name='CertSerialNumber'></Data><Data Name='CertThumbprint'></Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4781</EventID><Version>27</Version><Level>11</Level><Task>13824</Task><Opcode>14</Opcode><Keywords>5E23E44C8BF95CB5</Keywords><TimeCreated SystemTime='2021-01-02 12:00:11Z'/><EventRecordID>225076</EventRecordID><Correlation/><Execution ProcessID='261231' ThreadID='984076'/><Channel>Security</Channel><Computer>ops-sys-006</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_f</Data><Data Name='NewTargetUserName'>user_a</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetSid'>S-1-5-21-1893958050-1872069252-976643203-9898</Data><Data Name='SubjectUserSid'>S-1-5-21-1245327149-1292034276-934336989-1010</Data><Data Name='SubjectUserName'>user_k</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0xBAC3</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4724</EventID><Version>0</Version><Level>0</Level><Task>13824</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:58:21Z'/><EventRecordID>128</EventRecordID><Correlation/><Execution ProcessID='464' ThreadID='1580'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='TargetUserName'>Administrator</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserSid'>S-1-5-18</Data><Data Name='SubjectUserName'>WIN-9DV9ENFEJEG$</Data><Data Name='SubjectDomainName'>WORKGROUP</Data><Data Name='SubjectLogonId'>0x3e7</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4724</EventID><Version>0</Version><Level>0</Level><Task>13824</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:58:51Z'/><EventRecordID>128</EventRecordID><Correlation/><Execution ProcessID='464' ThreadID='1580'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='TargetUserName'>Administrator</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserSid'>S-1-5-18</Data><Data Name='SubjectUserName'>WIN-9DV9ENFEJEG$</Data><Data Name='SubjectDomainName'>WORKGROUP</Data><Data Name='SubjectLogonId'>0x3e7</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4724</EventID><Version>0</Version><Level>0</Level><Task>13824</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:59:51Z'/><EventRecordID>128</EventRecordID><Correlation/><Execution ProcessID='464' ThreadID='1580'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='TargetUserName'>Administrator</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserSid'>S-1-5-18</Data><Data Name='SubjectUserName'>WIN-9DV9ENFEJEG$</Data><Data Name='SubjectDomainName'>WORKGROUP</Data><Data Name='SubjectLogonId'>0x3e7</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4724</EventID><Version>0</Version><Level>0</Level><Task>13824</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:00:01Z'/><EventRecordID>128</EventRecordID><Correlation/><Execution ProcessID='464' ThreadID='1580'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='TargetUserName'>Administrator</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserSid'>S-1-5-18</Data><Data Name='SubjectUserName'>WIN-9DV9ENFEJEG$</Data><Data Name='SubjectDomainName'>WORKGROUP</Data><Data Name='SubjectLogonId'>0x3e7</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4728</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:58:41Z'/><EventRecordID>1849</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='3228'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='TargetUserName'>None</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-513</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0x9caebb</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4732</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:59:11Z'/><EventRecordID>1891</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='1436'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-807344451-4160805990-1156053029-512</Data><Data Name='TargetUserName'>Administrators</Data><Data Name='TargetDomainName'>Builtin</Data><Data Name='TargetSid'>S-1-5-32-544</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0xaf1ccd</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{82F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4624</EventID><Version>3</Version><Level>13</Level><Task>12544</Task><Opcode>9</Opcode><Keywords>FFCFE3CFD7326FEF</Keywords><TimeCreated SystemTime='2021-01-02 11:58:11Z'/><EventRecordID>582416</EventRecordID><Correlation/><Execution ProcessID='968968' ThreadID='124130'/><Channel>Security</Channel><Computer>ops-sys-004</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1890958050-1872069252-976643203-5898</Data><Data Name='SubjectUserName'>user_j</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xB111</Data><Data Name='TargetUserSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='TargetUserName'>user_j</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetLogonId'>0xB111</Data><Data Name='LogonType'>10</Data><Data Name='LogonProcessName'>logonProcess1</Data><Data Name='AuthenticationPackageName'>Negotiate</Data><Data Name='WorkstationName'></Data><Data Name='LogonGuid'>{00000000-0000-0000-0000-000000000000}</Data><Data Name='TransmittedServices'>service_A</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0x0FC4</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_f.exe</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>59125</Data><Data Name='ImpersonationLevel'>%%1833</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{82F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4756</EventID><Version>24</Version><Level>15</Level><Task>9</Task><Opcode>6</Opcode><Keywords>64D6776EC019930A</Keywords><TimeCreated SystemTime='2021-01-02 11:59:21Z'/><EventRecordID>635138</EventRecordID><Correlation/><Execution ProcessID='639619' ThreadID='283881'/><Channel>Security</Channel><Computer>SE-005</Computer><Security/></System><EventData><Data Name='MemberName'>CN=user_e,CN=Users,DC=windows,DC=local</Data><Data Name='MemberSid'>SE-005\\\\user_e</Data><Data Name='TargetUserName'>Universal-Security-Group</Data><Data Name='TargetDomainName'>SE-005</Data><Data Name='TargetSid'>SE-005\\\\Universal-Security-Group</Data><Data Name='SubjectUserSid'>SE-005\\\\Administrator</Data><Data Name='SubjectUserName'>user_e</Data><Data Name='SubjectDomainName'>SE-005</Data><Data Name='SubjectLogonId'>0x0452</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-00C24FC2DCD2}'/><EventID>4608</EventID><Version>30</Version><Level>17</Level><Task>12288</Task><Opcode>9</Opcode><Keywords>BBD2A2DB4536EDC8</Keywords><TimeCreated SystemTime='2021-01-02 11:59:51Z'/><EventRecordID>50228</EventRecordID><Correlation/><Execution ProcessID='501126' ThreadID='488963'/><Channel>Security</Channel><Computer>HOST-006</Computer><Security/></System><EventData></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4738</EventID><Version>7</Version><Level>6</Level><Task>13824</Task><Opcode>1</Opcode><Keywords>B1BE77B06DD0F48F</Keywords><TimeCreated SystemTime='2021-01-02 12:00:01Z'/><EventRecordID>418591</EventRecordID><Correlation/><Execution ProcessID='963501' ThreadID='813977'/><Channel>Security</Channel><Computer>BUSDEV-001</Computer><Security/></System><EventData><Data Name='Dummy'>-</Data><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1548923040-1192067256-934636039-6000</Data><Data Name='SubjectUserSid'>S-1-5-32-544</Data><Data Name='SubjectUserName'>user_c</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0x5FC9</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_n</Data><Data Name='DisplayName'>user_n</Data><Data Name='UserPrincipalName'>eee@AAA.local</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>2021-01-02 12:00:01 AM</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>227</Data><Data Name='AllowedToDelegateTo'>-</Data><Data Name='OldUacValue'>0x9ABEC82</Data><Data Name='NewUacValue'>0xAB9D1DA</Data><Data Name='UserAccountControl'>WORKSTATION_TRUST_ACCOUNT - Disabled</Data><Data Name='UserParameters'>-</Data><Data Name='SidHistory'>S-1-5-21-1893938050-5465116515-976643203-9858</Data><Data Name='LogonHours'>%%1797</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4781</EventID><Version>38</Version><Level>11</Level><Task>13824</Task><Opcode>6</Opcode><Keywords>CCBC9FFDB66060D9</Keywords><TimeCreated SystemTime='2021-01-02 12:00:11Z'/><EventRecordID>938842</EventRecordID><Correlation/><Execution ProcessID='212446' ThreadID='332666'/><Channel>Security</Channel><Computer>PROD-POS-001</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_m</Data><Data Name='NewTargetUserName'>user_c</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1245327149-1292034276-934336989-1040</Data><Data Name='SubjectUserSid'>S-1-5-21-1543223040-1192067256-934636039-1030</Data><Data Name='SubjectUserName'>user_b</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0x3A81</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"10dc049f74b48fbcc83842315134bc57\"\n },\n {\n  \"current_detected_format\": \"raw_not_identified\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"1edc7d988340c1c4d5f0745759d2e87b\",\n  \"data_name\": \"main:sample10-noformat\",\n  \"data_sample_anomaly_ack_mtime\": \"1609584300\",\n  \"data_sample_anomaly_ack_status\": \"uncleared\",\n  \"data_sample_anomaly_detected\": \"1\",\n  \"data_sample_anomaly_reason\": \"no_format_at_discovery\",\n  \"data_sample_feature\": \"disabled\",\n  \"data_sample_iteration\": \"1\",\n  \"data_sample_mtime\": \"1609584300\",\n  \"data_sample_status_colour\": \"orange\",\n  \"data_sample_status_message\": \"WARNING: The data sampling feature has been disabled automatically because no event formats could be identified during the first sampling operation on Sat Jan  2 10:45:00 2021, if the format is reliable but cannot be identified by the builtin rules, you can create a custom rule to handle this format. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample10-noformat\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"raw_sample\": [\n   \" Connection closed by 80.82.77.139 port 53772 [preauth]\\n\",\n   \" Connection closed by authenticating user root 1.64.196.54 port 52872 [preauth]\\n\",\n   \" Connection closed by authenticating user root 111.255.110.143 port 36643 [preauth]\\n\",\n   \" Connection closed by authenticating user root 112.119.192.122 port 49609 [preauth]\\n\",\n   \" Connection closed by authenticating user root 116.203.246.182 port 42166 [preauth]\\n\",\n   \" Connection closed by authenticating user root 116.203.246.182 port 42190 [preauth]\\n\",\n   \" Connection closed by authenticating user root 116.49.150.157 port 58422 [preauth]\\n\",\n   \" Connection closed by authenticating user root 119.237.198.163 port 54889 [preauth]\\n\",\n   \" Connection closed by authenticating user root 166.48.123.67 port 44634 [preauth]\\n\",\n   \" Connection closed by authenticating user root 168.70.71.1 port 43833 [preauth]\\n\",\n   \" Connection closed by authenticating user root 203.218.144.220 port 47869 [preauth]\\n\",\n   \" Connection closed by authenticating user root 219.156.88.249 port 48352 [preauth]\\n\",\n   \" Connection closed by authenticating user root 219.71.134.119 port 59173 [preauth]\\n\",\n   \" Connection closed by authenticating user root 223.18.227.148 port 34319 [preauth]\\n\",\n   \" Connection closed by authenticating user root 223.18.238.18 port 37209 [preauth]\\n\",\n   \" Connection closed by authenticating user root 87.251.74.50 port 12172 [preauth]\\n\",\n   \" Connection closed by authenticating user root 87.251.74.50 port 35244 [preauth]\\n\",\n   \" Connection closed by invalid user admin 177.209.169.163 port 41019 [preauth]\\n\",\n   \" Connection closed by invalid user admin 218.250.142.238 port 43667 [preauth]\\n\",\n   \" Connection closed by invalid user admin 220.94.236.226 port 47924 [preauth]\\n\",\n   \" Connection closed by invalid user admin1 115.85.29.157 port 55129 [preauth]\\n\",\n   \" Connection closed by invalid user osmc 116.48.57.52 port 55892 [preauth]\\n\",\n   \" Connection closed by invalid user osmc 89.36.3.75 port 43010 [preauth]\\n\",\n   \" Connection closed by invalid user pi 1.64.68.229 port 46101 [preauth]\\n\",\n   \" Connection closed by invalid user ubnt 220.83.11.155 port 51801 [preauth]\\n\",\n   \" Did not receive identification string from 117.26.89.53 port 52271\\n\",\n   \" Did not receive identification string from 118.222.10.218 port 12141\\n\",\n   \" Did not receive identification string from 45.64.122.68 port 53758\\n\",\n   \" Did not receive identification string from 87.251.74.50 port 60496\\n\",\n   \" Disconnected from 222.186.15.10 port 52368 [preauth]\\n\",\n   \" Disconnected from 222.186.15.115 port 30566 [preauth]\\n\",\n   \" Disconnected from 222.186.30.167 port 54393 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.15.10 port 44186 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.175.23 port 38844 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.180.130 port 32984 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.180.130 port 35891 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.180.130 port 39055 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.180.142 port 60362 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.30.167 port 60359 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.30.35 port 49425 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.30.35 port 64118 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.30.76 port 18319 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.31.166 port 60330 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.42.136 port 24176 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.42.155 port 62682 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.52.39 port 34108 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.52.39 port 49914 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.52.39 port 61706 [preauth]\\n\",\n   \" Disconnected from invalid user cuq 164.132.44.25 port 54914 [preauth]\\n\",\n   \" Disconnected from invalid user dqe 41.249.250.209 port 57716 [preauth]\\n\",\n   \" Disconnected from invalid user kwo 139.59.10.42 port 35358 [preauth]\\n\",\n   \" Disconnected from invalid user pcx 210.9.47.154 port 45872 [preauth]\\n\",\n   \" Disconnected from invalid user qwi 192.144.183.47 port 47368 [preauth]\\n\",\n   \" Disconnected from invalid user rde 222.99.52.216 port 57610 [preauth]\\n\",\n   \" Disconnected from invalid user wangdonghui 51.75.202.218 port 36900 [preauth]\\n\",\n   \" Disconnected from invalid user whg 182.162.104.153 port 14489 [preauth]\\n\",\n   \" Disconnected from invalid user wuning 139.199.18.194 port 50718 [preauth]\\n\",\n   \" Disconnected from invalid user xoi 51.158.111.168 port 37666 [preauth]\\n\",\n   \" Disconnected from invalid user yhm 51.83.74.126 port 49898 [preauth]\\n\",\n   \" Invalid user admin from 161.117.39.81 port 54817\\n\",\n   \" Invalid user admin from 59.24.153.98 port 41436\\n\",\n   \" Invalid user admin from 87.251.74.50 port 15174\\n\",\n   \" Invalid user admin from 93.76.93.123 port 45259\\n\",\n   \" Invalid user clt from 68.183.229.218 port 44670\\n\",\n   \" Invalid user fhq from 51.91.110.249 port 46162\\n\",\n   \" Invalid user kfu from 139.59.135.84 port 50986\\n\",\n   \" Invalid user pi from 119.237.28.221 port 52983\\n\",\n   \" Invalid user pi from 220.70.197.81 port 56480\\n\",\n   \" Invalid user qgq from 90.126.248.177 port 34863\\n\",\n   \" Invalid user support from 87.251.74.50 port 44336\\n\",\n   \" Invalid user ubnt from 221.139.113.36 port 10131\\n\",\n   \" Invalid user vpr from 193.112.219.207 port 40826\\n\",\n   \" Received disconnect from 103.218.242.29 port 59806\\n\",\n   \" Received disconnect from 120.151.222.78 port 50748\\n\",\n   \" Received disconnect from 139.155.11.173 port 53062\\n\",\n   \" Received disconnect from 139.59.10.42 port 35358\\n\",\n   \" Received disconnect from 139.59.135.84 port 50986\\n\",\n   \" Received disconnect from 181.30.28.198 port 34444\\n\",\n   \" Received disconnect from 182.162.104.153 port 14489\\n\",\n   \" Received disconnect from 187.200.60.210 port 42051\\n\",\n   \" Received disconnect from 218.78.81.207 port 36894\\n\",\n   \" Received disconnect from 222.186.15.10 port 21594\\n\",\n   \" Received disconnect from 222.186.15.10 port 44186\\n\",\n   \" Received disconnect from 222.186.180.130 port 30139\\n\",\n   \" Received disconnect from 222.186.180.130 port 39055\\n\",\n   \" Received disconnect from 222.186.31.166 port 25075\\n\",\n   \" Received disconnect from 222.186.31.166 port 42999\\n\",\n   \" Received disconnect from 222.186.31.166 port 47209\\n\",\n   \" Received disconnect from 222.186.31.166 port 60330\\n\",\n   \" Received disconnect from 222.186.31.83 port 36534\\n\",\n   \" Received disconnect from 222.186.42.7 port 44666\\n\",\n   \" Received disconnect from 222.186.42.7 port 53885\\n\",\n   \" Received disconnect from 51.75.202.218 port 36900\\n\",\n   \" Received disconnect from 51.83.74.126 port 49898\\n\",\n   \" Received disconnect from 58.16.187.26 port 48502\\n\",\n   \" Received disconnect from 77.65.79.150 port 39622\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"12d141af2a40a24ad63689e93379016a\"\n },\n {\n  \"current_detected_format\": [\n   \"raw_not_identified\",\n   \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n   \"raw_start_by_timestamp %b %d %H:%M:%S.%3N\",\n   \"raw_start_by_timestamp %b %d %H:%M:%S:%3N\"\n  ],\n  \"current_detected_format_dcount\": \"4\",\n  \"current_detected_format_id\": [\n   \"1df57f638347eaed4025430a1258be54\",\n   \"1edc7d988340c1c4d5f0745759d2e87b\",\n   \"350aacf6b8e561259c7c61a1942f43ca\",\n   \"91bada58bc7f6b93cbe8b69384191bdd\"\n  ],\n  \"data_name\": \"main:sample8-multiformat\",\n  \"data_sample_anomaly_ack_mtime\": \"1609584300\",\n  \"data_sample_anomaly_ack_status\": \"uncleared\",\n  \"data_sample_anomaly_detected\": \"1\",\n  \"data_sample_anomaly_reason\": \"multiformat_at_discovery\",\n  \"data_sample_feature\": \"disabled\",\n  \"data_sample_iteration\": \"1\",\n  \"data_sample_mtime\": \"1609584300\",\n  \"data_sample_status_colour\": \"orange\",\n  \"data_sample_status_message\": \"WARNING: The data sampling feature has been disabled automatically because multiple event formats were detected during the first sampling operation on Sat Jan  2 10:45:00 2021, sourcetypes containing multiple types of formats cannot be monitored by the data sampling properly. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample8-multiformat\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"true\",\n  \"raw_sample\": [\n   \" -Process= \\\"Exec\\\", ipl= 0, pid= 92,  -Traceback= 0x6144B520 0x60013384 0x600192E4 0x6001993C 0x634B3F08 0x622AC62C 0x622AD9D8 0x622AE560 0x622AFEC4 0x6252CD28 0x6252D120 0x6252E004 0x6252E28C 0x62562FC4 0x6256D75C 0x6255A8F4\\n\",\n   \"2021-01-02 10:41:01 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgActWr_KB=167772.00, AvgAct_KB=335544.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=7251908.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=8388556.00, AvgOvrhdMax_KB=183532.00, AvgOvrhd_KB=116488.00, AvgShrd_KB=1643200.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=0.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=0.00, AvgSwpd_KB=0.00, AvgUsg_pct=3.99, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=277124.00, MaxAct_KB=335544.00, MaxConsum_KB=7251908.00, MaxGrtd_KB=8388556.00, MaxOvrhd_KB=116488.00, MaxShrd_KB=1643200.00, MaxSwpIn_KB=0.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=0.00, MaxSwpd_KB=0.00, MaxUsg_pct=3.99, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=277124.00, MinAct_KB=335544.00, MinConsum_KB=7251908.00, MinGrtd_KB=8388556.00, MinOvrhd_KB=116488.00, MinShrd_KB=1643200.00, MinSwpIn_KB=0.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=0.00, MinSwpd_KB=0.00, MinUsg_pct=3.99, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=277124.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 10:41:01 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 10:41:11 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, SumHeartbeat=0.00, Uptime_sec=86747.00, perftype=sys\\n\",\n   \"2021-01-02 10:41:11 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgRd_KBps=0.00, AvgUsg_KBps=9.00, AvgWr_KBps=9.00, MaxTotLat_ms=1.00, MaxUsg_KBps=9.00, MinUsg_KBps=9.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 10:41:21 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgRd_KBps=0.00, AvgUsg_KBps=9.00, AvgWr_KBps=9.00, MaxTotLat_ms=1.00, MaxUsg_KBps=9.00, MinUsg_KBps=9.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 10:41:21 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 10:41:32 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, ActAvg15m_pct=12.00, ActAvg1m_pct=10.00, ActAvg5m_pct=16.00, ActPk15m_pct=65.00, ActPk1m_pct=65.00, ActPk5m_pct=69.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=11.00, RunAvg1m_pct=9.00, RunAvg5m_pct=14.00, RunPk15m_pct=55.00, RunPk1m_pct=64.00, RunPk5m_pct=64.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 10:41:32 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, ActAvg15m_pct=1.00, ActAvg1m_pct=1.00, ActAvg5m_pct=1.00, ActPk15m_pct=2.00, ActPk1m_pct=2.00, ActPk5m_pct=2.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=1.00, RunAvg1m_pct=1.00, RunAvg5m_pct=1.00, RunPk15m_pct=2.00, RunPk1m_pct=2.00, RunPk5m_pct=2.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 10:41:32 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, AvgRd_KBps=0.00, AvgUsg_KBps=0.00, AvgWr_KBps=0.00, MaxTotLat_ms=0.00, MaxUsg_KBps=0.00, MinUsg_KBps=0.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 10:41:42 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgUsg_mhz=57.00, AvgUsg_pct=1.08, MaxUsg_mhz=57.00, MaxUsg_pct=1.08, MinUsg_mhz=57.00, MinUsg_pct=1.08, SumRdy_ms=32.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 10:41:42 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, AvgActWr_KB=0.00, AvgAct_KB=0.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=611732.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=6012888.00, AvgOvrhdMax_KB=179392.00, AvgOvrhd_KB=63320.00, AvgShrd_KB=5472124.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=41076.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=34120.00, AvgSwpd_KB=95292.00, AvgUsg_pct=0.00, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=5232424.00, MaxAct_KB=0.00, MaxConsum_KB=611732.00, MaxGrtd_KB=6012888.00, MaxOvrhd_KB=63320.00, MaxShrd_KB=5472124.00, MaxSwpIn_KB=41076.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=34120.00, MaxSwpd_KB=95292.00, MaxUsg_pct=0.00, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=5232424.00, MinAct_KB=0.00, MinConsum_KB=611732.00, MinGrtd_KB=6012888.00, MinOvrhd_KB=63320.00, MinShrd_KB=5472124.00, MinSwpIn_KB=41076.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=34120.00, MinSwpd_KB=95292.00, MinUsg_pct=0.00, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=5232424.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 10:41:52 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, AvgActWr_KB=0.00, AvgAct_KB=0.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=611732.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=6012888.00, AvgOvrhdMax_KB=179392.00, AvgOvrhd_KB=63320.00, AvgShrd_KB=5472124.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=41076.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=34120.00, AvgSwpd_KB=95292.00, AvgUsg_pct=0.00, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=5232424.00, MaxAct_KB=0.00, MaxConsum_KB=611732.00, MaxGrtd_KB=6012888.00, MaxOvrhd_KB=63320.00, MaxShrd_KB=5472124.00, MaxSwpIn_KB=41076.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=34120.00, MaxSwpd_KB=95292.00, MaxUsg_pct=0.00, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=5232424.00, MinAct_KB=0.00, MinConsum_KB=611732.00, MinGrtd_KB=6012888.00, MinOvrhd_KB=63320.00, MinShrd_KB=5472124.00, MinSwpIn_KB=41076.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=34120.00, MinSwpd_KB=95292.00, MinUsg_pct=0.00, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=5232424.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 10:42:02 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, SumHeartbeat=0.00, Uptime_sec=86747.00, perftype=sys\\n\",\n   \"2021-01-02 10:42:02 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, SumHeartbeat=0.00, Uptime_sec=161163.00, perftype=sys\\n\",\n   \"2021-01-02 10:42:12 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgActWr_KB=41940.00, AvgAct_KB=83884.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=1175888.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=2089248.00, AvgOvrhdMax_KB=109436.00, AvgOvrhd_KB=33924.00, AvgShrd_KB=1021180.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=0.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=0.00, AvgSwpd_KB=0.00, AvgUsg_pct=3.99, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=852608.00, MaxAct_KB=83884.00, MaxConsum_KB=1175888.00, MaxGrtd_KB=2089248.00, MaxOvrhd_KB=33924.00, MaxShrd_KB=1021180.00, MaxSwpIn_KB=0.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=0.00, MaxSwpd_KB=0.00, MaxUsg_pct=3.99, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=852608.00, MinAct_KB=83884.00, MinConsum_KB=1175888.00, MinGrtd_KB=2089248.00, MinOvrhd_KB=33924.00, MinShrd_KB=1021180.00, MinSwpIn_KB=0.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=0.00, MinSwpd_KB=0.00, MinUsg_pct=3.99, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=852608.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 10:42:33 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgRvcd_KBps=0.00, AvgUsg_KBps=0.00, AvgXmit_KBps=0.00, MaxUsg_KBps=0.00, MinUsg_KBps=0.00, perftype=net\\n\",\n   \"2021-01-02 10:42:33 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgActWr_KB=167772.00, AvgAct_KB=335544.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=7251908.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=8388556.00, AvgOvrhdMax_KB=183532.00, AvgOvrhd_KB=116488.00, AvgShrd_KB=1643200.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=0.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=0.00, AvgSwpd_KB=0.00, AvgUsg_pct=3.99, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=277124.00, MaxAct_KB=335544.00, MaxConsum_KB=7251908.00, MaxGrtd_KB=8388556.00, MaxOvrhd_KB=116488.00, MaxShrd_KB=1643200.00, MaxSwpIn_KB=0.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=0.00, MaxSwpd_KB=0.00, MaxUsg_pct=3.99, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=277124.00, MinAct_KB=335544.00, MinConsum_KB=7251908.00, MinGrtd_KB=8388556.00, MinOvrhd_KB=116488.00, MinShrd_KB=1643200.00, MinSwpIn_KB=0.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=0.00, MinSwpd_KB=0.00, MinUsg_pct=3.99, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=277124.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 10:42:43 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgRd_KBps=0.00, AvgUsg_KBps=23.00, AvgWr_KBps=23.00, MaxTotLat_ms=0.00, MaxUsg_KBps=23.00, MinUsg_KBps=23.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 10:42:43 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 10:42:43 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumHeartbeat=30.00, Uptime_sec=482684.00, perftype=sys\\n\",\n   \"2021-01-02 10:42:53 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgRd_KBps=0.00, AvgUsg_KBps=7.00, AvgWr_KBps=7.00, MaxTotLat_ms=0.00, MaxUsg_KBps=7.00, MinUsg_KBps=7.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 10:42:53 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, ActAvg15m_pct=3.00, ActAvg1m_pct=3.00, ActAvg5m_pct=2.00, ActPk15m_pct=3.00, ActPk1m_pct=4.00, ActPk5m_pct=3.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=2.00, RunAvg1m_pct=2.00, RunAvg5m_pct=2.00, RunPk15m_pct=3.00, RunPk1m_pct=4.00, RunPk5m_pct=3.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 10:43:04 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumHeartbeat=30.00, Uptime_sec=482684.00, perftype=sys\\n\",\n   \"2021-01-02 10:43:14 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgUsg_mhz=61.00, AvgUsg_pct=2.32, MaxUsg_mhz=61.00, MaxUsg_pct=2.32, MinUsg_mhz=61.00, MinUsg_pct=2.32, SumRdy_ms=9.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 10:43:14 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, AvgActWr_KB=0.00, AvgAct_KB=0.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=611732.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=6012888.00, AvgOvrhdMax_KB=179392.00, AvgOvrhd_KB=63320.00, AvgShrd_KB=5472124.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=41076.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=34120.00, AvgSwpd_KB=95292.00, AvgUsg_pct=0.00, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=5232424.00, MaxAct_KB=0.00, MaxConsum_KB=611732.00, MaxGrtd_KB=6012888.00, MaxOvrhd_KB=63320.00, MaxShrd_KB=5472124.00, MaxSwpIn_KB=41076.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=34120.00, MaxSwpd_KB=95292.00, MaxUsg_pct=0.00, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=5232424.00, MinAct_KB=0.00, MinConsum_KB=611732.00, MinGrtd_KB=6012888.00, MinOvrhd_KB=63320.00, MinShrd_KB=5472124.00, MinSwpIn_KB=41076.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=34120.00, MinSwpd_KB=95292.00, MinUsg_pct=0.00, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=5232424.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 10:43:34 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, ActAvg15m_pct=3.00, ActAvg1m_pct=3.00, ActAvg5m_pct=2.00, ActPk15m_pct=3.00, ActPk1m_pct=4.00, ActPk5m_pct=3.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=2.00, RunAvg1m_pct=2.00, RunAvg5m_pct=2.00, RunPk15m_pct=3.00, RunPk1m_pct=4.00, RunPk5m_pct=3.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 10:43:44 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, ActAvg15m_pct=12.00, ActAvg1m_pct=10.00, ActAvg5m_pct=16.00, ActPk15m_pct=65.00, ActPk1m_pct=65.00, ActPk5m_pct=69.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=11.00, RunAvg1m_pct=9.00, RunAvg5m_pct=14.00, RunPk15m_pct=55.00, RunPk1m_pct=64.00, RunPk5m_pct=64.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 10:43:44 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, SumHeartbeat=0.00, Uptime_sec=86747.00, perftype=sys\\n\",\n   \"2021-01-02 10:43:54 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgRd_KBps=0.00, AvgUsg_KBps=23.00, AvgWr_KBps=23.00, MaxTotLat_ms=0.00, MaxUsg_KBps=23.00, MinUsg_KBps=23.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 10:43:54 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgActWr_KB=41940.00, AvgAct_KB=83884.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=1175888.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=2089248.00, AvgOvrhdMax_KB=109436.00, AvgOvrhd_KB=33924.00, AvgShrd_KB=1021180.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=0.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=0.00, AvgSwpd_KB=0.00, AvgUsg_pct=3.99, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=852608.00, MaxAct_KB=83884.00, MaxConsum_KB=1175888.00, MaxGrtd_KB=2089248.00, MaxOvrhd_KB=33924.00, MaxShrd_KB=1021180.00, MaxSwpIn_KB=0.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=0.00, MaxSwpd_KB=0.00, MaxUsg_pct=3.99, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=852608.00, MinAct_KB=83884.00, MinConsum_KB=1175888.00, MinGrtd_KB=2089248.00, MinOvrhd_KB=33924.00, MinShrd_KB=1021180.00, MinSwpIn_KB=0.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=0.00, MinSwpd_KB=0.00, MinUsg_pct=3.99, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=852608.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 10:44:04 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, SumHeartbeat=0.00, Uptime_sec=161163.00, perftype=sys\\n\",\n   \"2021-01-02 10:44:24 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgRd_KBps=0.00, AvgUsg_KBps=7.00, AvgWr_KBps=7.00, MaxTotLat_ms=0.00, MaxUsg_KBps=7.00, MinUsg_KBps=7.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 10:44:34 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgRvcd_KBps=0.00, AvgUsg_KBps=0.00, AvgXmit_KBps=0.00, MaxUsg_KBps=0.00, MinUsg_KBps=0.00, perftype=net\\n\",\n   \"2021-01-02 10:44:44 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgUsg_mhz=35.00, AvgUsg_pct=1.31, MaxUsg_mhz=35.00, MaxUsg_pct=1.31, MinUsg_mhz=35.00, MinUsg_pct=1.31, SumRdy_ms=12.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 10:44:54 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgRvcd_KBps=0.00, AvgUsg_KBps=0.00, AvgXmit_KBps=0.00, MaxUsg_KBps=0.00, MinUsg_KBps=0.00, perftype=net\\n\",\n   \"2021-01-02 10:44:54 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, ActAvg15m_pct=1.00, ActAvg1m_pct=1.00, ActAvg5m_pct=1.00, ActPk15m_pct=2.00, ActPk1m_pct=2.00, ActPk5m_pct=2.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=1.00, RunAvg1m_pct=1.00, RunAvg5m_pct=1.00, RunPk15m_pct=2.00, RunPk1m_pct=2.00, RunPk5m_pct=2.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 10:45:04 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, ActAvg15m_pct=12.00, ActAvg1m_pct=10.00, ActAvg5m_pct=16.00, ActPk15m_pct=65.00, ActPk1m_pct=65.00, ActPk5m_pct=69.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=11.00, RunAvg1m_pct=9.00, RunAvg5m_pct=14.00, RunPk15m_pct=55.00, RunPk1m_pct=64.00, RunPk5m_pct=64.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 10:45:04 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumHeartbeat=30.00, Uptime_sec=482684.00, perftype=sys\\n\",\n   \"Alternate Pool: None  Free: 0  Cause: No Alternate pool\\n\",\n   \"Jan 02 10:41:01.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 200 to area 100\\n\",\n   \"Jan 02 10:41:11.091: OSPF: Rcv pkt from 192.168.1.2, FastEthernet0/0: Mismatch Authentication type. Input packet specified type 0, we use type 2\\n\",\n   \"Jan 02 10:41:11.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from Zytek AC Power Supply to removed\\n\",\n   \"Jan 02 10:41:32:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 10:41:42.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from Zytek AC Power Supply to removed\\n\",\n   \"Jan 02 10:41:52.071: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:41:52.575: %SYS-5-CONFIG_I: Configured from console by console\\n\",\n   \"Jan 02 10:41:52.831: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from FULL to DOWN, Neighbor Down: Dead timer expired\\n\",\n   \"Jan 02 10:42:02.095: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:42:02.499: %IP-4-DUPADDR: Duplicate address 192.168.1.1 on FastEthernet0/0, sourced by c201.168c.0000\\n\",\n   \"Jan 02 10:42:12.135: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:42:23.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:42:23.407: %SYS-2-CHUNKEXPANDFAIL: Could not expand chunk pool for regex. No memory available -Process= \\\"Chunk Manager\\\", ipl= 4, pid= 1,  -Traceback= 0x6144B520 0x60024E24 0x6273BAAC 0x6273BA90\\n\",\n   \"Jan 02 10:42:23.607: OSPF: Rcv pkt from 192.168.1.2, FastEthernet0/0: Mismatch Authentication type. Input packet specified type 0, we use type 2\\n\",\n   \"Jan 02 10:42:23:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 10:42:33.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from Zytek AC Power Supply to removed\\n\",\n   \"Jan 02 10:42:33.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from removed to Zytek AC Power Supply\\n\",\n   \"Jan 02 10:42:53.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 200 to area 100\\n\",\n   \"Jan 02 10:42:53.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from Zytek AC Power Supply to removed\\n\",\n   \"Jan 02 10:43:04.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:43:04.419: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from FULL to DOWN, Neighbor Down: Dead timer expired\\n\",\n   \"Jan 02 10:43:14.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from Zytek AC Power Supply to removed\\n\",\n   \"Jan 02 10:43:14.407: %SYS-2-MALLOCFAIL: Memory allocation of 10260 bytes failed from 0x622AC624, alignment 0\\n\",\n   \"Jan 02 10:43:24.095: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:24.135: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:24.411: OSPF: Rcv pkt from 192.168.1.2, FastEthernet0/0: Mismatch Authentication type. Input packet specified type 0, we use type 2\\n\",\n   \"Jan 02 10:43:34.071: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:34.135: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:34.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from removed to Zytek AC Power Supply\\n\",\n   \"Jan 02 10:43:44.135: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:44.723: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:54.099: %SYS-5-CONFIG_I: Configured from console by console\\n\",\n   \"Jan 02 10:43:54.831: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from FULL to DOWN, Neighbor Down: Dead timer expired\\n\",\n   \"Jan 02 10:44:04.135: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:44:04.575: %SYS-5-CONFIG_I: Configured from console by console\\n\",\n   \"Jan 02 10:44:14.047: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up\\n\",\n   \"Jan 02 10:44:14.099: %SYS-5-CONFIG_I: Configured from console by console\\n\",\n   \"Jan 02 10:44:14.295: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:44:14.487: %NBAR-2-NOMEMORY: No memory available for StILE lmalloc,  -Traceback= 0x6144B520 0x6254FA1C 0x62551FB0 0x62552584 0x6252C7CC 0x6252DA78 0x6252E014 0x6252E28C 0x62562FC4 0x6256D75C 0x6255A8F4 0x6255DA14 0x6255FBE8 0x6255FED8 0x61497954 0x614BB718\\n\",\n   \"Jan 02 10:44:24.091: OSPF: Rcv pkt from 192.168.1.2, FastEthernet0/0: Mismatch Authentication type. Input packet specified type 0, we use type 2\\n\",\n   \"Jan 02 10:44:24.303: %SYS-5-CONFIG_I: Configured from console by console\\n\",\n   \"Jan 02 10:44:24.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from removed to Zytek AC Power Supply\\n\",\n   \"Jan 02 10:44:34.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:44:34.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from removed to Zytek AC Power Supply\\n\",\n   \"Jan 02 10:44:44.047: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up\\n\",\n   \"Jan 02 10:44:44.295: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:44:54.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:45:04.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 200 to area 100\\n\",\n   \"Mar  8  12:30:00.967: %ENVM-3-BLOWER : Fan 1 may have failed\\n\",\n   \"Mar  8  12:32:00.967: %ENVM-3-BLOWER : Fan 1 may have failed\\n\",\n   \"Mar  8  12:33:00.967: %ENVM-3-BLOWER : Fan 1 may have failed\\n\",\n   \"Pool: Processor  Free: 21244  Cause: Memory fragmentation\\n\",\n   \"Pool: Processor  Free: 29796  Cause: Memory fragmentation\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"14100d16ac7c8cdaca2c1bcc6874c6f8\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %m-%d-%Y %H:%M:%S\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"4ff6aa7bc82b6f29a6442732990aa3cf\",\n  \"data_name\": \"main:sample2\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"8\",\n  \"data_sample_mtime\": \"1609588800\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:00:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample2\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %m-%d-%Y %H:%M:%S\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"4ff6aa7bc82b6f29a6442732990aa3cf\",\n  \"raw_sample\": [\n   \"01-02-2021 11:58:09.369 INFO  Metrics - group=queue, name=tcpin_queue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0\\n\",\n   \"01-02-2021 11:58:09.573 INFO  Metrics - group=queue, name=parsingqueue, max_size_kb=6144, current_size_kb=0, current_size=0, largest_size=2, smallest_size=0\\n\",\n   \"01-02-2021 11:58:19.256 INFO  Metrics - group=pipeline, name=typing, processor=previewout, cpu_seconds=0.000000, executes=47, cumulative_hits=30072\\n\",\n   \"01-02-2021 11:58:19.373 INFO  Metrics - group=pipeline, name=merging, processor=aggregator, cpu_seconds=0.000000, executes=86, cumulative_hits=32260\\n\",\n   \"01-02-2021 11:58:19.424 INFO  LicenseUsage - type=Usage s=\\\"/var/log/be/event.log\\\" st=\\\"be_log\\\" h=\\\"host1.foobar.com\\\" o=\\\"\\\" i=\\\"07FA3247-3FD1-48BF-8BC4-B8D76DCE63F5\\\" pool=\\\"auto_generated_pool_enterprise\\\" b=3977 poolsz=10737418240\\n\",\n   \"01-02-2021 11:58:19.709 INFO  Metrics - group=thruput, name=index_thruput, instantaneous_kbps=1.262388, instantaneous_eps=5.957074, average_kbps=0.193592, total_k_processed=4659, kb=38.780273, ev=183, load_average=1.042480\\n\",\n   \"01-02-2021 11:58:29.342 INFO  Metrics - group=pipeline, name=parsing, processor=header, cpu_seconds=0.000000, executes=83, cumulative_hits=31939\\n\",\n   \"01-02-2021 11:58:29.343 INFO  Metrics - group=queue, name=aq, max_size_kb=10240, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0\\n\",\n   \"01-02-2021 11:58:29.459 INFO  Metrics - group=mpool, max_used_interval=11558, max_used=95646, avg_rsv=251, capacity=268435456, used=0\\n\",\n   \"01-02-2021 11:58:29.603 INFO  Metrics - group=per_index_thruput, series=\\\"_audit\\\", kbps=0.069802, eps=0.193356, kb=2.166016, ev=6, avg_age=0.000000, max_age=0\\n\",\n   \"01-02-2021 11:58:39.402 INFO  Metrics - group=thruput, name=index_thruput, instantaneous_kbps=0.277605, instantaneous_eps=1.749341, average_kbps=0.189935, total_k_processed=4524, kb=8.569336, ev=54, load_average=1.299316\\n\",\n   \"01-02-2021 11:58:39.532 INFO  Metrics - group=pipeline, name=fschangemanager, processor=sendindex, cpu_seconds=0.000000, executes=1, cumulative_hits=523\\n\",\n   \"01-02-2021 11:58:39.581 INFO  Metrics - group=pipeline, name=parsing, processor=sendout, cpu_seconds=0.000000, executes=49, cumulative_hits=32968\\n\",\n   \"01-02-2021 11:58:39.988 INFO  Metrics - group=pipeline, name=merging, processor=sendout, cpu_seconds=0.000000, executes=309, cumulative_hits=31843\\n\",\n   \"01-02-2021 11:58:49.343 INFO  Metrics - group=queue, name=typingqueue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=1, smallest_size=0\\n\",\n   \"01-02-2021 11:58:49.404 INFO  Metrics - group=pipeline, name=indexerpipe, processor=signing, cpu_seconds=0.000000, executes=102, cumulative_hits=47421\\n\",\n   \"01-02-2021 11:58:49.469 INFO  Metrics - group=pipeline, name=parsing, processor=linebreaker, cpu_seconds=0.000000, executes=57, cumulative_hits=34094\\n\",\n   \"01-02-2021 11:58:49.505 INFO  Metrics - group=queue, name=exec, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0\\n\",\n   \"01-02-2021 11:58:59.401 INFO  Metrics - group=pipeline, name=fschangemanager, processor=fschangemanager, cpu_seconds=0.000000, executes=1, cumulative_hits=524\\n\",\n   \"01-02-2021 11:58:59.402 INFO  Metrics - group=per_source_thruput, series=\\\"/applications/splunk/var/log/splunk/license_usage.log\\\", kbps=0.007238, eps=0.032225, kb=0.224609, ev=1, avg_age=1.000000, max_age=1\\n\",\n   \"01-02-2021 11:58:59.408 INFO  Metrics - group=queue, name=stashparsing, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0\\n\",\n   \"01-02-2021 11:58:59.436 INFO  Metrics - group=pipeline, name=fschangemanager, processor=fschangemanager, cpu_seconds=0.000000, executes=1, cumulative_hits=520\\n\",\n   \"01-02-2021 11:59:09.504 INFO  Metrics - group=per_index_thruput, series=\\\"main\\\", kbps=0.066901, eps=0.483346, kb=2.076172, ev=15, avg_age=1.666667, max_age=3\\n\",\n   \"01-02-2021 11:59:09.708 INFO  Metrics - group=searchscheduler, dispatched=0, skipped=0, total_lag=0, max_ready=0, max_pending=0, max_lag=0, max_running=0, actions_triggered=0, completed=0, total_runtime=0.000, max_runtime=0.000\\n\",\n   \"01-02-2021 11:59:09.989 INFO  Metrics - group=pipeline, name=parsing, processor=linebreaker, cpu_seconds=69.057327, executes=343, cumulative_hits=34986\\n\",\n   \"01-02-2021 11:59:09.990 INFO  Metrics - group=per_sourcetype_thruput, series=\\\"splunkd\\\", kbps=0.234418, eps=1.479924, kb=7.127930, ev=45, avg_age=0.000000, max_age=0\\n\",\n   \"01-02-2021 11:59:19.341 INFO  Metrics - group=pipeline, name=indexerpipe, processor=indexin, cpu_seconds=0.000000, executes=79, cumulative_hits=46393\\n\",\n   \"01-02-2021 11:59:19.369 INFO  Metrics - group=map, name=pipelineinputchannel, current_size=23, inactive_channels=4, new_channels=0, removed_channels=0, reclaimed_channels=0, timedout_channels=0, abandoned_channels=0\\n\",\n   \"01-02-2021 11:59:19.551 INFO  Metrics - group=pipeline, name=fschangemanager, processor=sendindex, cpu_seconds=0.000000, executes=1, cumulative_hits=529\\n\",\n   \"01-02-2021 11:59:19.989 INFO  Metrics - group=thruput, name=index_thruput, instantaneous_kbps=1.779474, instantaneous_eps=9.372853, average_kbps=0.192259, total_k_processed=4621, kb=54.108398, ev=285, load_average=1.035645\\n\",\n   \"01-02-2021 11:59:29.314 INFO  Metrics - group=realtime_search_data, system total, drop_count=0\\n\",\n   \"01-02-2021 11:59:29.344 INFO  Metrics - group=search_concurrency, system total, active_hist_searches=0, active_realtime_searches=0\\n\",\n   \"01-02-2021 11:59:29.401 INFO  Metrics - group=pipeline, name=indexerpipe, processor=tcp-output-generic-processor, cpu_seconds=0.000000, executes=87, cumulative_hits=47886\\n\",\n   \"01-02-2021 11:59:29.403 INFO  Metrics - group=queue, name=fschangemanager_queue, max_size_kb=5120, current_size_kb=0, current_size=0, largest_size=1, smallest_size=0\\n\",\n   \"01-02-2021 11:59:39.343 INFO  Metrics - group=per_host_thruput, series=\\\"host1.foobar.com\\\", kbps=0.102997, eps=0.741151, kb=3.196289, ev=23, avg_age=2.086957, max_age=3\\n\",\n   \"01-02-2021 11:59:39.491 INFO  Metrics - group=pipeline, name=typing, processor=regexreplacement, cpu_seconds=0.000000, executes=47, cumulative_hits=31389\\n\",\n   \"01-02-2021 11:59:39.532 INFO  Metrics - group=pipeline, name=indexerpipe, processor=signing, cpu_seconds=0.000000, executes=106, cumulative_hits=47799\\n\",\n   \"01-02-2021 11:59:39.991 INFO  Metrics - group=queue, name=auditqueue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=1, smallest_size=0\\n\",\n   \"01-02-2021 11:59:49.285 INFO  Metrics - group=pipeline, name=fschangemanager, processor=fschangemanager, cpu_seconds=0.000000, executes=1, cumulative_hits=508\\n\",\n   \"01-02-2021 11:59:49.286 INFO  Metrics - group=per_source_thruput, series=\\\"/applications/splunk/var/log/splunk/metrics.log\\\", kbps=0.229712, eps=1.450219, kb=7.127930, ev=45, avg_age=1.000000, max_age=1\\n\",\n   \"01-02-2021 11:59:49.343 INFO  Metrics - group=queue, name=indexqueue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=2, smallest_size=0\\n\",\n   \"01-02-2021 11:59:49.522 INFO  Metrics - group=queue, name=tcpin_queue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0\\n\",\n   \"01-02-2021 11:59:59.278 INFO  Metrics - group=queue, name=exec, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0\\n\",\n   \"01-02-2021 11:59:59.310 INFO  Metrics - group=pipeline, name=typing, processor=annotator, cpu_seconds=0.000000, executes=79, cumulative_hits=30493\\n\",\n   \"01-02-2021 11:59:59.433 INFO  Metrics - group=pipeline, name=indexerpipe, processor=tcp-output-generic-processor, cpu_seconds=0.000000, executes=84, cumulative_hits=47970\\n\",\n   \"01-02-2021 11:59:59.709 INFO  Metrics - group=per_sourcetype_thruput, series=\\\"splunkd\\\", kbps=0.307753, eps=1.888034, kb=9.454102, ev=58, avg_age=1.000000, max_age=1\\n\",\n   \"01-02-2021 12:00:09.277 INFO  Metrics - group=pipeline, name=parsing, processor=readerin, cpu_seconds=0.000000, executes=20, cumulative_hits=4650\\n\",\n   \"01-02-2021 12:00:09.285 INFO  Metrics - group=pipeline, name=fschangemanager, processor=fschangemanager, cpu_seconds=0.000000, executes=1, cumulative_hits=508\\n\",\n   \"01-02-2021 12:00:09.285 INFO  Metrics - group=pipeline, name=parsing, processor=readerin, cpu_seconds=0.000000, executes=4, cumulative_hits=4593\\n\",\n   \"01-02-2021 12:00:09.434 INFO  Metrics - group=map, name=pipelineinputchannel, current_size=23, inactive_channels=4, new_channels=0, removed_channels=0, reclaimed_channels=0, timedout_channels=0, abandoned_channels=0\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"2004bcb425a16f82c728dc1919cc25eb\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"data_name\": \"main:sample7\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"8\",\n  \"data_sample_mtime\": \"1609588800\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:00:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample7\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"raw_sample\": [\n   \"2021-01-02 11:58:10 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgRvcd_KBps=0.00, AvgUsg_KBps=0.00, AvgXmit_KBps=0.00, MaxUsg_KBps=0.00, MinUsg_KBps=0.00, perftype=net\\n\",\n   \"2021-01-02 11:58:10 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 11:58:20 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 11:58:20 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, ActAvg15m_pct=3.00, ActAvg1m_pct=3.00, ActAvg5m_pct=2.00, ActPk15m_pct=3.00, ActPk1m_pct=4.00, ActPk5m_pct=3.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=2.00, RunAvg1m_pct=2.00, RunAvg5m_pct=2.00, RunPk15m_pct=3.00, RunPk1m_pct=4.00, RunPk5m_pct=3.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 11:58:20 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 11:58:20 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumHeartbeat=30.00, Uptime_sec=482684.00, perftype=sys\\n\",\n   \"2021-01-02 11:58:30 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgRd_KBps=0.00, AvgUsg_KBps=23.00, AvgWr_KBps=23.00, MaxTotLat_ms=0.00, MaxUsg_KBps=23.00, MinUsg_KBps=23.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 11:58:30 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, SumHeartbeat=0.00, Uptime_sec=169138.00, perftype=sys\\n\",\n   \"2021-01-02 11:58:30 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, ActAvg15m_pct=3.00, ActAvg1m_pct=3.00, ActAvg5m_pct=2.00, ActPk15m_pct=3.00, ActPk1m_pct=4.00, ActPk5m_pct=3.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=2.00, RunAvg1m_pct=2.00, RunAvg5m_pct=2.00, RunPk15m_pct=3.00, RunPk1m_pct=4.00, RunPk5m_pct=3.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 11:58:30 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumHeartbeat=30.00, Uptime_sec=482684.00, perftype=sys\\n\",\n   \"2021-01-02 11:58:40 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, SumHeartbeat=0.00, Uptime_sec=161163.00, perftype=sys\\n\",\n   \"2021-01-02 11:58:40 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, AvgUsg_mhz=70.00, AvgUsg_pct=2.65, MaxUsg_mhz=70.00, MaxUsg_pct=2.65, MinUsg_mhz=70.00, MinUsg_pct=2.65, SumRdy_ms=253.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 11:58:40 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 11:58:40 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumHeartbeat=30.00, Uptime_sec=482684.00, perftype=sys\\n\",\n   \"2021-01-02 11:58:50 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 11:58:50 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, SumHeartbeat=0.00, Uptime_sec=86747.00, perftype=sys\\n\",\n   \"2021-01-02 11:58:50 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 11:58:50 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, AvgActWr_KB=0.00, AvgAct_KB=0.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=611732.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=6012888.00, AvgOvrhdMax_KB=179392.00, AvgOvrhd_KB=63320.00, AvgShrd_KB=5472124.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=41076.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=34120.00, AvgSwpd_KB=95292.00, AvgUsg_pct=0.00, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=5232424.00, MaxAct_KB=0.00, MaxConsum_KB=611732.00, MaxGrtd_KB=6012888.00, MaxOvrhd_KB=63320.00, MaxShrd_KB=5472124.00, MaxSwpIn_KB=41076.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=34120.00, MaxSwpd_KB=95292.00, MaxUsg_pct=0.00, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=5232424.00, MinAct_KB=0.00, MinConsum_KB=611732.00, MinGrtd_KB=6012888.00, MinOvrhd_KB=63320.00, MinShrd_KB=5472124.00, MinSwpIn_KB=41076.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=34120.00, MinSwpd_KB=95292.00, MinUsg_pct=0.00, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=5232424.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 11:59:00 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, ActAvg15m_pct=12.00, ActAvg1m_pct=10.00, ActAvg5m_pct=16.00, ActPk15m_pct=65.00, ActPk1m_pct=65.00, ActPk5m_pct=69.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=11.00, RunAvg1m_pct=9.00, RunAvg5m_pct=14.00, RunPk15m_pct=55.00, RunPk1m_pct=64.00, RunPk5m_pct=64.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 11:59:00 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgRd_KBps=0.00, AvgUsg_KBps=7.00, AvgWr_KBps=7.00, MaxTotLat_ms=0.00, MaxUsg_KBps=7.00, MinUsg_KBps=7.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 11:59:00 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgRvcd_KBps=0.00, AvgUsg_KBps=15.00, AvgXmit_KBps=14.00, MaxUsg_KBps=15.00, MinUsg_KBps=15.00, perftype=net\\n\",\n   \"2021-01-02 11:59:00 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 11:59:10 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgUsg_mhz=61.00, AvgUsg_pct=2.32, MaxUsg_mhz=61.00, MaxUsg_pct=2.32, MinUsg_mhz=61.00, MinUsg_pct=2.32, SumRdy_ms=9.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 11:59:10 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 11:59:10 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, SumHeartbeat=0.00, Uptime_sec=169138.00, perftype=sys\\n\",\n   \"2021-01-02 11:59:10 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, ActAvg15m_pct=3.00, ActAvg1m_pct=3.00, ActAvg5m_pct=2.00, ActPk15m_pct=3.00, ActPk1m_pct=4.00, ActPk5m_pct=3.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=2.00, RunAvg1m_pct=2.00, RunAvg5m_pct=2.00, RunPk15m_pct=3.00, RunPk1m_pct=4.00, RunPk5m_pct=3.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 11:59:20 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, ActAvg15m_pct=12.00, ActAvg1m_pct=10.00, ActAvg5m_pct=16.00, ActPk15m_pct=65.00, ActPk1m_pct=65.00, ActPk5m_pct=69.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=11.00, RunAvg1m_pct=9.00, RunAvg5m_pct=14.00, RunPk15m_pct=55.00, RunPk1m_pct=64.00, RunPk5m_pct=64.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 11:59:20 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 11:59:20 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, SumHeartbeat=0.00, Uptime_sec=169138.00, perftype=sys\\n\",\n   \"2021-01-02 11:59:20 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, AvgActWr_KB=0.00, AvgAct_KB=0.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=611732.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=6012888.00, AvgOvrhdMax_KB=179392.00, AvgOvrhd_KB=63320.00, AvgShrd_KB=5472124.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=41076.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=34120.00, AvgSwpd_KB=95292.00, AvgUsg_pct=0.00, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=5232424.00, MaxAct_KB=0.00, MaxConsum_KB=611732.00, MaxGrtd_KB=6012888.00, MaxOvrhd_KB=63320.00, MaxShrd_KB=5472124.00, MaxSwpIn_KB=41076.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=34120.00, MaxSwpd_KB=95292.00, MaxUsg_pct=0.00, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=5232424.00, MinAct_KB=0.00, MinConsum_KB=611732.00, MinGrtd_KB=6012888.00, MinOvrhd_KB=63320.00, MinShrd_KB=5472124.00, MinSwpIn_KB=41076.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=34120.00, MinSwpd_KB=95292.00, MinUsg_pct=0.00, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=5232424.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 11:59:30 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, ActAvg15m_pct=12.00, ActAvg1m_pct=10.00, ActAvg5m_pct=16.00, ActPk15m_pct=65.00, ActPk1m_pct=65.00, ActPk5m_pct=69.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=11.00, RunAvg1m_pct=9.00, RunAvg5m_pct=14.00, RunPk15m_pct=55.00, RunPk1m_pct=64.00, RunPk5m_pct=64.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 11:59:30 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 11:59:30 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, ActAvg15m_pct=3.00, ActAvg1m_pct=2.00, ActAvg5m_pct=2.00, ActPk15m_pct=6.00, ActPk1m_pct=5.00, ActPk5m_pct=3.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=3.00, RunAvg1m_pct=2.00, RunAvg5m_pct=2.00, RunPk15m_pct=6.00, RunPk1m_pct=5.00, RunPk5m_pct=3.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 11:59:30 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, ActAvg15m_pct=1.00, ActAvg1m_pct=1.00, ActAvg5m_pct=1.00, ActPk15m_pct=2.00, ActPk1m_pct=2.00, ActPk5m_pct=2.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=1.00, RunAvg1m_pct=1.00, RunAvg5m_pct=1.00, RunPk15m_pct=2.00, RunPk1m_pct=2.00, RunPk5m_pct=2.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 11:59:40 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgRvcd_KBps=0.00, AvgUsg_KBps=0.00, AvgXmit_KBps=0.00, MaxUsg_KBps=0.00, MinUsg_KBps=0.00, perftype=net\\n\",\n   \"2021-01-02 11:59:40 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgUsg_mhz=57.00, AvgUsg_pct=1.08, MaxUsg_mhz=57.00, MaxUsg_pct=1.08, MinUsg_mhz=57.00, MinUsg_pct=1.08, SumRdy_ms=32.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 11:59:40 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 11:59:50 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, ActAvg15m_pct=3.00, ActAvg1m_pct=2.00, ActAvg5m_pct=2.00, ActPk15m_pct=6.00, ActPk1m_pct=5.00, ActPk5m_pct=3.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=3.00, RunAvg1m_pct=2.00, RunAvg5m_pct=2.00, RunPk15m_pct=6.00, RunPk1m_pct=5.00, RunPk5m_pct=3.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 11:59:50 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgUsg_mhz=61.00, AvgUsg_pct=2.32, MaxUsg_mhz=61.00, MaxUsg_pct=2.32, MinUsg_mhz=61.00, MinUsg_pct=2.32, SumRdy_ms=9.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 11:59:50 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 11:59:50 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, AvgRd_KBps=0.00, AvgUsg_KBps=0.00, AvgWr_KBps=0.00, MaxTotLat_ms=0.00, MaxUsg_KBps=0.00, MinUsg_KBps=0.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 12:00:00 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgActWr_KB=167772.00, AvgAct_KB=335544.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=7251908.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=8388556.00, AvgOvrhdMax_KB=183532.00, AvgOvrhd_KB=116488.00, AvgShrd_KB=1643200.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=0.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=0.00, AvgSwpd_KB=0.00, AvgUsg_pct=3.99, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=277124.00, MaxAct_KB=335544.00, MaxConsum_KB=7251908.00, MaxGrtd_KB=8388556.00, MaxOvrhd_KB=116488.00, MaxShrd_KB=1643200.00, MaxSwpIn_KB=0.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=0.00, MaxSwpd_KB=0.00, MaxUsg_pct=3.99, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=277124.00, MinAct_KB=335544.00, MinConsum_KB=7251908.00, MinGrtd_KB=8388556.00, MinOvrhd_KB=116488.00, MinShrd_KB=1643200.00, MinSwpIn_KB=0.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=0.00, MinSwpd_KB=0.00, MinUsg_pct=3.99, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=277124.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 12:00:00 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 12:00:00 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 12:00:00 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 12:00:10 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, ActAvg15m_pct=3.00, ActAvg1m_pct=2.00, ActAvg5m_pct=2.00, ActPk15m_pct=6.00, ActPk1m_pct=5.00, ActPk5m_pct=3.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=3.00, RunAvg1m_pct=2.00, RunAvg5m_pct=2.00, RunPk15m_pct=6.00, RunPk1m_pct=5.00, RunPk5m_pct=3.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 12:00:10 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, SumHeartbeat=0.00, Uptime_sec=161163.00, perftype=sys\\n\",\n   \"2021-01-02 12:00:10 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgRd_KBps=0.00, AvgUsg_KBps=7.00, AvgWr_KBps=7.00, MaxTotLat_ms=0.00, MaxUsg_KBps=7.00, MinUsg_KBps=7.00, perfsubtype=disk, perftype=disk\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"36a978cc0fbe3d33b11fa215c57c5dff\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %b %d %H:%M:%S\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"5099cfc575b3762bb2e0dc27dd4e36eb\",\n  \"data_name\": \"firewall:pan:traffic\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"8\",\n  \"data_sample_mtime\": \"1609588800\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:00:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %b %d %H:%M:%S\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"5099cfc575b3762bb2e0dc27dd4e36eb\",\n  \"raw_sample\": [\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,THREAT,url,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,23284,1,58820,80,0,0,0x208000,tcp,alert,\\\"scan6fuse.info/\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,THREAT,url,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,24221,1,59110,80,0,0,0x208000,tcp,alert,\\\"clubmillionswow.cn/in.cgi?9\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,THREAT,url,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,24244,1,58930,80,0,0,0x208000,tcp,alert,\\\"-/\\\",(9999),private-ip-addresses,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,THREAT,url,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,25550,1,59079,80,0,0,0x208000,tcp,alert,\\\"xepace-software.com/softwarefortubeview.40009.exe\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,THREAT,url,1,2001/02/21 12:00:07,192.168.0.2,216.150.214.58,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,24581,1,59185,80,0,0,0x200000,tcp,block-url,\\\"whitetrack.net/zepaniah/1487340203/1/player.php?m=bW92MS53bXY=&id=3543\\\",(9999),spyware-and-adware,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,THREAT,url,1,2001/02/21 12:00:07,192.168.0.2,64.78.56.109,0.0.0.0,0.0.0.0,rule1,crusher,,ssl,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,20738,1,58731,443,0,0,0x208000,tcp,alert,\\\"west.exch024.serverdata.net/\\\",(9999),business-and-economy,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,THREAT,url,1,2001/02/21 12:00:07,192.168.0.2,8.5.1.6,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,26490,1,59181,80,0,0,0x208000,tcp,alert,\\\"tubeporn09.com/\\\",(9999),philosophy-and-political-advocacy,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,157.55.130.143,0.0.0.0,0.0.0.0,rule1,crusher,,skype-probe,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,23060,1,47752,40014,0,0,0x200000,udp,allow,135,73,62,2,2001/02/21 12:00:07,1,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,15086,1,58639,80,0,0,0x200000,tcp,allow,1421,582,839,10,2001/02/21 12:00:07,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,22823,1,58788,80,0,0,0x200000,tcp,allow,1381,562,819,10,2001/02/21 12:00:07,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,24330,1,58934,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 12:00:07,1,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,22468,1,56194,53,0,0,0x200000,udp,allow,152,76,76,2,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,22712,1,57336,53,0,0,0x200000,udp,allow,237,81,156,2,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,23068,1,49798,53,0,0,0x200000,udp,allow,148,74,74,2,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,23740,1,55507,53,0,0,0x200000,udp,allow,158,71,87,2,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,23909,1,64479,53,0,0,0x200000,udp,allow,237,86,151,2,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,24611,1,57766,53,0,0,0x200000,udp,allow,168,76,92,2,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,25443,1,51919,53,0,0,0x200000,udp,allow,182,83,99,2,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,25757,1,58602,53,0,0,0x200000,udp,allow,228,80,148,2,2001/02/21 12:00:07,1,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,27024,1,57521,53,0,0,0x200000,udp,allow,170,69,101,2,2001/02/21 12:00:07,1,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,64.78.56.109,0.0.0.0,0.0.0.0,rule1,crusher,,ssl,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,22325,1,58733,443,0,0,0x200000,tcp,allow,41814,24382,17432,90,2001/02/21 12:00:07,31,business-and-economy,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,50,40\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,65.55.223.19,0.0.0.0,0.0.0.0,rule1,crusher,,skype-probe,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,25948,1,47752,40026,0,0,0x200000,udp,allow,286,187,99,2,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,end,1,2001/02/21 12:00:07,192.168.0.2,70.86.17.130,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,25482,1,59180,80,0,0,0x200000,tcp,allow,1469,592,877,10,2001/02/21 12:00:07,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,184.154.37.112,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,24299,1,58912,80,0,0,0x200000,tcp,allow,444,370,74,4,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,3,1\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,15386,1,58796,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,21036,1,59092,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,21302,1,58743,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,23949,1,59100,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,24030,1,58863,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,24468,1,59056,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,24694,1,59122,80,0,0,0x200000,tcp,allow,457,379,78,4,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,3,1\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,25149,1,59309,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,25398,1,59275,80,0,0,0x200000,tcp,allow,429,351,78,4,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,3,1\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,25535,1,59062,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,25660,1,59068,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,26522,1,59314,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,27175,1,59305,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,7879,1,58751,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,10714,1,56875,53,0,0,0x200000,udp,allow,81,81,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,21201,1,53910,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,22312,1,64002,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,22780,1,55738,53,0,0,0x200000,udp,allow,79,79,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,24421,1,50037,53,0,0,0x200000,udp,allow,79,79,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,24474,1,56312,53,0,0,0x200000,udp,allow,89,89,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,24533,1,64605,53,0,0,0x200000,udp,allow,76,76,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,26879,1,57829,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,208.73.210.29,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,25469,1,59243,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,212.48.10.58,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,25129,1,59192,80,0,0,0x200000,tcp,allow,453,375,78,4,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,Italy,0,3,1\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,64.78.56.109,0.0.0.0,0.0.0.0,rule1,crusher,,ssl,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,20738,1,58731,443,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:00:07 1,2001/02/21 12:00:07,01606001116,TRAFFIC,start,1,2001/02/21 12:00:07,192.168.0.2,72.232.229.50,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:00:07,23838,1,58968,80,0,0,0x200000,tcp,allow,469,391,78,4,2001/02/21 12:00:07,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,3,1\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"5350c08ae7d8517b89c25787b23e86cf\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"data_name\": \"main:sample6\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"8\",\n  \"data_sample_mtime\": \"1609588800\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:00:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample6\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"raw_sample\": [\n   \"2021-01-02 11:58:10:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 11:58:20:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 11:58:30:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 11:58:40:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 11:58:50:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 11:59:00:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 11:59:10:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 11:59:20:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 11:59:30:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 11:59:40:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 11:59:50:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 12:00:00:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 12:00:10:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"5b7827289a1cdfd3350f53a2437e243d\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"data_name\": \"main:sample1\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"8\",\n  \"data_sample_mtime\": \"1609588800\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:00:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample1\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"raw_sample\": [\n   \"2021-01-02 11:58:08 WINDBAG Event 12 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:08 WINDBAG Event 9 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:18 WINDBAG Event 10 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:18 WINDBAG Event 2 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:18 WINDBAG Event 6 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:18 WINDBAG Event 8 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:28 WINDBAG Event 12 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:28 WINDBAG Event 3 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:28 WINDBAG Event 5 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:38 WINDBAG Event 1 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:38 WINDBAG Event 10 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:38 WINDBAG Event 11 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:38 WINDBAG Event 2 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:48 WINDBAG Event 1 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:48 WINDBAG Event 11 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:48 WINDBAG Event 12 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:58 WINDBAG Event 3 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:58 WINDBAG Event 5 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:58:58 WINDBAG Event 9 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:08 WINDBAG Event 1 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:08 WINDBAG Event 10 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:08 WINDBAG Event 2 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:08 WINDBAG Event 5 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:18 WINDBAG Event 2 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:18 WINDBAG Event 3 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:18 WINDBAG Event 4 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:18 WINDBAG Event 6 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:28 WINDBAG Event 2 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:28 WINDBAG Event 5 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:28 WINDBAG Event 7 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:28 WINDBAG Event 8 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:38 WINDBAG Event 10 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:38 WINDBAG Event 3 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:38 WINDBAG Event 7 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:38 WINDBAG Event 9 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:48 WINDBAG Event 1 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:48 WINDBAG Event 12 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:48 WINDBAG Event 6 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:58 WINDBAG Event 4 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:58 WINDBAG Event 5 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:58 WINDBAG Event 6 of 12 randint @@integer\\n\",\n   \"2021-01-02 11:59:58 WINDBAG Event 7 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:00:08 WINDBAG Event 11 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:00:08 WINDBAG Event 12 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:00:08 WINDBAG Event 2 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:00:08 WINDBAG Event 8 of 12 randint @@integer\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"6e25b0b89ae6110612dc79d8ffdd7cd7\"\n },\n {\n  \"current_detected_format\": \"syslog_no_timestamp\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"d01bcd8d79beb285c118872c7c039bd6\",\n  \"data_name\": \"linux_amer:linux_secure\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"8\",\n  \"data_sample_mtime\": \"1609588800\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:00:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"linux_secure\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"syslog_no_timestamp\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"d01bcd8d79beb285c118872c7c039bd6\",\n  \"raw_sample\": [\n   \"sshd[10000]: Connection closed by 162.243.144.207 port 52078 [preauth]\\n\",\n   \"sshd[10018]: Received disconnect from 222.186.42.7 port 53885:11:  [preauth]\\n\",\n   \"sshd[10452]: Did not receive identification string from 118.222.10.218 port 12141\\n\",\n   \"sshd[10454]: Disconnected from invalid user wfi 187.200.60.210 port 42051 [preauth]\\n\",\n   \"sshd[10458]: Invalid user pi from 93.79.199.205 port 46005\\n\",\n   \"sshd[10581]: Connection closed by authenticating user root 218.103.197.33 port 40393 [preauth]\\n\",\n   \"sshd[10598]: Invalid user admin from 58.239.114.181 port 2714\\n\",\n   \"sshd[12900]: Disconnected from authenticating user root 222.186.30.218 port 37649 [preauth]\\n\",\n   \"sshd[13374]: Connection closed by invalid user user 87.251.74.50 port 13444 [preauth]\\n\",\n   \"sshd[14310]: Invalid user sxv from 120.70.102.16 port 57109\\n\",\n   \"sshd[14698]: Disconnected from authenticating user root 222.186.30.57 port 49720 [preauth]\\n\",\n   \"sshd[16586]: Connection closed by invalid user osmc 42.3.186.246 port 53712 [preauth]\\n\",\n   \"sshd[16601]: Connection closed by authenticating user root 223.18.227.148 port 34319 [preauth]\\n\",\n   \"sshd[16639]: Invalid user admin from 37.57.105.64 port 50503\\n\",\n   \"sshd[16824]: Received disconnect from 222.186.42.155 port 14813:11:  [preauth]\\n\",\n   \"sshd[17715]: Connection closed by invalid user admin1 115.85.29.157 port 55129 [preauth]\\n\",\n   \"sshd[19270]: Connection closed by authenticating user root 91.92.247.34 port 57794 [preauth]\\n\",\n   \"sshd[19277]: Invalid user ubnt from 220.83.11.155 port 51801\\n\",\n   \"sshd[19286]: Invalid user pi from 119.236.51.40 port 35052\\n\",\n   \"sshd[19296]: Connection closed by invalid user admin 200.75.196.217 port 43178 [preauth]\\n\",\n   \"sshd[19417]: Connection closed by authenticating user root 36.235.64.134 port 43376 [preauth]\\n\",\n   \"sshd[20183]: Disconnected from authenticating user root 222.186.31.166 port 25075 [preauth]\\n\",\n   \"sshd[21003]: Disconnected from invalid user pcx 210.9.47.154 port 45872 [preauth]\\n\",\n   \"sshd[21003]: Invalid user pcx from 210.9.47.154 port 45872\\n\",\n   \"sshd[21003]: Received disconnect from 210.9.47.154 port 45872:11: Bye Bye [preauth]\\n\",\n   \"sshd[22119]: Invalid user jzi from 202.168.205.181 port 24529\\n\",\n   \"sshd[23085]: Received disconnect from 222.186.52.39 port 22776:11:  [preauth]\\n\",\n   \"sshd[23959]: Received disconnect from 222.186.190.14 port 36935:11:  [preauth]\\n\",\n   \"sshd[27369]: Disconnected from authenticating user root 222.186.180.130 port 32984 [preauth]\\n\",\n   \"sshd[28340]: Received disconnect from 222.186.31.166 port 43983:11:  [preauth]\\n\",\n   \"sshd[28675]: Connection closed by invalid user admin 218.250.142.238 port 43667 [preauth]\\n\",\n   \"sshd[28700]: Disconnected from authenticating user root 222.186.31.166 port 60330 [preauth]\\n\",\n   \"sshd[29412]: Disconnected from 222.186.15.115 port 59965 [preauth]\\n\",\n   \"sshd[30611]: Invalid user zmk from 77.65.79.150 port 39622\\n\",\n   \"sshd[30844]: Invalid user clt from 68.183.229.218 port 44670\\n\",\n   \"sshd[31164]: Invalid user admin from 85.118.109.156 port 37817\\n\",\n   \"sshd[31176]: Connection closed by authenticating user root 219.71.134.119 port 59173 [preauth]\\n\",\n   \"sshd[31639]: Connection closed by invalid user osmc 89.36.3.75 port 43010 [preauth]\\n\",\n   \"sshd[32410]: Received disconnect from 222.186.30.57 port 10473:11:  [preauth]\\n\",\n   \"sshd[4038]: Disconnected from invalid user wangdonghui 51.75.202.218 port 36900 [preauth]\\n\",\n   \"sshd[5074]: Received disconnect from 120.151.222.78 port 50748:11: Bye Bye [preauth]\\n\",\n   \"sshd[5837]: Received disconnect from 218.78.81.207 port 36894:11: Bye Bye [preauth]\\n\",\n   \"sshd[7493]: Invalid user rvk from 95.85.24.147 port 51536\\n\",\n   \"sshd[8649]: Disconnected from authenticating user root 222.186.31.83 port 49676 [preauth]\\n\",\n   \"sshd[8880]: Disconnected from invalid user maemura 40.72.97.22 port 36274 [preauth]\\n\",\n   \"sshd[8927]: Invalid user Tlhua from 2.36.136.146 port 32796\\n\",\n   \"sshd[8980]: Connection closed by authenticating user root 87.251.74.50 port 50436 [preauth]\\n\",\n   \"sshd[9678]: Received disconnect from 222.186.15.62 port 63706:11:  [preauth]\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"7116de8fd9b18579e836e882ab7db9d3\"\n },\n {\n  \"data_name\": \"network:pan:traffic\",\n  \"data_sampling_nr\": \"200\",\n  \"raw_sample\": [\n   \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,THREAT,url,1,2001/02/21 10:53:38,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,25826,1,59171,80,0,0,0x208000,tcp,alert,\\\"scanline4.info/download/install.php\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,end,1,2001/02/21 10:53:38,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,21801,1,50982,53,0,0,0x200000,udp,allow,178,73,105,2,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,end,1,2001/02/21 10:53:38,192.168.0.2,208.43.167.112,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,15926,1,58837,80,0,0,0x200000,tcp,allow,1574,563,1011,11,2001/02/21 10:53:38,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,5\\n\",\n   \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,end,1,2001/02/21 10:53:38,192.168.0.2,92.63.101.215,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,25163,1,59119,80,0,0,0x200000,tcp,allow,1251,643,608,11,2001/02/21 10:53:38,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,Luxembourg,0,7,4\\n\",\n   \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,start,1,2001/02/21 10:53:38,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,23235,1,58829,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,start,1,2001/02/21 10:53:38,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,24848,1,60399,53,0,0,0x200000,udp,allow,80,80,0,1,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,start,1,2001/02/21 10:53:38,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,26415,1,61314,53,0,0,0x200000,udp,allow,84,84,0,1,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,16481,1,58915,80,0,0,0x208000,tcp,alert,\\\"truescan4.info/\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,18913,1,58793,80,0,0,0x208000,tcp,alert,\\\"monkey-squad.net/monkey/exe.php\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,23796,1,58975,80,0,0,0x208000,tcp,alert,\\\"goasi.cn/dll/abb.txt\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25465,1,59010,80,0,0,0x200000,tcp,block-url,\\\"karavan.us/bon/index.php\\\",(9999),unknown,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25945,1,59277,80,0,0,0x208000,tcp,alert,\\\"-/\\\",(9999),private-ip-addresses,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24455,1,59130,80,0,0,0x200000,tcp,allow,1391,568,823,10,2001/02/21 10:53:39,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24711,1,58974,80,0,0,0x200000,tcp,allow,1411,577,834,10,2001/02/21 10:53:39,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25251,1,59019,80,0,0,0x200000,tcp,allow,1381,562,819,10,2001/02/21 10:53:39,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25699,1,59173,80,0,0,0x200000,tcp,allow,1471,607,864,10,2001/02/21 10:53:39,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,26000,1,59205,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 10:53:39,1,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,11024,1,51167,53,0,0,0x200000,udp,allow,210,73,137,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,21121,1,57445,53,0,0,0x200000,udp,allow,144,72,72,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,23204,1,63806,53,0,0,0x200000,udp,allow,154,77,77,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24141,1,49155,53,0,0,0x200000,udp,allow,162,73,89,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24219,1,59750,53,0,0,0x200000,udp,allow,388,150,238,4,2001/02/21 10:53:39,1,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,2,2\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24804,1,63474,53,0,0,0x200000,udp,allow,148,74,74,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,64.74.223.34,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,1486,1,56372,80,0,0,0x200000,tcp,allow,12078,1384,10694,27,2001/02/21 10:53:39,512,malware-sites,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,18,9\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,192.168.0.1,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22602,1,51118,53,0,0,0x200000,udp,allow,76,76,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,192.168.0.0-192.168.255.255,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,13562,1,59233,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22918,1,58778,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25750,1,59174,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22813,1,60548,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22980,1,59593,53,0,0,0x200000,udp,allow,75,75,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,23421,1,59628,53,0,0,0x200000,udp,allow,79,79,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24161,1,54063,53,0,0,0x200000,udp,allow,73,73,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24600,1,62113,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25279,1,59809,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25570,1,52699,53,0,0,0x200000,udp,allow,75,75,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25579,1,56370,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25894,1,50085,53,0,0,0x200000,udp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,26228,1,55314,53,0,0,0x200000,udp,allow,83,83,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,THREAT,url,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22508,1,58737,80,0,0,0x208000,tcp,alert,\\\"freshcinemaonline.net/tds/go.php?sid=5\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,THREAT,url,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,24261,1,58970,80,0,0,0x208000,tcp,alert,\\\"fp3s.biz/6007.exe\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,end,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22161,1,58770,80,0,0,0x200000,tcp,allow,1379,561,818,10,2001/02/21 10:53:40,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,end,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,23494,1,49422,53,0,0,0x200000,udp,allow,144,72,72,2,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,24997,1,59143,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,25118,1,59207,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22845,1,56328,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22904,1,64916,53,0,0,0x200000,udp,allow,75,75,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,23122,1,59271,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,24945,1,59500,53,0,0,0x200000,udp,allow,82,82,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,THREAT,url,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22264,1,58661,80,0,0,0x208000,tcp,alert,\\\"polotomo.com/pol22/pol.bin\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,THREAT,url,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,26360,1,59304,80,0,0,0x208000,tcp,alert,\\\"lkmpmlm.com/fff9999.php?aid=0&uid=6cbbc5081e7548e276611ff5059df6ed30c8f8f1&os=513\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24709,1,58983,80,0,0,0x200000,tcp,allow,1188,567,621,10,2001/02/21 10:53:48,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25289,1,59170,80,0,0,0x200000,tcp,allow,1381,562,819,10,2001/02/21 10:53:48,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22344,1,61668,53,0,0,0x200000,udp,allow,214,75,139,2,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24216,1,56412,53,0,0,0x200000,udp,allow,180,74,106,2,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24348,1,64444,53,0,0,0x200000,udp,allow,164,82,82,2,2001/02/21 10:53:48,1,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25577,1,61217,53,0,0,0x200000,udp,allow,182,75,107,2,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,208.73.210.29,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23253,1,58813,80,0,0,0x200000,tcp,allow,3049,546,2503,11,2001/02/21 10:53:48,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,5\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.6,124.115.26.21,0.0.0.0,0.0.0.0,rule1,picard,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,21470,1,2515,80,0,0,0x200000,tcp,allow,181339,4254,177085,190,2001/02/21 10:53:48,4,news-and-media,0,0,0x0,192.168.0.0-192.168.255.255,China,0,69,121\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22596,1,58835,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22924,1,58802,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24261,1,58970,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,13002,1,64667,53,0,0,0x200000,udp,allow,70,70,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23353,1,60473,53,0,0,0x200000,udp,allow,80,80,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23680,1,61386,53,0,0,0x200000,udp,allow,81,81,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23897,1,53134,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,62.211.68.12,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25095,1,59200,80,0,0,0x200000,tcp,allow,473,399,74,4,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,Italy,0,3,1\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,65.55.223.25,0.0.0.0,0.0.0.0,rule1,crusher,,skype-probe,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25257,1,47752,40024,0,0,0x200000,udp,allow,183,183,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,17.254.32.16,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22760,1,58764,80,0,0,0x208000,tcp,alert,\\\"iphone-wu.apple.com/dgw?imei=6f4a5d4cdc8db441&apptype=weather&t=3082\\\",(9999),business-and-economy,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/plain\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23949,1,59100,80,0,0,0x200000,tcp,block-url,\\\"zone-searching.com/borders.php\\\",(9999),malware-sites,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24029,1,58910,80,0,0,0x208000,tcp,alert,\\\"stagech.com/reports/download-report.php?prod_id=9\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24741,1,59033,80,0,0,0x208000,tcp,alert,\\\"picturesoffline.com/item/60b08c6de14a64b07d04519db83c3dc948ef80e0bbf2e054ae09d830c0194928cecc8fb814f2678e0/b01/item.gif\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26409,1,59259,80,0,0,0x208000,tcp,alert,\\\"tukhemaj.cn/nuc/spl/pdf.pdf\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,10416,1,56473,80,0,0,0x200000,tcp,allow,3632,3494,138,19,2001/02/21 10:53:49,511,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,17,2\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21872,1,58576,80,0,0,0x200000,tcp,allow,1377,560,817,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21977,1,58599,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 10:53:49,0,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23101,1,58821,80,0,0,0x200000,tcp,allow,1379,561,818,10,2001/02/21 10:53:49,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23656,1,58838,80,0,0,0x200000,tcp,allow,1403,574,829,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23661,1,58955,80,0,0,0x200000,tcp,allow,1233,594,639,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24617,1,58927,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 10:53:49,0,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25066,1,59166,80,0,0,0x200000,tcp,allow,1377,560,817,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21392,1,62227,53,0,0,0x200000,udp,allow,178,73,105,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21459,1,61502,53,0,0,0x200000,udp,allow,148,74,74,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21493,1,59053,53,0,0,0x200000,udp,allow,227,77,150,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21660,1,61253,53,0,0,0x200000,udp,allow,239,83,156,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22818,1,53235,53,0,0,0x200000,udp,allow,156,78,78,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25521,1,53468,53,0,0,0x200000,udp,allow,257,91,166,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25688,1,63292,53,0,0,0x200000,udp,allow,190,79,111,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22550,1,58746,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25871,1,59278,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,12711,1,60080,53,0,0,0x200000,udp,allow,79,79,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21623,1,57020,53,0,0,0x200000,udp,allow,80,80,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22892,1,61964,53,0,0,0x200000,udp,allow,73,73,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22930,1,53576,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24202,1,58949,53,0,0,0x200000,udp,allow,68,68,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24828,1,64247,53,0,0,0x200000,udp,allow,83,83,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26019,1,60354,53,0,0,0x200000,udp,allow,72,72,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26531,1,54894,53,0,0,0x200000,udp,allow,77,77,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26728,1,51200,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,62.211.68.12,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24908,1,59199,80,0,0,0x200000,tcp,allow,470,396,74,4,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,Italy,0,3,1\\n\"\n  ],\n  \"data_sample_mtime\": \"1609584830\",\n  \"data_sample_feature\": \"disabled\",\n  \"data_sample_iteration\": \"1\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 10:53:50 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"multiformat_detected\": \"false\",\n  \"current_detected_format\": \"raw_start_by_timestamp %b %d %H:%M:%S\",\n  \"current_detected_format_id\": \"5099cfc575b3762bb2e0dc27dd4e36eb\",\n  \"current_detected_format_dcount\": \"1\",\n  \"previous_detected_format\": null,\n  \"previous_detected_format_id\": null,\n  \"previous_detected_format_dcount\": null,\n  \"_user\": \"nobody\",\n  \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n },\n {\n  \"current_detected_format\": \"json\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"466deec76ecdf5fca6d38571f6324d54\",\n  \"data_name\": \"main:sample9-customformat\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"8\",\n  \"data_sample_mtime\": \"1609588800\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:00:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample9-customformat\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"json\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"466deec76ecdf5fca6d38571f6324d54\",\n  \"raw_sample\": [\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":14588972,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1583232178000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1583232177,\\\\\\\"ProcessEndTime\\\\\\\":1583232178,\\\\\\\"ProcessId\\\\\\\":504981188262,\\\\\\\"ParentProcessId\\\\\\\":504980537898,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD112\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"AdmN065434\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Evade Detection\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A process attempted to download a file using bitsadmin in an unusual way. The file might be a malicious payload. Investigate the process tree.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"bitsadmin.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"bitsadmin  /transfer myDownloadJob /download /priority normal http://swrepo.unix.wtes.corp/repos/OpenSystems/DOCUMENT_MANAGEMENT/IBM/FileNet/Cliente/TestFNClient/TestFN.zip D:\\\\\\\\\\\\\\\\TestFN.zip\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"2990813e869a0a5c7706938a8136bca09046623a8225b24b54f76ac4126efbb0\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"dc81872e3e6bca39b322a7fa1a044040\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"SCGBNPRE\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/d6161c3c46b14ccb5f2cbc1a2d46f2b4/103080956817?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"d6161c3c46b14ccb5f2cbc1a2d46f2b4\\\\\\\",\\\\\\\"IOCType\\\\\\\":\\\\\\\"hash_sha256\\\\\\\",\\\\\\\"IOCValue\\\\\\\":\\\\\\\"2990813e869a0a5c7706938a8136bca09046623a8225b24b54f76ac4126efbb0\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:d6161c3c46b14ccb5f2cbc1a2d46f2b4:103080956817\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"180.185.44.34\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-50-56-a8-44-44\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Defense Evasion\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"BITS Jobs\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Keep Access\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, process was blocked from execution.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":2048,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":true},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"cmd  /c bitsadmin /transfer myDownloadJob /download /priority normal http://swrepo.unix.wtes.corp/repos/OpenSystems/DOCUMENT_MANAGEMENT/IBM/FileNet/Cliente/TestFNClient/TestFN.zip D:\\\\\\\\\\\\\\\\TestFN.zip\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\\\\\\\\\" \\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":14869047,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1585003994000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1585003993,\\\\\\\"ProcessEndTime\\\\\\\":1585003996,\\\\\\\"ProcessId\\\\\\\":2383247486040,\\\\\\\"ParentProcessId\\\\\\\":2383243173188,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD134\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"NetCore2\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Server Compromise\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"An IIS sub-process wrote a new executable and a sub-process ran it.\\\\\\\",\\\\\\\"Severity\\\\\\\":5,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"Critical\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"chrome.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\Temp\\\\\\\\\\\\\\\\jsreport\\\\\\\\\\\\\\\\compile\\\\\\\\\\\\\\\\jsreport-2.6.2-beta2-S1br9LNpr\\\\\\\\\\\\\\\\chrome\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\TEMP\\\\\\\\\\\\\\\\jsreport\\\\\\\\\\\\\\\\compile\\\\\\\\\\\\\\\\jsreport-2.6.2-beta2-S1br9LNpr\\\\\\\\\\\\\\\\chrome\\\\\\\\\\\\\\\\chrome.exe\\\\\\\\\\\\\\\" --type=renderer --disable-background-timer-throttling --disable-breakpad --enable-automation --file-url-path-alias=\\\\\\\\\\\\\\\"/gen=C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\TEMP\\\\\\\\\\\\\\\\jsreport\\\\\\\\\\\\\\\\compile\\\\\\\\\\\\\\\\jsreport-2.6.2-beta2-S1br9LNpr\\\\\\\\\\\\\\\\chrome\\\\\\\\\\\\\\\\gen\\\\\\\\\\\\\\\" --force-color-profile=srgb --use-gl=swiftshader-webgl --field-trial-handle=908,14543494067484310685,5270613211949772402,131072 --enable-features=NetworkService,NetworkServiceInProcess --disable-features=BlinkGenPropertyTrees,TranslateUI,site-per-process --disable-gpu-compositing --lang=en-US --headless --device-scale-factor=1 --num-raster-threads=2 --enable-main-frame-before-activation --service-request-channel-token=4007043172789988768 --renderer-client-id=3 --mojo-platform-channel-handle=1528 /prefetch:1\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"e79f10b53c710781b87020bc8863cba88f1c8b31fe177c44e45fbfdcb320b9c3\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"810c5fa7e743916b37a60c4878ed6cbc\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"IIS APPPOOL\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/a148ecf6324b47c77dae9d1986a57fa6/158915566572?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"a148ecf6324b47c77dae9d1986a57fa6\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:a148ecf6324b47c77dae9d1986a57fa6:158915566572\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"180.122.212.206\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-50-56-90-06-c0\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Initial Access\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Exploit Public-Facing Application\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Gain Access\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Detection, standard detection.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":0,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\Temp\\\\\\\\\\\\\\\\jsreport\\\\\\\\\\\\\\\\compile\\\\\\\\\\\\\\\\jsreport-2.6.2-beta2-S1br9LNpr\\\\\\\\\\\\\\\\chrome\\\\\\\\\\\\\\\\chrome.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\TEMP\\\\\\\\\\\\\\\\jsreport\\\\\\\\\\\\\\\\compile\\\\\\\\\\\\\\\\jsreport-2.6.2-beta2-S1br9LNpr\\\\\\\\\\\\\\\\chrome\\\\\\\\\\\\\\\\chrome.exe --disable-background-networking --enable-features=NetworkService,NetworkServiceInProcess --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-breakpad --disable-client-side-phishing-detection --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=site-per-process,TranslateUI,BlinkGenPropertyTrees --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --disable-sync --force-color-profile=srgb --metrics-recording-only --no-first-run --enable-automation --password-store=basic --use-mock-keychain --headless --hide-scrollbars --mute-audio --disable-gpu about:blank --remote-debugging-port=0 --user-data-dir=C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\TEMP\\\\\\\\\\\\\\\\puppeteer_dev_profile-XPbOKd\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\Temp\\\\\\\\\\\\\\\\jsreport\\\\\\\\\\\\\\\\dotnet\\\\\\\\\\\\\\\\binary-default-2.6.2.0beta2\\\\\\\\\\\\\\\\jsreport.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\TEMP\\\\\\\\\\\\\\\\jsreport\\\\\\\\\\\\\\\\dotnet\\\\\\\\\\\\\\\\binary-default-2.6.2.0beta2\\\\\\\\\\\\\\\\jsreport.exe\\\\\\\\\\\\\\\" \\\\\\\\\\\\\\\"D:\\\\\\\\\\\\\\\\snapshot\\\\\\\\\\\\\\\\jsreport\\\\\\\\\\\\\\\\jsreportStartup.js\\\\\\\\\\\\\\\" \\\\\\\\\\\\\\\"D:\\\\\\\\\\\\\\\\snapshot\\\\\\\\\\\\\\\\jsreport\\\\\\\\\\\\\\\\node_modules\\\\\\\\\\\\\\\\jsreport-cli\\\\\\\\\\\\\\\\lib\\\\\\\\\\\\\\\\daemonInstance.js\\\\\\\\\\\\\\\" \\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\.\\\\\\\\\\\\\\\\pipe\\\\\\\\\\\\\\\\C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\TEMP\\\\\\\\\\\\\\\\jsreport\\\\\\\\\\\\\\\\cli\\\\\\\\\\\\\\\\sock\\\\\\\\\\\\\\\\connection.J45Hv46.sock\\\\\\\\\\\\\\\" \\\\\\\\\\\\\\\"--node-process\\\\\\\\\\\\\\\"\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":14881339,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1585150707000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1585150377,\\\\\\\"ProcessEndTime\\\\\\\":0,\\\\\\\"ProcessId\\\\\\\":1063670502656,\\\\\\\"ParentProcessId\\\\\\\":975157305479,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD128\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"E875609\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Blocked Exploit\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"An ASLR bypass attempt was blocked.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"filezippeddata.exe.zip\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Applics\\\\\\\\\\\\\\\\IBM\\\\\\\\\\\\\\\\Client Access\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Applics\\\\\\\\\\\\\\\\IBM\\\\\\\\\\\\\\\\Client Access\\\\\\\\\\\\\\\\filezippeddata.exe.zip\\\\\\\\\\\\\\\" \\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"f86cd48a564623edf5dfa858230a9a92cea148370a03b4b04f029f31720fa771\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"80a0bbed986d90179096691b95530d93\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"CENTRAL\\\\\\\",\\\\\\\"NetworkAccesses\\\\\\\":[{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1585150387,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"180.31.41.75\\\\\\\",\\\\\\\"LocalPort\\\\\\\":49858,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"172.18.201.187\\\\\\\",\\\\\\\"RemotePort\\\\\\\":8476,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false},{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1585150389,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"180.31.41.75\\\\\\\",\\\\\\\"LocalPort\\\\\\\":49860,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"172.18.185.239\\\\\\\",\\\\\\\"RemotePort\\\\\\\":8476,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false}],\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/9f9f68e17c1749967688ec5ac12a3c61/180393196734?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"9f9f68e17c1749967688ec5ac12a3c61\\\\\\\",\\\\\\\"DnsRequests\\\\\\\":[{\\\\\\\"DomainName\\\\\\\":\\\\\\\"AEGONDEV.TOTTA.PRE.CORP\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"A\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585150388,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"AEGONPRD.TOTTA.CORP\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"A\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585150390,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"75.41.31.180.in-addr.arpa.\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"PTR\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585150400,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"WPAUG23703408.central.rinterna.local\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"AAAA\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585150400,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"Aegonprd.totta.corp\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"A\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585150401,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false}],\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:9f9f68e17c1749967688ec5ac12a3c61:180393196734\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"180.31.41.75\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-05-9a-3c-7a-00\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Exfiltration\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Data Compressed\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Falcon Detection Method\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, operation blocked.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":1024,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":true,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\explorer.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\Explorer.EXE\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\userinit.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\windows\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\userinit.exe\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":14881339,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1585150707000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1585150377,\\\\\\\"ProcessEndTime\\\\\\\":0,\\\\\\\"ProcessId\\\\\\\":1063670502656,\\\\\\\"ParentProcessId\\\\\\\":975157305479,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD129\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"E875609\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Blocked Exploit\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"An ASLR bypass attempt was blocked.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"cwbunnav.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Applics\\\\\\\\\\\\\\\\IBM\\\\\\\\\\\\\\\\Client Access\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Applics\\\\\\\\\\\\\\\\IBM\\\\\\\\\\\\\\\\Client Access\\\\\\\\\\\\\\\\cwbunnav.exe\\\\\\\\\\\\\\\" \\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"f86cd48a564623edf5dfa858230a9a92cea148370a03b4b04f029f31720fa771\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"80a0bbed986d90179096691b95530d93\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"CENTRAL\\\\\\\",\\\\\\\"NetworkAccesses\\\\\\\":[{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1585150387,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"180.31.41.75\\\\\\\",\\\\\\\"LocalPort\\\\\\\":49858,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"172.18.201.187\\\\\\\",\\\\\\\"RemotePort\\\\\\\":8476,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false},{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1585150389,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"180.31.41.75\\\\\\\",\\\\\\\"LocalPort\\\\\\\":49860,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"172.18.185.239\\\\\\\",\\\\\\\"RemotePort\\\\\\\":8476,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false}],\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/9f9f68e17c1749967688ec5ac12a3c61/180393196734?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"9f9f68e17c1749967688ec5ac12a3c61\\\\\\\",\\\\\\\"DnsRequests\\\\\\\":[{\\\\\\\"DomainName\\\\\\\":\\\\\\\"AEGONDEV.TOTTA.PRE.CORP\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"A\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585150388,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"AEGONPRD.TOTTA.CORP\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"A\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585150390,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"75.41.31.180.in-addr.arpa.\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"PTR\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585150400,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"WPAUG23703408.central.rinterna.local\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"AAAA\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585150400,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"Aegonprd.totta.corp\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"A\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585150401,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false}],\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:9f9f68e17c1749967688ec5ac12a3c61:180393196734\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"180.31.41.75\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-05-9a-3c-7a-00\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Exfiltration\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Exfiltration Over Alternative Protocol\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Falcon Detection Method\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, operation blocked.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":1024,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":true,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\explorer.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\Explorer.EXE\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\userinit.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\windows\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\userinit.exe\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":14914386,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1585591188000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1585591156,\\\\\\\"ProcessEndTime\\\\\\\":1585591200,\\\\\\\"ProcessId\\\\\\\":405176459232,\\\\\\\"ParentProcessId\\\\\\\":402130422946,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD131\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"SHATFIELD\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Intel Detection\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A domain lookup matched a CrowdStrike Intelligence indicator that has previously been used in targeted attacks.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"powershell.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\WindowsPowerShell\\\\\\\\\\\\\\\\v1.0\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\WindowsPowerShell\\\\\\\\\\\\\\\\v1.0\\\\\\\\\\\\\\\\powershell.exe\\\\\\\\\\\\\\\" \\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"de96a6e69944335375dc1ac238336066889d9ffc7d73628ef4fe1b1b160ab32c\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"7353f60b1739074eb17c5f4dddefe239\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"BROWER\\\\\\\",\\\\\\\"NetworkAccesses\\\\\\\":[{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1585591166,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"10.255.146.88\\\\\\\",\\\\\\\"LocalPort\\\\\\\":55555,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"136.147.129.27\\\\\\\",\\\\\\\"RemotePort\\\\\\\":80,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false},{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1585591166,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"10.255.146.88\\\\\\\",\\\\\\\"LocalPort\\\\\\\":55554,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"162.144.78.212\\\\\\\",\\\\\\\"RemotePort\\\\\\\":80,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false},{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1585591176,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"10.255.146.88\\\\\\\",\\\\\\\"LocalPort\\\\\\\":55557,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"63.236.88.199\\\\\\\",\\\\\\\"RemotePort\\\\\\\":80,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false},{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1585591178,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"10.255.146.88\\\\\\\",\\\\\\\"LocalPort\\\\\\\":55560,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"198.49.23.145\\\\\\\",\\\\\\\"RemotePort\\\\\\\":443,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false},{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1585591179,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"10.255.146.88\\\\\\\",\\\\\\\"LocalPort\\\\\\\":55561,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"172.107.31.3\\\\\\\",\\\\\\\"RemotePort\\\\\\\":80,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false},{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1585591179,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"10.255.146.88\\\\\\\",\\\\\\\"LocalPort\\\\\\\":55562,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"168.235.103.102\\\\\\\",\\\\\\\"RemotePort\\\\\\\":80,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false},{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1585591179,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"10.255.146.88\\\\\\\",\\\\\\\"LocalPort\\\\\\\":55563,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"172.217.11.243\\\\\\\",\\\\\\\"RemotePort\\\\\\\":80,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false},{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1585591180,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"10.255.146.88\\\\\\\",\\\\\\\"LocalPort\\\\\\\":55566,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"104.24.102.191\\\\\\\",\\\\\\\"RemotePort\\\\\\\":80,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false},{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1585591180,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"10.255.146.88\\\\\\\",\\\\\\\"LocalPort\\\\\\\":55564,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"208.113.154.99\\\\\\\",\\\\\\\"RemotePort\\\\\\\":80,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false},{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1585591181,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"10.255.146.88\\\\\\\",\\\\\\\"LocalPort\\\\\\\":55568,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"45.79.216.28\\\\\\\",\\\\\\\"RemotePort\\\\\\\":80,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false}],\\\\\\\"DocumentsAccessed\\\\\\\":[{\\\\\\\"Timestamp\\\\\\\":1585591200,\\\\\\\"FileName\\\\\\\":\\\\\\\"ConsoleHost_history.txt\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\shatfield\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Roaming\\\\\\\\\\\\\\\\Microsoft\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\PowerShell\\\\\\\\\\\\\\\\PSReadLine\\\\\\\"}],\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/56e200a121174f4973f08ba462cab657/158915316922?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"56e200a121174f4973f08ba462cab657\\\\\\\",\\\\\\\"DnsRequests\\\\\\\":[{\\\\\\\"DomainName\\\\\\\":\\\\\\\"s1.eautodealerhub.com\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"AAAA\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585591166,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"www.brightparcel.com\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"AAAA\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585591166,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"eautodealerhub.com\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"AAAA\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585591176,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"motivation.neighboring.site\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"AAAA\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585591176,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"www.endcoronavirus.org\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"AAAA\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585591178,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"www.pandemicsurvival.bid\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"AAAA\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585591179,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"www.thecoronaviruslive.info\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"AAAA\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585591179,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"www.coronavirusreport.buzz\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"AAAA\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585591179,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"www.coronavirusdata.org\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"AAAA\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585591180,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"www.coronawatch.eu\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"AAAA\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1585591180,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false}],\\\\\\\"IOCType\\\\\\\":\\\\\\\"domain\\\\\\\",\\\\\\\"IOCValue\\\\\\\":\\\\\\\"corona-virus-map.net\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:56e200a121174f4973f08ba462cab657:158915316922\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"10.255.146.88\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-05-9a-3c-7a-00\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Falcon Intel\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Intelligence Indicator - Domain\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Falcon Detection Method\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Detection, standard detection.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":0,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\explorer.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\Explorer.EXE\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\userinit.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\userinit.exe\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15127611,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1587479190000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1587479190,\\\\\\\"ProcessEndTime\\\\\\\":1587479190,\\\\\\\"ProcessId\\\\\\\":825795180959,\\\\\\\"ParentProcessId\\\\\\\":825788770884,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD143\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"N/A\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Privilege Escalation\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A malicious process launched that's likely attempting a User Account Control (UAC) bypass. Review the process tree.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"PsExec.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"psexec  -s -i cmd.exe\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"3337e3875b05e0bfba69ab926532e3f179e8cfbf162ebb60ce58a0281437a7ef\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"27304b246c7d5b4e149124d5f93c5b01\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"N/A\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/b5146c05361240987390572105a892bb/541166572254?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"b5146c05361240987390572105a892bb\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:b5146c05361240987390572105a892bb:541166572254\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"180.24.89.43\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-50-56-9a-19-39\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Privilege Escalation\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Bypass User Account Control\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Gain Access\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Detection, standard detection.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":0,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\\\\\\\\\" \\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\explorer.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\Explorer.EXE\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15138145,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1587580656000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1587580649,\\\\\\\"ProcessEndTime\\\\\\\":0,\\\\\\\"ProcessId\\\\\\\":744584133298,\\\\\\\"ParentProcessId\\\\\\\":744581568760,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD130\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"mtoledt\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Blocked Exploit\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"Detected and blocked a heap spray attempt, which was likely part of an attempted exploit.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"WINWORD.EXE\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\PROGRA~2\\\\\\\\\\\\\\\\MIF5BA~1\\\\\\\\\\\\\\\\Office14\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Program Files (x86)\\\\\\\\\\\\\\\\Microsoft Office\\\\\\\\\\\\\\\\Office14\\\\\\\\\\\\\\\\WINWORD.EXE\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"686ddafca1bd1a148033c6d5d971cdcbab6edd6fa515f43990473305d262b9ab\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"b8a453fa94f88e4119fbf115232d4578\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"CORPORATIVO\\\\\\\",\\\\\\\"NetworkAccesses\\\\\\\":[{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1587580656,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"192.168.43.223\\\\\\\",\\\\\\\"LocalPort\\\\\\\":63958,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"13.107.3.128\\\\\\\",\\\\\\\"RemotePort\\\\\\\":443,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false}],\\\\\\\"DocumentsAccessed\\\\\\\":[{\\\\\\\"Timestamp\\\\\\\":1587580652,\\\\\\\"FileName\\\\\\\":\\\\\\\"AUD1227 - Informe PCN 23012021_v1.docx\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Disco_D\\\\\\\\\\\\\\\\Auditoria\\\\\\\\\\\\\\\\2019\\\\\\\\\\\\\\\\Plan de continuidad de negocio\\\\\\\\\\\\\\\\Informe\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\\\\\\\\\\final para emision\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580652,\\\\\\\"FileName\\\\\\\":\\\\\\\"AUD1227 - Informe PCN 23012021_v1.docx\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Disco_D\\\\\\\\\\\\\\\\Auditoria\\\\\\\\\\\\\\\\2019\\\\\\\\\\\\\\\\Plan de continuidad de negocio\\\\\\\\\\\\\\\\Informe\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\\\\\\\\\\final para emision\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580652,\\\\\\\"FileName\\\\\\\":\\\\\\\"AUD1227 - Informe PCN 23012021_v1.docx\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Disco_D\\\\\\\\\\\\\\\\Auditoria\\\\\\\\\\\\\\\\2019\\\\\\\\\\\\\\\\Plan de continuidad de negocio\\\\\\\\\\\\\\\\Informe\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\\\\\\\\\\final para emision\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580652,\\\\\\\"FileName\\\\\\\":\\\\\\\"AUD1227 - Informe PCN 23012021_v1.docx\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Disco_D\\\\\\\\\\\\\\\\Auditoria\\\\\\\\\\\\\\\\2019\\\\\\\\\\\\\\\\Plan de continuidad de negocio\\\\\\\\\\\\\\\\Informe\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\\\\\\\\\\final para emision\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580652,\\\\\\\"FileName\\\\\\\":\\\\\\\"AUD1227 - Informe PCN 23012021_v1.docx\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Disco_D\\\\\\\\\\\\\\\\Auditoria\\\\\\\\\\\\\\\\2019\\\\\\\\\\\\\\\\Plan de continuidad de negocio\\\\\\\\\\\\\\\\Informe\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\\\\\\\\\\final para emision\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580652,\\\\\\\"FileName\\\\\\\":\\\\\\\"AUD1227 - Informe PCN 23012021_v1.docx\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Disco_D\\\\\\\\\\\\\\\\Auditoria\\\\\\\\\\\\\\\\2019\\\\\\\\\\\\\\\\Plan de continuidad de negocio\\\\\\\\\\\\\\\\Informe\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\\\\\\\\\\final para emision\\\\\\\\\\\\\\\\FINAL PARA EMISION\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580653,\\\\\\\"FileName\\\\\\\":\\\\\\\"Minuta Reuni??n Mesa Indicadores Tecnol??gicos 20200417.docx\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\Microsoft\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\Temporary Internet Files\\\\\\\\\\\\\\\\Content.Outlook\\\\\\\\\\\\\\\\1DMCDUVK\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580653,\\\\\\\"FileName\\\\\\\":\\\\\\\"Minuta Reuni??n Mesa Indicadores Tecnol??gicos 20200417.docx\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\Microsoft\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\Temporary Internet Files\\\\\\\\\\\\\\\\Content.Outlook\\\\\\\\\\\\\\\\1DMCDUVK\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580653,\\\\\\\"FileName\\\\\\\":\\\\\\\"Minuta Reuni??n Mesa Indicadores Tecnol??gicos 20200417.docx\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\Microsoft\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\Temporary Internet Files\\\\\\\\\\\\\\\\Content.Outlook\\\\\\\\\\\\\\\\1DMCDUVK\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580653,\\\\\\\"FileName\\\\\\\":\\\\\\\"Minuta Reuni??n Mesa Indicadores Tecnol??gicos 20200417.docx\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\Microsoft\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\Temporary Internet Files\\\\\\\\\\\\\\\\Content.Outlook\\\\\\\\\\\\\\\\1DMCDUVK\\\\\\\"}],\\\\\\\"ExecutablesWritten\\\\\\\":[{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"MSIP.RMS.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\0VUHNZFN\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"MSIP.Auth.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\NBMQMF3Y\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"MSIP.RMS.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\0VUHNZFN\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"MSIP.Auth.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\NBMQMF3Y\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"AddinExpress.MSO.2005.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\INOKDY7A\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"AddinExpress.MSO.2005.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\INOKDY7A\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"MSIP.Office.WordAddin.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\QFC8IOOQ\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"MSIP.Office.WordAddin.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\QFC8IOOQ\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"Newtonsoft.Json.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\UWZ97D06\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"Newtonsoft.Json.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\UWZ97D06\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"MSIP.ServiceClient.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\K63SOONL\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"MSIP.ServiceClient.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\K63SOONL\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580651,\\\\\\\"FileName\\\\\\\":\\\\\\\"MSIP.FileFormats.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\PT7N48OV\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580651,\\\\\\\"FileName\\\\\\\":\\\\\\\"MSIP.FileFormats.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\PT7N48OV\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"MSIP.Office.Lib.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\Q3CHY3CS\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"MSIP.Office.Lib.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\Q3CHY3CS\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"MSIP.Lib.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\SRUKPLVS\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"MSIP.Lib.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\SRUKPLVS\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"Newtonsoft.Json.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\UWZ97D06\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1587580650,\\\\\\\"FileName\\\\\\\":\\\\\\\"Newtonsoft.Json.DLL\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\mtoledt\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\assembly\\\\\\\\\\\\\\\\tmp\\\\\\\\\\\\\\\\UWZ97D06\\\\\\\"}],\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/259e9749c1594b5a4abb0be460d3abac/459563341630?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"259e9749c1594b5a4abb0be460d3abac\\\\\\\",\\\\\\\"DnsRequests\\\\\\\":[{\\\\\\\"DomainName\\\\\\\":\\\\\\\"config.edge.skype.com\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"A\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1587580656,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false}],\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:259e9749c1594b5a4abb0be460d3abac:459563341630\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"192.168.43.223\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"38-de-ad-64-65-7c\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Exploit\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Exploit Mitigation\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Falcon Detection Method\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, operation blocked.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":1024,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":true,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\SysWOW64\\\\\\\\\\\\\\\\DWWIN.EXE\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\windows\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\dwwin.exe -x -s 10652\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\PROGRA~2\\\\\\\\\\\\\\\\COMMON~1\\\\\\\\\\\\\\\\MICROS~1\\\\\\\\\\\\\\\\DW\\\\\\\\\\\\\\\\DW20.EXE\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\PROGRA~2\\\\\\\\\\\\\\\\COMMON~1\\\\\\\\\\\\\\\\MICROS~1\\\\\\\\\\\\\\\\DW\\\\\\\\\\\\\\\\DW20.EXE\\\\\\\\\\\\\\\" -x -s 10652\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15148189,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1587661232000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1587661053,\\\\\\\"ProcessEndTime\\\\\\\":1587661231,\\\\\\\"ProcessId\\\\\\\":65188153353,\\\\\\\"ParentProcessId\\\\\\\":64435204369,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD133\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"Administrator\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Ransomware\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"Detected the deletion of backups often indicative of ransomware activity\\\\\\\",\\\\\\\"Severity\\\\\\\":5,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"Critical\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"explorer.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"explorer.exe\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"c4228b2bf3f9257a8d987c030ab9281daeead9ea8b92368a76cd8ed6bf6a937d\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"1bb03cd6842ef2fcd731581d8d1b9264\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"MININT-8P9O1ET\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/fe5a73cbbfe7416491540f455284496d/64429194017?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"fe5a73cbbfe7416491540f455284496d\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:fe5a73cbbfe7416491540f455284496d:64429194017\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"180.31.25.6\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-50-56-81-60-d0\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Impact\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Inhibit System Recovery\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Follow Through\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, process killed.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":16,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":true,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\winlogon.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"winlogon.exe\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15148189,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1587661232000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1587661053,\\\\\\\"ProcessEndTime\\\\\\\":1587661231,\\\\\\\"ProcessId\\\\\\\":65188153353,\\\\\\\"ParentProcessId\\\\\\\":64435204369,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD152\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD152\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Ransomware\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"Detected the deletion of backups often indicative of ransomware activity\\\\\\\",\\\\\\\"Severity\\\\\\\":5,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"Critical\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"explorer.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"explorer.exe\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"c4228b2bf3f9257a8d987c030ab9281daeead9ea8b92368a76cd8ed6bf6a937d\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"1bb03cd6842ef2fcd731581d8d1b9264\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"MININT-8P9O1ET\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/fe5a73cbbfe7416491540f455284496d/64429194017?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"fe5a73cbbfe7416491540f455284496d\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:fe5a73cbbfe7416491540f455284496d:64429194017\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"180.31.25.6\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-50-56-81-60-d0\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Collection\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Clipboard Data\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Follow Through\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, process killed.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":16,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":true,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\winlogon.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"winlogon.exe\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15159593,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1587751978000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1587751977,\\\\\\\"ProcessEndTime\\\\\\\":1587751977,\\\\\\\"ProcessId\\\\\\\":354507424374,\\\\\\\"ParentProcessId\\\\\\\":354494912479,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD135\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"RMORTELL\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Malicious Document\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A suspicious script launched under a productivity application. If this script is unexpected, it might be part of a malicious phishing campaign. Investigate the process tree to find the originating file and look for similar files delivered to other hosts.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"wscript.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\WScript.exe\\\\\\\\\\\\\\\" \\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\rmortell\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\Temp\\\\\\\\\\\\\\\\1\\\\\\\\\\\\\\\\Numlock.vbs\\\\\\\\\\\\\\\" \\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"47cacd60d91441137d055184614b1a418c0457992977857a76ca05c75bbc1b56\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"f5e5df6c9d62f4e940b334954a2046fc\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"BROWER\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/6300584b08964aeb718e3b9fd4bc2a30/133147608385?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"6300584b08964aeb718e3b9fd4bc2a30\\\\\\\",\\\\\\\"IOCType\\\\\\\":\\\\\\\"hash_sha256\\\\\\\",\\\\\\\"IOCValue\\\\\\\":\\\\\\\"47cacd60d91441137d055184614b1a418c0457992977857a76ca05c75bbc1b56\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:6300584b08964aeb718e3b9fd4bc2a30:133147608385\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"10.255.142.146\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-05-9a-3c-7a-00\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Initial Access\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Spearphishing Attachment\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Gain Access\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, process was blocked from execution.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":2048,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":true},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Program Files\\\\\\\\\\\\\\\\Microsoft Office\\\\\\\\\\\\\\\\Office16\\\\\\\\\\\\\\\\WINWORD.EXE\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Program Files\\\\\\\\\\\\\\\\Microsoft Office\\\\\\\\\\\\\\\\Office16\\\\\\\\\\\\\\\\WINWORD.EXE\\\\\\\\\\\\\\\" REDACTED\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Program Files\\\\\\\\\\\\\\\\Microsoft Office\\\\\\\\\\\\\\\\Office16\\\\\\\\\\\\\\\\OUTLOOK.EXE\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Program Files\\\\\\\\\\\\\\\\Microsoft Office\\\\\\\\\\\\\\\\Office16\\\\\\\\\\\\\\\\OUTLOOK.EXE\\\\\\\\\\\\\\\" \\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15265962,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1588228943000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1588228943,\\\\\\\"ProcessEndTime\\\\\\\":1588228943,\\\\\\\"ProcessId\\\\\\\":23866875817,\\\\\\\"ParentProcessId\\\\\\\":23864664209,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD114\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"x361510\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Evade Detection\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A file launched from a location previously associated with known malware, and its process exhibited suspicious behavior. Review the file.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"wscript.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\WScript.exe\\\\\\\\\\\\\\\" \\\\\\\\\\\\\\\"E:\\\\\\\\\\\\\\\\WindowsServices\\\\\\\\\\\\\\\\movemenoreg.vbs\\\\\\\\\\\\\\\" \\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"f42201b5d890a96302f90102b16d7c31cfcc3b67c801ba7c6f6be223f16d7011\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"563edae37876138fdff47f3e7a9a78fd\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"BCE\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/e191ad4564754b919aafe0d794093c32/21475174568?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"e191ad4564754b919aafe0d794093c32\\\\\\\",\\\\\\\"IOCType\\\\\\\":\\\\\\\"hash_sha256\\\\\\\",\\\\\\\"IOCValue\\\\\\\":\\\\\\\"f42201b5d890a96302f90102b16d7c31cfcc3b67c801ba7c6f6be223f16d7011\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:e191ad4564754b919aafe0d794093c32:21475174568\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"192.168.0.169\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"40-74-e0-11-eb-21\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Defense Evasion\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Indirect Command Execution\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Keep Access\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, process was blocked from execution.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":2048,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":true},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\\\\\\\\\" /C .\\\\\\\\\\\\\\\\WindowsServices\\\\\\\\\\\\\\\\movemenoreg.vbs\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\explorer.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\windows\\\\\\\\\\\\\\\\Explorer.EXE\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15271222,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1588272919000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1588272848,\\\\\\\"ProcessEndTime\\\\\\\":1588273082,\\\\\\\"ProcessId\\\\\\\":2145053152624,\\\\\\\"ParentProcessId\\\\\\\":2145015124152,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD121\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"N/A\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Suspicious Activity\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"An unexpected process ran svchost.exe. Adversaries can masquerade malware as a system process to evade detection. Review the executable.\\\\\\\",\\\\\\\"Severity\\\\\\\":3,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"Medium\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"procexp64.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\Mup\\\\\\\\\\\\\\\\bsbrsp2673\\\\\\\\\\\\\\\\Software\\\\\\\\\\\\\\\\SysinternalsSuite\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\bsbrsp2673\\\\\\\\\\\\\\\\Software\\\\\\\\\\\\\\\\SysinternalsSuite\\\\\\\\\\\\\\\\procexp64.exe\\\\\\\\\\\\\\\" \\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"795fe82fba35ee15eeb70cfe999ce8881e8ba1cc7b1734413b38259847ece8bf\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"9040ba73eca86d61f88e1935d4134114\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"N/A\\\\\\\",\\\\\\\"ExecutablesWritten\\\\\\\":[{\\\\\\\"Timestamp\\\\\\\":1588272852,\\\\\\\"FileName\\\\\\\":\\\\\\\"PROCEXP152.SYS\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\Drivers\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1588272852,\\\\\\\"FileName\\\\\\\":\\\\\\\"PROCEXP152.SYS\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\Drivers\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1588272852,\\\\\\\"FileName\\\\\\\":\\\\\\\"PROCEXP152.SYS\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\Drivers\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1588272852,\\\\\\\"FileName\\\\\\\":\\\\\\\"PROCEXP152.SYS\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\Drivers\\\\\\\"}],\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/9c0b0636ab93402e5a1bc9e77a073522/51547626624?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"9c0b0636ab93402e5a1bc9e77a073522\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:9c0b0636ab93402e5a1bc9e77a073522:51547626624\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"22.162.41.207\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-50-56-b5-48-a2\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Execution\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Command-Line Interface\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Follow Through\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Detection, standard detection.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":0,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\explorer.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\Explorer.EXE\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\userinit.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\userinit.exe\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15277510,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1588364253000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1588364234,\\\\\\\"ProcessEndTime\\\\\\\":1588364234,\\\\\\\"ProcessId\\\\\\\":97227299188054,\\\\\\\"ParentProcessId\\\\\\\":97227297388866,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD145\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"SYSTEM\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Evade Detection\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A process with an obfuscated command line appears to be using certutil to decode a malicious payload. Review the command line.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"certutil.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"certutil  -decode C:\\\\\\\\\\\\\\\\Temp\\\\\\\\\\\\\\\\XGradientZoneBarTest.txt C:\\\\\\\\\\\\\\\\Temp\\\\\\\\\\\\\\\\XGradientZoneBarTest.exe\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"e2a5fb1ca722474b76d6da5c5b1d438a1e58beca52864862555c9ab1b533e72d\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"09a8a29baa3a451713fd3d07943b4a43\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"NT AUTHORITY\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/a3704d5d8d7c48e87d3c7cc32848a54c/188984968892?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"a3704d5d8d7c48e87d3c7cc32848a54c\\\\\\\",\\\\\\\"IOCType\\\\\\\":\\\\\\\"hash_sha256\\\\\\\",\\\\\\\"IOCValue\\\\\\\":\\\\\\\"e2a5fb1ca722474b76d6da5c5b1d438a1e58beca52864862555c9ab1b533e72d\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:a3704d5d8d7c48e87d3c7cc32848a54c:188984968892\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"180.201.13.88\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-50-56-bb-27-5e\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Defense Evasion\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Deobfuscate/Decode Files or Information\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Keep Access\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, process was blocked from execution.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":2048,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":true},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"cmd.exe\\\\\\\\\\\\\\\" /C scripts\\\\\\\\\\\\\\\\dev.bat\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\MIDServer\\\\\\\\\\\\\\\\mid.kingston-10-17-2017__patch6-05-16-2018_05-24-2018_1317.windows.x86-64\\\\\\\\\\\\\\\\agent\\\\\\\\\\\\\\\\jre\\\\\\\\\\\\\\\\bin\\\\\\\\\\\\\\\\java.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"jre\\\\\\\\\\\\\\\\bin\\\\\\\\\\\\\\\\java\\\\\\\\\\\\\\\" -Djava.util.logging.config.file=properties/glide.properties -Dsun.net.maxDatagramSockets=65535 -Dcom.sun.jndi.ldap.object.disableEndpointIdentification=true -Dfile.encoding=Cp1252 -Dsun.stdout.encoding=Cp1252 -Dsun.stderr.encoding=Cp1252 -Dwrapper.use_sun_encoding=true -Xms10m -Xmx1024m -Djava.library.path=\\\\\\\\\\\\\\\"lib;lib/x86-64\\\\\\\\\\\\\\\" -classpath \\\\\\\\\\\\\\\"lib/accessors-smart.jar;lib/activation.jar;lib/amb-client.jar;lib/annotations.jar;lib/ant-launcher.jar;lib/ant.jar;lib/antlr-runtime.jar;lib/antlr.jar;lib/aopalliance.jar;lib/app-itapp-mid.jar;lib/asm-analysis.jar;lib/asm-commons.jar;lib/asm-tree.jar;lib/asm.jar;lib/aws-java-sdk-acm.jar;lib/aws-java-sdk-acmpca.jar;lib/aws-java-sdk-alexaforbusiness.jar;lib/aws-java-sdk-api-gateway.jar;lib/aws-java-sdk-applicationautoscaling.jar;lib/aws-java-sdk-appstream.jar;lib/aws-java-sdk-appsync.jar;lib/aws-java-sdk-athena.jar;lib/aws-java-sdk-autoscaling.jar;lib/aws-java-sdk-autoscalingplans.jar;lib/aws-java-sdk-batch.jar;lib/aws-java-sdk-budgets.jar;lib/aws-java-sdk-cloud9.jar;lib/aws-java-sdk-clouddirectory.jar;lib/aws-java-sdk-cloudformation.jar;lib/aws-java-sdk-cloudfront.jar;lib/aws-java-sdk-cloudhsm.jar;lib/aws-java-sdk-cloudhsmv2.jar;lib/aws-java-sdk-cloudsearch.jar;lib/aws-java-sdk-cloudtrail.jar;lib/aws-java-sdk-cloudwatch.jar;lib/aws-java-sdk-cloudwatchmetrics.jar;lib/aws-java-sdk-codebuild.jar;lib/aws-java-sdk-codecommit.jar;lib/aws-java-sdk-codedeploy.jar;lib/aws-java-sdk-codepipeline.jar;lib/aws-java-sdk-codestar.jar;lib/aws-java-sdk-cognitoidentity.jar;lib/aws-java-sdk-cognitoidp.jar;lib/aws-java-sdk-cognitosync.jar;lib/aws-java-sdk-comprehend.jar;lib/aws-java-sdk-config.jar;lib/aws-java-sdk-connect.jar;lib/aws-java-sdk-core.jar;lib/aws-java-sdk-costandusagereport.jar;lib/aws-java-sdk-costexplorer.jar;lib/aws-java-sdk-datapipeline.jar;lib/aws-java-sdk-dax.jar;lib/aws-java-sdk-devicefarm.jar;lib/aws-java-sdk-directconnect.jar;lib/aws-java-sdk-directory.jar;lib/aws-java-sdk-discovery.jar;lib/aws-java-sdk-dlm.jar;lib/aws-java-sdk-dms.jar;lib/aws-java-sdk-dynamodb.jar;lib/aws-java-sdk-ec2.jar;lib/aws-java-sdk-ecr.jar;lib/aws-java-sdk-ecs.jar;lib/aws-java-sdk-efs.jar;lib/aws-java-sdk-eks.jar;lib/aws-java-sdk-elasticache.jar;lib/aws-java-sdk-elasticbeanstalk.jar;lib/aws-java-sdk-elasticloadbalancing.jar;lib/aws-java-sdk-elasticloadbalancingv2.jar;lib/aws-java-sdk-elasticsearch.jar;lib/aws-java-sdk-elastictranscoder.jar;lib/aws-java-sdk-emr.jar;lib/aws-java-sdk-events.jar;lib/aws-java-sdk-fms.jar;lib/aws-java-sdk-gamelift.jar;lib/aws-java-sdk-glacier.jar;lib/aws-java-sdk-glue.jar;lib/aws-java-sdk-greengrass.jar;lib/aws-java-sdk-guardduty.jar;lib/aws-java-sdk-health.jar;lib/aws-java-sdk-iam.jar;lib/aws-java-sdk-importexport.jar;lib/aws-java-sdk-inspector.jar;lib/aws-java-sdk-iot1clickdevices.jar;lib/aws-java-sdk-iot1clickprojects.jar;lib/aws-java-sdk-iot.jar;lib/aws-java-sdk-iotanalytics.jar;lib/aws-java-sdk-iotjobsdataplane.jar;lib/aws-java-sdk-kinesis.jar;lib/aws-java-sdk-kinesisvideo.jar;lib/aws-java-sdk-kms.jar;lib/aws-java-sdk-lambda.jar;lib/aws-java-sdk-lex.jar;lib/aws-java-sdk-lexmodelbuilding.jar;lib/aws-java-sdk-lightsail.jar;lib/aws-java-sdk-logs.jar;lib/aws-java-sdk-machinelearning.jar;lib/aws-java-sdk-macie.jar;lib/aws-java-sdk-marketplacecommerceanalytics.jar;lib/aws-java-sdk-marketplaceentitlement.jar;lib/aws-java-sdk-marketplacemeteringservice.jar;lib/aws-java-sdk-mechanicalturkrequester.jar;lib/aws-java-sdk-mediaconvert.jar;lib/aws-java-sdk-medialive.jar;lib/aws-java-sdk-mediapackage.jar;lib/aws-java-sdk-mediastore.jar;lib/aws-java-sdk-mediastoredata.jar;lib/aws-java-sdk-mediatailor.jar;lib/aws-java-sdk-migrationhub.jar;lib/aws-java-sdk-mobile.jar;lib/aws-java-sdk-models.jar;lib/aws-java-sdk-mq.jar;lib/aws-java-sdk-neptune.jar;lib/aws-java-sdk-opsworks.jar;lib/aws-java-sdk-opsworkscm.jar;lib/aws-java-sdk-organizations.jar;lib/aws-java-sdk-pi.jar;lib/aws-java-sdk-pinpoint.jar;lib/aws-java-sdk-polly.jar;lib/aws-java-sdk-pricing.jar;lib/aws-java-sdk-rds.jar;lib/aws-java-sdk-redshift.jar;lib/aws-java-sdk-rekognition.jar;lib/aws-java-sdk-resourcegroups.jar;lib/aws-java-sdk-resourcegroupstaggingapi.jar;lib/aws-java-sdk-route53.jar;lib/aws-java-sdk-s3.jar;lib/aws-java-sdk-sagemaker.jar;lib/aws-java-sdk-sagemakerruntime.jar;lib/aws-java-sdk-secretsmanager.jar;lib/aws-java-sdk-serverlessapplicationrepository.jar;lib/aws-java-sdk-servermigration.jar;lib/aws-java-sdk-servicecatalog.jar;lib/aws-java-sdk-servicediscovery.jar;lib/aws-java-sdk-ses.jar;lib/aws-java-sdk-shield.jar;lib/aws-java-sdk-simpledb.jar;lib/aws-java-sdk-simpleworkflow.jar;lib/aws-java-sdk-snowball.jar;lib/aws-java-sdk-sns.jar;lib/aws-java-sdk-sqs.jar;lib/aws-java-sdk-ssm.jar;lib/aws-java-sdk-stepfunctions.jar;lib/aws-java-sdk-storagegateway.jar;lib/aws-java-sdk-sts.jar;lib/aws-java-sdk-support.jar;lib/aws-java-sdk-swf-libraries.jar;lib/aws-java-sdk-transcribe.jar;lib/aws-java-sdk-translate.jar;lib/aws-java-sdk-waf.jar;lib/aws-java-sdk-workdocs.jar;lib/aws-java-sdk-workmail.jar;lib/aws-java-sdk-workspaces.jar;lib/aws-java-sdk-xray.jar;lib/aws-java-sdk.jar;lib/axiom-api.jar;lib/axiom-dom.jar;lib/axiom-impl.jar;lib/axis.jar;lib/bayeux-api.jar;lib/bcpkix-jdk15on.jar;lib/bcprov-jdk15on.jar;lib/cache-api.jar;lib/camel-core.jar;lib/cimiql.jar;lib/clotho-api.jar;lib/cometd-java-client.jar;lib/cometd-java-common.jar;lib/commons-cli.jar;lib/commons-codec.jar;lib/commons-collections.jar;lib/commons-compress.jar;lib/commons-core-automation.jar;lib/commons-core.jar;lib/commons-csv.jar;lib/commons-exec.jar;lib/commons-glide.jar;lib/commons-httpclient.jar;lib/commons-io.jar;lib/commons-jxpath.jar;lib/commons-lang3.jar;lib/commons-lang.jar;lib/commons-logging.jar;lib/commons-math3.jar;lib/commons-net.jar;lib/commons-pool2.jar;lib/commons-process-flow.jar;lib/connector-blobstorage.jar;lib/connector-blockstorage.jar;lib/connector-cfgmgmt.jar;lib/connector-compute.jar;lib/connector-dto.jar;lib/connector-ipam.jar;lib/connector-loadbalancer.jar;lib/connector-network.jar;lib/connector-nodeaccess.jar;lib/connector-script.jar;lib/connector-ssh.jar;lib/connector-util.jar;lib/da-core.jar;lib/dist-upgrade-runner.jar;lib/dnsjava.jar;lib/dom4j.jar;lib/ehcache.jar;lib/ftp4che.jar;lib/glide-proxy-commons.jar;lib/grammatica.jar;lib/groovy-all.jar;lib/gson.jar;lib/guava.jar;lib/guice-assistedinject.jar;lib/guice-multibindings.jar;lib/guice.jar;lib/h2.jar;lib/hamcrest-core.jar;lib/hibernate-jpa-2.0-api.jar;lib/httpasyncclient.jar;lib/httpclient.jar;lib/httpcore-nio.jar;lib/httpcore.jar;lib/ignite-core.jar;lib/ignite-shmem.jar;lib/ini4j.jar;lib/ion-java.jar;lib/itom-oi-metrics.jar;lib/itom-oi-models.jar;lib/j2ssh-ant.jar;lib/j2ssh-common.jar;lib/j2ssh-core.jar;lib/j2ssh-daemon.jar;lib/j2ssh-maverick-all-all.jar;lib/jackson-annotations.jar;lib/jackson-core-asl.jar;lib/jackson-core.jar;lib/jackson-databind.jar;lib/jackson-dataformat-cbor.jar;lib/jackson-jaxrs.jar;lib/jackson-mapper-asl.jar;lib/jackson-xc.jar;lib/jakarta-oro.jar;lib/jasypt.jar;lib/java-service-wrapper.jar;lib/java-sizeof.jar;lib/javassist.jar;lib/javax-websocket-client-impl.jar;lib/javax-websocket-server-impl.jar;lib/javax.annotation-api.jar;lib/javax.inject.jar;lib/javax.json.jar;lib/javax.mail.jar;lib/javax.servlet-api.jar;lib/javax.websocket-api.jar;lib/javax.websocket-client-api.jar;lib/javax.xml.soap-api.jar;lib/jaxen.jar;lib/jdom.jar;lib/jersey-bundle.jar;lib/jersey-core.jar;lib/jersey-server.jar;lib/jetty-annotations.jar;lib/jetty-client.jar;lib/jetty-http.jar;lib/jetty-io.jar;lib/jetty-jndi.jar;lib/jetty-plus.jar;lib/jetty-security.jar;lib/jetty-server.jar;lib/jetty-servlet.jar;lib/jetty-util-ajax.jar;lib/jetty-util.jar;lib/jetty-webapp.jar;lib/jetty-xml.jar;lib/jgrapht-core.jar;lib/jmespath-java.jar;lib/jms.jar;lib/jmxremote.jar;lib/jmxremote_optional.jar;lib/jmxri.jar;lib/jmxtools.jar;lib/jna.jar;lib/joda-time.jar;lib/joesnmp.jar;lib/jsch.jar;lib/jslp.jar;lib/json-path.jar;lib/json-smart.jar;lib/json.jar;lib/jsoup.jar;lib/jsr305.jar;lib/jsr311-api.jar;lib/junit.jar;lib/lbfgs4j.jar;lib/ldapbp.jar;lib/log4j.jar;lib/lombok.jar;lib/manageontap.jar;lib/mariadb-java-client.jar;lib/metrics-core.jar;lib/mibble-mibs.jar;lib/mibble-parser.jar;lib/mid-analytics-common.jar;lib/mid-analytics.jar;lib/mid-events.jar;lib/mid-installer.jar;lib/mid-metric-connector.jar;lib/mid-metrics.jar;lib/mid-monitoring.jar;lib/mid-web-server.jar;lib/mid.jar;lib/mimepull.jar;lib/ndl-grammar.jar;lib/netty-buffer.jar;lib/netty-codec-http.jar;lib/netty-codec.jar;lib/netty-common.jar;lib/netty-handler.jar;lib/netty-resolver.jar;lib/netty-transport.jar;lib/ognl.jar;lib/ojdbc6.jar;lib/org.dom4j.dom4j.jar;lib/oro.jar;lib/owasp-java-html-sanitizer.jar;lib/process-flow-core.jar;lib/protobuf-java.jar;lib/reflections.jar;lib/rhino-ng.jar;lib/rmissl.jar;lib/sa-commons-mid.jar;lib/saaj-impl.jar;lib/sdlc-annotations.jar;lib/serializer.jar;lib/sigar.jar;lib/slf4j-api.jar;lib/slf4j-simple.jar;lib/slp.jar;lib/snc-automation-api.jar;lib/snmp4j-smi-pro.jar;lib/snmp4j.jar;lib/snxpath.jar;lib/sql-server-jdbc.jar;lib/ssh.jar;lib/stax2-api.jar;lib/stax-api.jar;lib/stax-ex.jar;lib/stl-decomp-4j.jar;lib/stringtemplate.jar;lib/tidy.jar;lib/unitils-core.jar;lib/uuid.jar;lib/websocket-api.jar;lib/websocket-client.jar;lib/websocket-common.jar;lib/websocket-server.jar;lib/websocket-servlet.jar;lib/windpapi4j.jar;lib/woodstox-core.jar;lib/wsdl4j.jar;lib/wss4j-ws-security-common.jar;lib/wss4j-ws-security-dom.jar;lib/xalan.jar;lib/xercesImpl.jar;lib/xml-apis.jar;lib/xmlbeans.jar;lib/xmlsec.jar;lib/xom.jar;lib/xtext-deps.jar;lib/yavijava.jar;extlib/joda-time-2.9.2.jar\\\\\\\\\\\\\\\" -Dwrapper.key=\\\\\\\\\\\\\\\"0s_LoRiwEHe8H4Rc-ELt24QUW40dhznc\\\\\\\\\\\\\\\" -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=1680 -Dwrapper.version=\\\\\\\\\\\\\\\"3.5.36-st\\\\\\\\\\\\\\\" -Dwrapper.native_library=\\\\\\\\\\\\\\\"wrapper\\\\\\\\\\\\\\\" -Dwrapper.arch=\\\\\\\\\\\\\\\"x86\\\\\\\\\\\\\\\" -Dwrapper.service=\\\\\\\\\\\\\\\"TRUE\\\\\\\\\\\\\\\" -Dwrapper.cpu.timeout=\\\\\\\\\\\\\\\"10\\\\\\\\\\\\\\\" -Dwrapper.jvmid=1 -Dwrapper.lang.domain=\\\\\\\\\\\\\\\"wrapper\\\\\\\\\\\\\\\" -Dwrapper.lang.folder=\\\\\\\\\\\\\\\"../lang\\\\\\\\\\\\\\\" org.tanukisoftware.wrapper.WrapperStartStopApp com.service_now.mid.Main 1 start com.service_now.mid.Main true 1 stop\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15520875,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1585150707020,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1588784494,\\\\\\\"ProcessEndTime\\\\\\\":0,\\\\\\\"ProcessId\\\\\\\":35113756297,\\\\\\\"ParentProcessId\\\\\\\":34647559792,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD001\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"T711550\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Attacker Methodology\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A PowerShell script launched that shares characteristics with known PowerShell exploit kits. The script might connect to remote command and control. Decode and review the script.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"powershell.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\WindowsPowerShell\\\\\\\\\\\\\\\\v1.0\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\WindowsPowerShell\\\\\\\\\\\\\\\\v1.0\\\\\\\\\\\\\\\\powershell.exe\\\\\\\\\\\\\\\" \\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"908b64b1971a979c7e3e8ce4621945cba84854cb98d76367b791a6e22b5f6d53\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"cda48fc75952ad12d99e526d0b6bf70a\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"CENTRAL\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/d51d7cdb7419491b8e3fabe40530ff25/34360281124?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"d51d7cdb7419491b8e3fabe40530ff25\\\\\\\",\\\\\\\"IOCType\\\\\\\":\\\\\\\"hash_sha256\\\\\\\",\\\\\\\"IOCValue\\\\\\\":\\\\\\\"be62b2b3ca32b9114997c0066ccea06d2903f34d9fb882d64115c8391d395df1\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:d51d7cdb7419491b8e3fabe40530ff25:34360281124\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"180.242.25.95\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-0d-3a-4f-04-38\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Execution\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"PowerShell\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Follow Through\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, operation blocked.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":1024,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":true,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\explorer.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\windows\\\\\\\\\\\\\\\\Explorer.EXE\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\userinit.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\windows\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\userinit.exe\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15735905,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1589292871000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1589292850,\\\\\\\"ProcessEndTime\\\\\\\":1589292870,\\\\\\\"ProcessId\\\\\\\":21991483674,\\\\\\\"ParentProcessId\\\\\\\":21989948237,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD139\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"InstaladorW7\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Establish Persistence\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A process made a suspicious change to the registry that might indicate a malicious persistence mechanism. Investigate the registry key.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"Offercast2801_ARS_.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\INSTAL~1\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\Temp\\\\\\\\\\\\\\\\is-8S9G6.tmp\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\INSTAL~1\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\Temp\\\\\\\\\\\\\\\\is-8S9G6.tmp\\\\\\\\\\\\\\\\Offercast2801_ARS_.exe\\\\\\\\\\\\\\\" -b -pid ARS\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"9ac9365008d86c530c88ce79750a1e104c085dea1e382808565eab07f46aaa9a\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"3eb7286bf1d179d2deb77f342656ccf2\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"25DEMAYO\\\\\\\",\\\\\\\"ExecutablesWritten\\\\\\\":[{\\\\\\\"Timestamp\\\\\\\":1589292870,\\\\\\\"FileName\\\\\\\":\\\\\\\"APNSetup1.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\instaladorw7\\\\\\\\\\\\\\\\Documents\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1589292870,\\\\\\\"FileName\\\\\\\":\\\\\\\"APNSetup1.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\instaladorw7\\\\\\\\\\\\\\\\Documents\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1589292870,\\\\\\\"FileName\\\\\\\":\\\\\\\"APNSetup.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\instaladorw7\\\\\\\\\\\\\\\\Documents\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1589292870,\\\\\\\"FileName\\\\\\\":\\\\\\\"APNSetup.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\instaladorw7\\\\\\\\\\\\\\\\Documents\\\\\\\"}],\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/877923a42bde453badbfddc151c87cf6/21476812327?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"877923a42bde453badbfddc151c87cf6\\\\\\\",\\\\\\\"DnsRequests\\\\\\\":[{\\\\\\\"DomainName\\\\\\\":\\\\\\\"pipoffers.apnpartners.com\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"A\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1589292852,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false}],\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:877923a42bde453badbfddc151c87cf6:21476812327\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"180.157.70.148\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"0c-7a-15-7e-6c-bf\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Persistence\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Registry Run Keys / Start Folder\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Keep Access\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, process killed.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":16,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":true,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\INSTAL~1\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\Temp\\\\\\\\\\\\\\\\is-UEITF.tmp\\\\\\\\\\\\\\\\2-CuteWriter.tmp\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\INSTAL~1\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Local\\\\\\\\\\\\\\\\Temp\\\\\\\\\\\\\\\\is-UEITF.tmp\\\\\\\\\\\\\\\\2-CuteWriter.tmp\\\\\\\\\\\\\\\" /SL5=\\\\\\\\\\\\\\\"$4026E,1730625,54272,\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\nbr667615\\\\\\\\\\\\\\\\c$\\\\\\\\\\\\\\\\TEMP\\\\\\\\\\\\\\\\Nueva carpeta\\\\\\\\\\\\\\\\2-CuteWriter.exe\\\\\\\\\\\\\\\" \\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\Mup\\\\\\\\\\\\\\\\nbr667615\\\\\\\\\\\\\\\\c$\\\\\\\\\\\\\\\\TEMP\\\\\\\\\\\\\\\\Nueva carpeta\\\\\\\\\\\\\\\\2-CuteWriter.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\nbr667615\\\\\\\\\\\\\\\\c$\\\\\\\\\\\\\\\\TEMP\\\\\\\\\\\\\\\\Nueva carpeta\\\\\\\\\\\\\\\\2-CuteWriter.exe\\\\\\\\\\\\\\\" \\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15740689,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1589306694000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1589306600,\\\\\\\"ProcessEndTime\\\\\\\":1589306734,\\\\\\\"ProcessId\\\\\\\":8592175910512,\\\\\\\"ParentProcessId\\\\\\\":8592118703226,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD110\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"N/A\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Credential Theft\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"The Windows Security Account Manager (SAM) registry hive was read using raw disk access.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"forecopy_handy.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Ingenieria\\\\\\\\\\\\\\\\Windows_Live_Response\\\\\\\\\\\\\\\\Tools\\\\\\\\\\\\\\\\forecopy\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"D:\\\\\\\\\\\\\\\\Ingenieria\\\\\\\\\\\\\\\\Windows_Live_Response\\\\\\\\\\\\\\\\Tools\\\\\\\\\\\\\\\\forecopy\\\\\\\\\\\\\\\\forecopy_handy.exe\\\\\\\\\\\\\\\"  -empgixc \\\\\\\\\\\\\\\"D:\\\\\\\\\\\\\\\\Ingenieria\\\\\\\\\\\\\\\\Windows_Live_Response\\\\\\\\\\\\\\\\PSCSFS08_20200512_140215\\\\\\\\\\\\\\\\LiveResponseData\\\\\\\\\\\\\\\\CopiedFiles\\\\\\\\\\\\\\\" \\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"06cc3ca93312a8566ed48bcb6c4356e6af81a8a4122fe4b3ff4c070d08489462\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"92b7faf744753c4430b8d19c39410f63\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"N/A\\\\\\\",\\\\\\\"DocumentsAccessed\\\\\\\":[{\\\\\\\"Timestamp\\\\\\\":1589306709,\\\\\\\"FileName\\\\\\\":\\\\\\\"SYSTEM\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Ingenieria\\\\\\\\\\\\\\\\Windows_Live_Response\\\\\\\\\\\\\\\\PSCSFS08_20200512_140215\\\\\\\\\\\\\\\\LiveResponseData\\\\\\\\\\\\\\\\CopiedFiles\\\\\\\\\\\\\\\\registry\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1589306709,\\\\\\\"FileName\\\\\\\":\\\\\\\"SYSTEM\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Ingenieria\\\\\\\\\\\\\\\\Windows_Live_Response\\\\\\\\\\\\\\\\PSCSFS08_20200512_140215\\\\\\\\\\\\\\\\LiveResponseData\\\\\\\\\\\\\\\\CopiedFiles\\\\\\\\\\\\\\\\registry\\\\\\\"}],\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/646a668e7259452d4a02ad5bcdb90789/133144801516?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"646a668e7259452d4a02ad5bcdb90789\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:646a668e7259452d4a02ad5bcdb90789:133144801516\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"22.224.10.163\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-50-56-bd-72-81\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Credential Access\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Credentials in Registry\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Gain Access\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Detection, standard detection.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":0,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\\\\\\\\\" /C \\\\\\\\\\\\\\\"D:\\\\\\\\\\\\\\\\Ingenieria\\\\\\\\\\\\\\\\Windows_Live_Response\\\\\\\\\\\\\\\\Scripts\\\\\\\\\\\\\\\\Memory_Dump_Windows_Live_Response.bat\\\\\\\\\\\\\\\" \\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\explorer.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\Explorer.EXE\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15744519,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1589322507000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1589322507,\\\\\\\"ProcessEndTime\\\\\\\":1589322507,\\\\\\\"ProcessId\\\\\\\":295452284697,\\\\\\\"ParentProcessId\\\\\\\":295450531682,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD147\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"x339418\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Privilege Escalation\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A script launched cacls to modify access permissions on a file. The file might be a malicious payload. Review the script and the file.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"cacls.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume5\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"cacls  \\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\x339418\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Roaming\\\\\\\\\\\\\\\\aymtq\\\\\\\\\\\\\\\\*\\\\\\\\\\\\\\\" /T /E /G Users:F /C\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"57d6f4f972c59f262d37333679140c29022315fdc1f83c0f40142fd4e0242356\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"30c3bbea1544a7e3ec2103931aef98ff\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"BCE\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/8900e7f0c57547169fffc83f56e6130a/94505835785?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"8900e7f0c57547169fffc83f56e6130a\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:8900e7f0c57547169fffc83f56e6130a:94505835785\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"180.109.226.241\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"02-05-85-7f-eb-80\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Lateral Movement\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Remote Desktop Protocol\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Gain Access\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, process was blocked from execution.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":2048,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":true},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume5\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\\\\\\\\\" /c cacls \\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\x339418\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Roaming\\\\\\\\\\\\\\\\aymtq\\\\\\\\\\\\\\\\*\\\\\\\\\\\\\\\" /T /E /G Users:F /C\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume5\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\wscript.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"wscript  \\\\\\\\\\\\\\\"490\\\\\\\\\\\\\\\\qcckslogd.js\\\\\\\\\\\\\\\"\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15744519,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1589322507000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1589322507,\\\\\\\"ProcessEndTime\\\\\\\":1589322507,\\\\\\\"ProcessId\\\\\\\":295452284697,\\\\\\\"ParentProcessId\\\\\\\":295450531682,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD148\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"x339418\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Privilege Escalation\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A script launched cacls to modify access permissions on a file. The file might be a malicious payload. Review the script and the file.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"cacls.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume5\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"cacls  \\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\x339418\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Roaming\\\\\\\\\\\\\\\\aymtq\\\\\\\\\\\\\\\\*\\\\\\\\\\\\\\\" /T /E /G Users:F /C\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"57d6f4f972c59f262d37333679140c29022315fdc1f83c0f40142fd4e0242356\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"30c3bbea1544a7e3ec2103931aef98ff\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"BCE\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/8900e7f0c57547169fffc83f56e6130a/94505835785?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"8900e7f0c57547169fffc83f56e6130a\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:8900e7f0c57547169fffc83f56e6130a:94505835785\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"180.109.226.241\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"02-05-85-7f-eb-80\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Defense Evasion\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Mshta\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Gain Access\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, process was blocked from execution.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":2048,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":true},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume5\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\\\\\\\\\" /c cacls \\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\x339418\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Roaming\\\\\\\\\\\\\\\\aymtq\\\\\\\\\\\\\\\\*\\\\\\\\\\\\\\\" /T /E /G Users:F /C\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume5\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\wscript.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"wscript  \\\\\\\\\\\\\\\"490\\\\\\\\\\\\\\\\qcckslogd.js\\\\\\\\\\\\\\\"\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15744525,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1589322528000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1589322528,\\\\\\\"ProcessEndTime\\\\\\\":1589322528,\\\\\\\"ProcessId\\\\\\\":295460905935,\\\\\\\"ParentProcessId\\\\\\\":295446472766,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD107\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"x339418\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Suspicious Activity\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A script launched from a location associated with a remote administration tool (RAT). RATs often blend in with other benign applications and might be used by adversaries to remotely control the host. Review the script.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"cmd.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume5\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\\\\\\\\\" /c start wscript /e:VBScript.Encode Manuel.doc \\\\\\\\u0026 start explorer 27\\\\\\\\\\\\\\\" \\\\\\\\\\\\\\\"abril \\\\\\\\u0026 exit\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"9a7c58bd98d70631aa1473f7b57b426db367d72429a5455b433a05ee251f3236\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"4e2acf4f8a396486ab4268c94a6a245f\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"BCE\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/8900e7f0c57547169fffc83f56e6130a/94507733842?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"8900e7f0c57547169fffc83f56e6130a\\\\\\\",\\\\\\\"IOCType\\\\\\\":\\\\\\\"hash_sha256\\\\\\\",\\\\\\\"IOCValue\\\\\\\":\\\\\\\"9a7c58bd98d70631aa1473f7b57b426db367d72429a5455b433a05ee251f3236\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:8900e7f0c57547169fffc83f56e6130a:94507733842\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"180.109.226.241\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"02-05-85-7f-eb-80\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Command and Control\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Remote Access Tools\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Contact Controlled Systems\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, process was blocked from execution.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":2048,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":true},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume5\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\explorer.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\explorer.exe /factory,{75dff2b7-6936-4c06-a8bb-676a7b00b24b} -Embedding\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume5\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\svchost.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\svchost.exe -k DcomLaunch -p\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15759634,\\\\\\\"eventType\\\\\\\":\\\\\\\"RemoteResponseSessionEndEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1589393867000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"SessionId\\\\\\\":\\\\\\\"9e223d56-9880-4122-99be-341984254bbf\\\\\\\",\\\\\\\"HostnameField\\\\\\\":\\\\\\\"ACDUSERTESTCRWD031\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"sergio.collazos@gruposantander.com\\\\\\\",\\\\\\\"EndTimestamp\\\\\\\":1589393867,\\\\\\\"Commands\\\\\\\":[\\\\\\\"ps\\\\\\\",\\\\\\\"kill 3528\\\\\\\"]}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15782459,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1589496596000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1589496590,\\\\\\\"ProcessEndTime\\\\\\\":1589496601,\\\\\\\"ProcessId\\\\\\\":1463478549676,\\\\\\\"ParentProcessId\\\\\\\":1456373496166,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD115\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"T718920\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Social Engineering\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"An executable ran that had a suspicious file name with two extensions.\\\\\\\",\\\\\\\"Severity\\\\\\\":3,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"Medium\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"closerel.txt.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\T718920\\\\\\\\\\\\\\\\Desktop\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\T718920\\\\\\\\\\\\\\\\Desktop\\\\\\\\\\\\\\\\closerel.txt.exe\\\\\\\\\\\\\\\" \\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"b47be8a14604ac145a29a4bf9ea7556084ab99cb0d66a977bc9786004f7614f8\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"c5da1aefedaaf896ea09da44540185c8\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"BSBR\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/8abec65a938a412d64789b1bb8b3ad80/820339000820?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"8abec65a938a412d64789b1bb8b3ad80\\\\\\\",\\\\\\\"IOCType\\\\\\\":\\\\\\\"filename\\\\\\\",\\\\\\\"IOCValue\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\T718920\\\\\\\\\\\\\\\\Desktop\\\\\\\\\\\\\\\\closerel.txt.exe\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:8abec65a938a412d64789b1bb8b3ad80:820339000820\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"192.168.0.57\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"04-d3-b0-c5-1d-1d\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Defense Evasion\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Masquerading\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Keep Access\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Detection, standard detection.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":0,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\explorer.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\windows\\\\\\\\\\\\\\\\Explorer.EXE\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\userinit.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\SYSTEM32\\\\\\\\\\\\\\\\USERINIT.EXE\\\\\\\\\\\\\\\"\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15786238,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1589527752000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1589496644,\\\\\\\"ProcessEndTime\\\\\\\":1589496644,\\\\\\\"ProcessId\\\\\\\":2035573258039,\\\\\\\"ParentProcessId\\\\\\\":2035571686389,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD113\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD113$\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Evade Detection\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A process appears to be tampering with the Falcon sensor configuration. If this is unexpected, it might be an adversary trying to disable the Falcon sensor. Review the process tree.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"reg.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\reg.exe  ADD HKEY_LOCAL_MACHINE\\\\\\\\\\\\\\\\SYSTEM\\\\\\\\\\\\\\\\CurrentControlSet\\\\\\\\\\\\\\\\Services\\\\\\\\\\\\\\\\CSAgent /v Start /t REG_DWORD /d 4 /f\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"9e28034ce3aeea6951f790f8997df44cfbf80beff9fb17413dba317016a716ad\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"59a22fa6cf85026bb6bc69a1add75c50\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"BSBR\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/423094924ca9494a6418874aaec44e35/25772243035?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"423094924ca9494a6418874aaec44e35\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:423094924ca9494a6418874aaec44e35:25772243035\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"107.33.198.182\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-50-56-ae-af-e5\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Defense Evasion\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Disabling Security Tools\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Keep Access\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Detection, standard detection.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":0,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"cmd.exe\\\\\\\\\\\\\\\" /c C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\reg.exe ADD HKEY_LOCAL_MACHINE\\\\\\\\\\\\\\\\SYSTEM\\\\\\\\\\\\\\\\CurrentControlSet\\\\\\\\\\\\\\\\Services\\\\\\\\\\\\\\\\CSAgent /v Start /t REG_DWORD /d 4 /f\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\CCM\\\\\\\\\\\\\\\\smsswd.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"smsswd.exe\\\\\\\\\\\\\\\" /run: cmd.exe /c C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\reg.exe ADD HKEY_LOCAL_MACHINE\\\\\\\\\\\\\\\\SYSTEM\\\\\\\\\\\\\\\\CurrentControlSet\\\\\\\\\\\\\\\\Services\\\\\\\\\\\\\\\\CSAgent /v Start /t REG_DWORD /d 4 /f\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15786351,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1589528615000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1589522768,\\\\\\\"ProcessEndTime\\\\\\\":0,\\\\\\\"ProcessId\\\\\\\":7987845226239,\\\\\\\"ParentProcessId\\\\\\\":7987821979080,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD129\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"N/A\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Suspicious Activity\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"Abnormally large DNS Requests were made multiple times by a single process\\\\\\\",\\\\\\\"Severity\\\\\\\":3,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"Medium\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"stinger32.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\software\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\software\\\\\\\\\\\\\\\\stinger32.exe\\\\\\\\\\\\\\\" \\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"0e9d4ee6dd733d652af96b40bf69af094c320994b23ba3fa2f8979c1758a3714\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"4d7f4f20169482b3e585a58f27a92301\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"N/A\\\\\\\",\\\\\\\"NetworkAccesses\\\\\\\":[{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1589522773,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"180.122.210.37\\\\\\\",\\\\\\\"LocalPort\\\\\\\":57596,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"192.16.48.200\\\\\\\",\\\\\\\"RemotePort\\\\\\\":80,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false},{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1589522788,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"180.122.210.37\\\\\\\",\\\\\\\"LocalPort\\\\\\\":57629,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"104.18.20.226\\\\\\\",\\\\\\\"RemotePort\\\\\\\":80,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false},{\\\\\\\"AccessType\\\\\\\":0,\\\\\\\"AccessTimestamp\\\\\\\":1589522798,\\\\\\\"Protocol\\\\\\\":\\\\\\\"TCP\\\\\\\",\\\\\\\"LocalAddress\\\\\\\":\\\\\\\"180.122.210.37\\\\\\\",\\\\\\\"LocalPort\\\\\\\":57648,\\\\\\\"RemoteAddress\\\\\\\":\\\\\\\"104.18.21.226\\\\\\\",\\\\\\\"RemotePort\\\\\\\":80,\\\\\\\"ConnectionDirection\\\\\\\":0,\\\\\\\"IsIPV6\\\\\\\":false}],\\\\\\\"DocumentsAccessed\\\\\\\":[{\\\\\\\"Timestamp\\\\\\\":1589528617,\\\\\\\"FileName\\\\\\\":\\\\\\\"MPAAgent.cab\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Apps_Banefe\\\\\\\\\\\\\\\\apps\\\\\\\\\\\\\\\\NtFrs_PreExisting___See_EventLog\\\\\\\\\\\\\\\\Director\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1589528617,\\\\\\\"FileName\\\\\\\":\\\\\\\"P2PHelp.cab\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Apps_Banefe\\\\\\\\\\\\\\\\apps\\\\\\\\\\\\\\\\NtFrs_PreExisting___See_EventLog\\\\\\\\\\\\\\\\Director\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1589528617,\\\\\\\"FileName\\\\\\\":\\\\\\\"MPAAgent.cab\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Apps_Banefe\\\\\\\\\\\\\\\\apps\\\\\\\\\\\\\\\\NtFrs_PreExisting___See_EventLog\\\\\\\\\\\\\\\\Director\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1589528617,\\\\\\\"FileName\\\\\\\":\\\\\\\"MPAAgent.cab\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Apps_Banefe\\\\\\\\\\\\\\\\apps\\\\\\\\\\\\\\\\NtFrs_PreExisting___See_EventLog\\\\\\\\\\\\\\\\Director\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1589528617,\\\\\\\"FileName\\\\\\\":\\\\\\\"P2PHelp.cab\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Apps_Banefe\\\\\\\\\\\\\\\\apps\\\\\\\\\\\\\\\\NtFrs_PreExisting___See_EventLog\\\\\\\\\\\\\\\\Director\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1589528617,\\\\\\\"FileName\\\\\\\":\\\\\\\"P2PHelp.cab\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Apps_Banefe\\\\\\\\\\\\\\\\apps\\\\\\\\\\\\\\\\NtFrs_PreExisting___See_EventLog\\\\\\\\\\\\\\\\Director\\\\\\\"}],\\\\\\\"ExecutablesWritten\\\\\\\":[{\\\\\\\"Timestamp\\\\\\\":1589522771,\\\\\\\"FileName\\\\\\\":\\\\\\\"lockdown.dll\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Program Files (x86)\\\\\\\\\\\\\\\\stinger\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1589522771,\\\\\\\"FileName\\\\\\\":\\\\\\\"lockdown.dll\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Program Files (x86)\\\\\\\\\\\\\\\\stinger\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1589522771,\\\\\\\"FileName\\\\\\\":\\\\\\\"lockdown.dll\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Program Files (x86)\\\\\\\\\\\\\\\\stinger\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1589522771,\\\\\\\"FileName\\\\\\\":\\\\\\\"lockdown.dll\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Program Files (x86)\\\\\\\\\\\\\\\\stinger\\\\\\\"}],\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/d81bfc1c202149cd79f3ebff3f45c9e6/90194481424?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"d81bfc1c202149cd79f3ebff3f45c9e6\\\\\\\",\\\\\\\"DnsRequests\\\\\\\":[{\\\\\\\"DomainName\\\\\\\":\\\\\\\"ctldl.windowsupdate.com\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"A\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1589522774,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"ocsp.globalsign.com\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"A\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1589522790,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"crl.globalsign.com\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"AAAA\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1589522799,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"ocsp2.globalsign.com\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"A\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1589522805,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"a-0.19-23000001.28505d1.17d4.3e8.2329.0.0.zw1lrv125egdtpn1mbgvgn3lbv.avts.mcafee.com\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"A\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1589522825,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"a-0.19-23000001.28105d1.17d4.3e8.2329.0.0.jifmfll6vfcjbdznv2hs18tndv.avts.mcafee.com\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"A\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1589522826,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"adwgrvnlbq8b3zijll.dwghz2s8iqh.i8uwlt22e6tetv7uup65vmsanv.zw1lrv125egdtpn1mbgvgn3lbv.avts.mcafee.com\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"CNAME\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1589522826,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"adwgrvnlbq8b3zijll.dwghz8lpbh.i89wlt22e6tejv7uup657cpkvv.jifmfll6vfcjbdznv2hs18tndv.avts.mcafee.com\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"CNAME\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1589522826,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"aizm5f7bfze9dlsmhur88znn8v3j92762ttipkqwcenii6an8h3t.239drbttfzp4tlhnmk1v8mzq2blnkwqmw.jifmfll6vfcjbdznv2hs18tndv.avts.mcafee.com\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"CNAME\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1589522826,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false},{\\\\\\\"DomainName\\\\\\\":\\\\\\\"iis55164pnllt7euhk48g4hjw6helzbebfuqq5c1emt4j1bsjmdb.vweimvqcpmma4eqskg8eq63kbjh4at2uu.zw1lrv125egdtpn1mbgvgn3lbv.avts.mcafee.com\\\\\\\",\\\\\\\"RequestType\\\\\\\":\\\\\\\"CNAME\\\\\\\",\\\\\\\"LoadTime\\\\\\\":1589522826,\\\\\\\"InterfaceIndex\\\\\\\":0,\\\\\\\"CausedDetect\\\\\\\":false}],\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:d81bfc1c202149cd79f3ebff3f45c9e6:90194481424\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"22.224.12.19\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-50-56-bd-70-c6\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Exfiltration\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Exfiltration Over Alternative Protocol\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Follow Through\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Detection, standard detection.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":0,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\explorer.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\Explorer.EXE\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\userinit.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\userinit.exe\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15787894,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1589545720000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1589545720,\\\\\\\"ProcessEndTime\\\\\\\":1589545721,\\\\\\\"ProcessId\\\\\\\":289279723332914557,\\\\\\\"ParentProcessId\\\\\\\":289278796098128443,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD200\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"root@ACDUSERTEST200\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Suspicious Activity\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"Non-malicious sample detection generated for evaluation purposes.\\\\\\\",\\\\\\\"Severity\\\\\\\":2,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"Low\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"echo\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"/bin/\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"/bin/echo crowdstrike_sample_detection\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"ab434f03194b4a843b6625b6fdec1de70aafe496da9af386ea3624f6726f057c\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"b45a1820bbd7d1e3ec1b944009db36f1\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/c579d5b4c4114a42a6fd6c9a3eb6eb48/289279723337101884?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"c579d5b4c4114a42a6fd6c9a3eb6eb48\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:c579d5b4c4114a42a6fd6c9a3eb6eb48:289279723337101884\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"192.168.1.156\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"1c-36-bb-ec-bc-59\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"N/A\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"N/A\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"N/A\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Detection, standard detection.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":0,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"/bin/bash\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"/bin/bash\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"/usr/bin/sudo\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"sudo -s\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15829116,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1589799940000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1589799939,\\\\\\\"ProcessEndTime\\\\\\\":1589799940,\\\\\\\"ProcessId\\\\\\\":636295425951,\\\\\\\"ParentProcessId\\\\\\\":636292762333,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD150\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"n307901\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Blocked Hash\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"This SHA256 hash was prevented from executing in accordance with your organization's policy.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"procdump64.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\Public\\\\\\\\\\\\\\\\Desktop\\\\\\\\\\\\\\\\soporte_picaso\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\Public\\\\\\\\\\\\\\\\desktop\\\\\\\\\\\\\\\\soporte_picaso\\\\\\\\\\\\\\\\procdump64.exe\\\\\\\\\\\\\\\"  -ma -accepteula UnifiedServiceDesk.exe \\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\n307901\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Roaming\\\\\\\\\\\\\\\\Picaso\\\\\\\\\\\\\\\\UnifiedServiceDesk.dmp\\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"16f413862efda3aba631d8a7ae2bfff6d84acd9f454a7adaa518c7a8a6f375a5\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"a92669ec8852230a10256ac23bbf4489\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"OPENBANK\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/c2f64c2659ac4fa7ac27dd6eac2af387/176094161603?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"c2f64c2659ac4fa7ac27dd6eac2af387\\\\\\\",\\\\\\\"IOCType\\\\\\\":\\\\\\\"hash_sha256\\\\\\\",\\\\\\\"IOCValue\\\\\\\":\\\\\\\"16f413862efda3aba631d8a7ae2bfff6d84acd9f454a7adaa518c7a8a6f375a5\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:c2f64c2659ac4fa7ac27dd6eac2af387:176094161603\\\\\\\",\\\\\\\"QuarantineFiles\\\\\\\":[{\\\\\\\"ImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\Public\\\\\\\\\\\\\\\\Desktop\\\\\\\\\\\\\\\\soporte_picaso\\\\\\\\\\\\\\\\procdump64.exe\\\\\\\",\\\\\\\"SHA256HashData\\\\\\\":\\\\\\\"16f413862efda3aba631d8a7ae2bfff6d84acd9f454a7adaa518c7a8a6f375a5\\\\\\\"}],\\\\\\\"LocalIP\\\\\\\":\\\\\\\"192.168.1.130\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"40-74-e0-12-84-05\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Falcon Intel\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Intelligence Indicator - Hash\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Falcon Detection Method\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention/Quarantine, process was blocked from execution and quarantine was attempted.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":2176,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":true,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":true},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\cmd.exe /c \\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\Public\\\\\\\\\\\\\\\\Desktop\\\\\\\\\\\\\\\\soporte_picaso\\\\\\\\\\\\\\\\create_dump_and_relaunch.cmd\\\\\\\\\\\\\\\" \\\\\\\\\\\\\\\"\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\explorer.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\Explorer.EXE\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15835680,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1589817106000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1589816661,\\\\\\\"ProcessEndTime\\\\\\\":1589816661,\\\\\\\"ProcessId\\\\\\\":584857625669,\\\\\\\"ParentProcessId\\\\\\\":584168183196,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD136\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"E1207097\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"NGAV\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"This file is classified as Adware/PUP based on its SHA256 hash.\\\\\\\",\\\\\\\"Severity\\\\\\\":2,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"Low\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"Mic_Tray64_acd.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\Mic_Tray64_acd.exe\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"127163c863b320814b6f420390db9d5ce48e9158bdb62aa94e953d85ec1e7a55\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"7f2a4867df960ba7007b061f0a4f4a1d\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"SANUK\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/f080fe98aefa423858387d8a5402a22b/184684596667?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"f080fe98aefa423858387d8a5402a22b\\\\\\\",\\\\\\\"IOCType\\\\\\\":\\\\\\\"hash_sha256\\\\\\\",\\\\\\\"IOCValue\\\\\\\":\\\\\\\"127163c863b320814b6f420390db9d5ce48e9158bdb62aa94e953d85ec1e7a89\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:f080fe98aefa423858387d8a5402a22b:184684596667\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"10.10.79.223\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"34-f3-9a-30-5b-8d\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Malware\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Ransomware\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Falcon Detection Method\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, process was blocked from execution.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":2048,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":true},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\svchost.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\svchost.exe -k netsvcs -p -s Schedule\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\services.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\services.exe\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15843523,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1589850241000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1589850241,\\\\\\\"ProcessEndTime\\\\\\\":1589850241,\\\\\\\"ProcessId\\\\\\\":513883697497,\\\\\\\"ParentProcessId\\\\\\\":513881902019,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD140\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"SYSTEM\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Privilege Escalation\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A process chain bypassed Windows logon security.\\\\\\\",\\\\\\\"Severity\\\\\\\":5,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"Critical\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"sethc.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\Sethc.exe\\\\\\\\\\\\\\\" /AccessibilitySoundAgent\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"9a7c58bd98d70631aa1473f7b57b426db367d72429a5455b433a05ee251f3236\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"4e2acf4f8a396486ab4268c94a6a245f\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"NT AUTHORITY\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/626735ac46bd4e3b4785d10aece210c3/296415895049?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"626735ac46bd4e3b4785d10aece210c3\\\\\\\",\\\\\\\"IOCType\\\\\\\":\\\\\\\"hash_sha256\\\\\\\",\\\\\\\"IOCValue\\\\\\\":\\\\\\\"9a7c58bd98d70631aa1473f7b57b426db367d72429a5455b433a05ee251f3236\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:626735ac46bd4e3b4785d10aece210c3:296415895049\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"180.205.83.36\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-05-9a-3c-7a-00\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Persistence\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Scheduled Task\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Keep Access\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Prevention, process was blocked from execution.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":2048,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":true},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\AtBroker.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"atbroker.exe\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\winlogon.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"winlogon.exe\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":15881463,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1589987872000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1589987871,\\\\\\\"ProcessEndTime\\\\\\\":1589987872,\\\\\\\"ProcessId\\\\\\\":2080876609667,\\\\\\\"ParentProcessId\\\\\\\":2080874513916,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD124\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"c699158rede\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Attacker Methodology\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A PowerShell script launched that shares characteristics with known PowerShell exploit kits. The script might connect to remote command and control. Decode and review the script.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"powershell.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\WindowsPowerShell\\\\\\\\\\\\\\\\v1.0\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"powershell\\\\\\\\\\\\\\\" C:\\\\\\\\\\\\\\\\sys_com\\\\\\\\\\\\\\\\ps-scripts\\\\\\\\\\\\\\\\get-screenshot.ps1\\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"de96a6e69944335375dc1ac238336066889d9ffc7d73628ef4fe1b1b160ab32c\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"7353f60b1739074eb17c5f4dddefe239\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"REDE\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/5cfa54070300408fa71885a09c3ccfe0/1232658245286?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"5cfa54070300408fa71885a09c3ccfe0\\\\\\\",\\\\\\\"IOCType\\\\\\\":\\\\\\\"hash_sha256\\\\\\\",\\\\\\\"IOCValue\\\\\\\":\\\\\\\"ade0038882b34862302ccf1a7ea72dbdb376c25f99e75552b0a2a61ed05f6d00\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:5cfa54070300408fa71885a09c3ccfe0:1232658245286\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"180.32.58.240\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"48-0f-cf-5c-97-04\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Execution\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"PowerShell\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Follow Through\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Detection, standard detection.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":0,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\PSEXESVC.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\PSEXESVC.exe\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume3\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\services.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\services.exe\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":16137837,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1591267471000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1591267294,\\\\\\\"ProcessEndTime\\\\\\\":0,\\\\\\\"ProcessId\\\\\\\":920288512404,\\\\\\\"ParentProcessId\\\\\\\":920287146934,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD153\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"ACDUSERTESTCRWD153\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Suspicious Activity\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A process appears to be modifying Component Object Model (COM) objects in the registry. This can be used by attackers to persist malicious code. Investigate the registry operations and process tree.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"powershell.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\WindowsPowerShell\\\\\\\\\\\\\\\\v1.0\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\WindowsPowerShell\\\\\\\\\\\\\\\\v1.0\\\\\\\\\\\\\\\\powershell.exe\\\\\\\\\\\\\\\" \\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"d3f8fade829d2b7bd596c4504a6dae5c034e789b6a3defbe013bda7d14466677\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"95000560239032bc68b4c2fdfcdef913\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"CIBBOA0X311455P\\\\\\\",\\\\\\\"DocumentsAccessed\\\\\\\":[{\\\\\\\"Timestamp\\\\\\\":1591267413,\\\\\\\"FileName\\\\\\\":\\\\\\\"ConsoleHost_history.txt\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\PRBGES\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Roaming\\\\\\\\\\\\\\\\Microsoft\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\PowerShell\\\\\\\\\\\\\\\\PSReadline\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1591267445,\\\\\\\"FileName\\\\\\\":\\\\\\\"ConsoleHost_history.txt\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\PRBGES\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Roaming\\\\\\\\\\\\\\\\Microsoft\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\PowerShell\\\\\\\\\\\\\\\\PSReadline\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1591267456,\\\\\\\"FileName\\\\\\\":\\\\\\\"ConsoleHost_history.txt\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\PRBGES\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Roaming\\\\\\\\\\\\\\\\Microsoft\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\PowerShell\\\\\\\\\\\\\\\\PSReadline\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1591267471,\\\\\\\"FileName\\\\\\\":\\\\\\\"ConsoleHost_history.txt\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\PRBGES\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Roaming\\\\\\\\\\\\\\\\Microsoft\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\PowerShell\\\\\\\\\\\\\\\\PSReadline\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1591267591,\\\\\\\"FileName\\\\\\\":\\\\\\\"ConsoleHost_history.txt\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\PRBGES\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Roaming\\\\\\\\\\\\\\\\Microsoft\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\PowerShell\\\\\\\\\\\\\\\\PSReadline\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1591267599,\\\\\\\"FileName\\\\\\\":\\\\\\\"ConsoleHost_history.txt\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\PRBGES\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Roaming\\\\\\\\\\\\\\\\Microsoft\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\PowerShell\\\\\\\\\\\\\\\\PSReadline\\\\\\\"},{\\\\\\\"Timestamp\\\\\\\":1591267607,\\\\\\\"FileName\\\\\\\":\\\\\\\"ConsoleHost_history.txt\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\PRBGES\\\\\\\\\\\\\\\\AppData\\\\\\\\\\\\\\\\Roaming\\\\\\\\\\\\\\\\Microsoft\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\PowerShell\\\\\\\\\\\\\\\\PSReadline\\\\\\\"}],\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/ab54b3fd2a4640f448476b7f61432f46/231942836414?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"ab54b3fd2a4640f448476b7f61432f46\\\\\\\",\\\\\\\"IOCType\\\\\\\":\\\\\\\"hash_sha256\\\\\\\",\\\\\\\"IOCValue\\\\\\\":\\\\\\\"4f4517f041a2d4d05aa5e42a08245722c17fbaeebe3c334432358966a9d908cf\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:ab54b3fd2a4640f448476b7f61432f46:231942836414\\\\\\\",\\\\\\\"LocalIP\\\\\\\":\\\\\\\"192.168.1.46\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"5c-5f-67-bd-3d-8c\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Persistence\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Component Object Model Hijacking\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Keep Access\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"Detection, standard detection.\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":0,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":false,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":false,\\\\\\\"ProcessBlocked\\\\\\\":false,\\\\\\\"RegistryOperationBlocked\\\\\\\":false,\\\\\\\"CriticalProcessDisabled\\\\\\\":false,\\\\\\\"BootupSafeguardEnabled\\\\\\\":false,\\\\\\\"FsOperationBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"cmd.exe  /c eventvwr.msc\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume4\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\cmd.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\WINDOWS\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\cmd.exe /c \\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\x311455\\\\\\\\\\\\\\\\Desktop\\\\\\\\\\\\\\\\T1060T1087T1088T1134\\\\\\\\\\\\\\\\T1088BypassUserAccountControl\\\\\\\\\\\\\\\\Payloads\\\\\\\\\\\\\\\\M1\\\\\\\\\\\\\\\\M1.bat\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\"\\\\\\\"}}\\\"}\\n\",\n   \"{\\\"extraData\\\":{\\\"CI_NAME\\\":\\\"CROWDSTRIKE_API\\\",\\\"CI_ID\\\":\\\"CROWDSTRIKE_API\\\",\\\"COMPANY\\\":\\\"TEST\\\"},\\\"message\\\":\\\"{\\\\\\\"metadata\\\\\\\":{\\\\\\\"customerIDString\\\\\\\":\\\\\\\"81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"offset\\\\\\\":16623007,\\\\\\\"eventType\\\\\\\":\\\\\\\"DetectionSummaryEvent\\\\\\\",\\\\\\\"eventCreationTime\\\\\\\":1594189370000,\\\\\\\"version\\\\\\\":\\\\\\\"1.0\\\\\\\"},\\\\\\\"event\\\\\\\":{\\\\\\\"ProcessStartTime\\\\\\\":1594189360,\\\\\\\"ProcessEndTime\\\\\\\":0,\\\\\\\"ProcessId\\\\\\\":390918023886,\\\\\\\"ParentProcessId\\\\\\\":390905866257,\\\\\\\"ComputerName\\\\\\\":\\\\\\\"VMWTBITACORE12\\\\\\\",\\\\\\\"UserName\\\\\\\":\\\\\\\"acducrwd154\\\\\\\",\\\\\\\"DetectName\\\\\\\":\\\\\\\"Suspicious Activity\\\\\\\",\\\\\\\"DetectDescription\\\\\\\":\\\\\\\"A process attempted to set Image File Execution Options (IFEO) values in the registry. This can be used by attackers to gain persistence, or escalate privileges. Review the process and associated registry activity.\\\\\\\",\\\\\\\"Severity\\\\\\\":4,\\\\\\\"SeverityName\\\\\\\":\\\\\\\"High\\\\\\\",\\\\\\\"FileName\\\\\\\":\\\\\\\"powershell.exe\\\\\\\",\\\\\\\"FilePath\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\WindowsPowerShell\\\\\\\\\\\\\\\\v1.0\\\\\\\",\\\\\\\"CommandLine\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\WindowsPowerShell\\\\\\\\\\\\\\\\v1.0\\\\\\\\\\\\\\\\powershell.exe\\\\\\\\\\\\\\\" \\\\\\\",\\\\\\\"SHA256String\\\\\\\":\\\\\\\"e9fa973eb5ad446e0be31c7b8ae02d48281319e7f492e1ddaadddfbdd5b480c7\\\\\\\",\\\\\\\"MD5String\\\\\\\":\\\\\\\"85bc517e37fe24f909e4378a46a4b567\\\\\\\",\\\\\\\"SHA1String\\\\\\\":\\\\\\\"0000000000000000000000000000000000000000\\\\\\\",\\\\\\\"MachineDomain\\\\\\\":\\\\\\\"PRBES\\\\\\\",\\\\\\\"FalconHostLink\\\\\\\":\\\\\\\"https://falcon.crowdstrike.com/activity/detections/detail/7f5a0a8b8536453f46c50fc1f93f861f/73027847242?_cid=81971f9d094d494bae5a5fd97052509f\\\\\\\",\\\\\\\"SensorId\\\\\\\":\\\\\\\"7f5a0a8b8536453f46c50fc1f93f861f\\\\\\\",\\\\\\\"IOCType\\\\\\\":\\\\\\\"hash_sha256\\\\\\\",\\\\\\\"IOCValue\\\\\\\":\\\\\\\"88056506dfd8904f4109733ae14c613759a63653e2c7c578c69892e21c3736fa\\\\\\\",\\\\\\\"DetectId\\\\\\\":\\\\\\\"ldt:7f5a0a8b8536453f46c50fc1f93f861f:73027847242\\\\\\\",\\\\\\\"QuarantineFiles\\\\\\\":[{\\\\\\\"ImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Users\\\\\\\\\\\\\\\\\\\"acducrwd154\\\\\\\\\\\\\\\\Desktop\\\\\\\\\\\\\\\\M3 (2).ps1\\\\\\\",\\\\\\\"SHA256HashData\\\\\\\":\\\\\\\"88056506dfd8904f4109733ae14c613759a63653e2c7c578c69892e21c3736fa\\\\\\\"}],\\\\\\\"LocalIP\\\\\\\":\\\\\\\"22.0.5.116\\\\\\\",\\\\\\\"MACAddress\\\\\\\":\\\\\\\"00-50-56-b7-5b-1f\\\\\\\",\\\\\\\"Tactic\\\\\\\":\\\\\\\"Persistence\\\\\\\",\\\\\\\"Technique\\\\\\\":\\\\\\\"Image File Execution Options Injection\\\\\\\",\\\\\\\"Objective\\\\\\\":\\\\\\\"Keep Access\\\\\\\",\\\\\\\"PatternDispositionDescription\\\\\\\":\\\\\\\"\\\\\\\",\\\\\\\"PatternDispositionValue\\\\\\\":1152,\\\\\\\"PatternDispositionFlags\\\\\\\":{\\\\\\\"Indicator\\\\\\\":false,\\\\\\\"Detect\\\\\\\":false,\\\\\\\"InddetMask\\\\\\\":false,\\\\\\\"SensorOnly\\\\\\\":false,\\\\\\\"Rooting\\\\\\\":false,\\\\\\\"KillProcess\\\\\\\":false,\\\\\\\"KillSubProcess\\\\\\\":false,\\\\\\\"QuarantineMachine\\\\\\\":false,\\\\\\\"QuarantineFile\\\\\\\":true,\\\\\\\"PolicyDisabled\\\\\\\":false,\\\\\\\"KillParent\\\\\\\":false,\\\\\\\"OperationBlocked\\\\\\\":true,\\\\\\\"ProcessBlocked\\\\\\\":false,\\\\\\\"RegistryOperationBlocked\\\\\\\":false,\\\\\\\"CriticalProcessDisabled\\\\\\\":false,\\\\\\\"BootupSafeguardEnabled\\\\\\\":false,\\\\\\\"FsOperationBlocked\\\\\\\":false},\\\\\\\"ParentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\explorer.exe\\\\\\\",\\\\\\\"ParentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\Explorer.EXE\\\\\\\",\\\\\\\"GrandparentImageFileName\\\\\\\":\\\\\\\"\\\\\\\\\\\\\\\\Device\\\\\\\\\\\\\\\\HarddiskVolume2\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\System32\\\\\\\\\\\\\\\\userinit.exe\\\\\\\",\\\\\\\"GrandparentCommandLine\\\\\\\":\\\\\\\"C:\\\\\\\\\\\\\\\\Windows\\\\\\\\\\\\\\\\system32\\\\\\\\\\\\\\\\userinit.exe\\\\\\\"}}\\\"}\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"967301ab50fccc323c9d5890da483768\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %a %d %b %Y %H:%M:%S\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"84fb236745d5ed942ed495037b8187e8\",\n  \"data_name\": \"main:retail_transaction\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"8\",\n  \"data_sample_mtime\": \"1609588800\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:00:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"retail_transaction\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %a %d %b %Y %H:%M:%S\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"84fb236745d5ed942ed495037b8187e8\",\n  \"raw_sample\": [\n   \"Thu 24 Dec 2020 13:05:35 GMT, transaction with user=\\\"santa@acme.com\\\", cardref=\\\"4012888888881881\\\", status=\\\"completed\\\"\\n\",\n   \"Thu 24 Dec 2020 13:11:45 GMT, transaction with user=\\\"robert@acme.com\\\", cardref=\\\"XXXXXXXXXXXXXX\\\", status=\\\"completed\\\"\\n\",\n   \"Thu 24 Dec 2020 13:12:12 GMT, transaction with user=\\\"jbar@acme.com\\\", cardref=\\\"XXXXXXXXXXXXXX\\\", status=\\\"completed\\\"\\n\",\n   \"Thu 24 Dec 2020 13:12:48 GMT, transaction with user=\\\"janedoe@acme.com\\\", cardref=\\\"30569309025904\\\", status=\\\"completed\\\"\\n\",\n   \"Thu 24 Dec 2020 13:24:22 GMT, transaction with user=\\\"padington@acme.com\\\", cardref=\\\"XXXXXXXXXXXXXX\\\", status=\\\"failed\\\"\\n\",\n   \"Thu 24 Dec 2020 13:34:24 GMT, transaction with user=\\\"jfoo@acme.com\\\", cardref=\\\"XXXXXXXXXXXXXX\\\", status=\\\"failed\\\"\\n\",\n   \"Thu 24 Dec 2020 13:47:48 GMT, transaction with user=\\\"jsmith@acme.com\\\", cardref=\\\"371449635398431\\\", status=\\\"completed\\\"\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"ab994e3b00751d45591c7abc2b7a1061\"\n },\n {\n  \"current_detected_format\": \"syslog_no_timestamp\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"d01bcd8d79beb285c118872c7c039bd6\",\n  \"data_name\": \"linux_apac:linux_secure\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"8\",\n  \"data_sample_mtime\": \"1609588800\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:00:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"linux_secure\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"syslog_no_timestamp\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"d01bcd8d79beb285c118872c7c039bd6\",\n  \"raw_sample\": [\n   \"sshd[10458]: Connection closed by invalid user pi 93.79.199.205 port 46005 [preauth]\\n\",\n   \"sshd[10462]: Connection closed by authenticating user root 119.237.198.163 port 54889 [preauth]\\n\",\n   \"sshd[11045]: Received disconnect from 222.186.42.7 port 44666:11:  [preauth]\\n\",\n   \"sshd[11922]: Disconnected from invalid user yla 54.37.149.233 port 59022 [preauth]\\n\",\n   \"sshd[12194]: Invalid user gjw from 52.130.93.119 port 1024\\n\",\n   \"sshd[12194]: Received disconnect from 52.130.93.119 port 1024:11: Bye Bye [preauth]\\n\",\n   \"sshd[12816]: Received disconnect from 222.186.31.83 port 36534:11:  [preauth]\\n\",\n   \"sshd[13144]: Disconnected from authenticating user root 222.186.15.10 port 12287 [preauth]\\n\",\n   \"sshd[13872]: Disconnected from authenticating user root 222.186.175.23 port 38844 [preauth]\\n\",\n   \"sshd[13878]: Disconnected from authenticating user root 222.186.15.10 port 44186 [preauth]\\n\",\n   \"sshd[15328]: Invalid user admin from 87.251.74.50 port 25426\\n\",\n   \"sshd[15875]: Disconnected from authenticating user root 222.186.15.158 port 27126 [preauth]\\n\",\n   \"sshd[16584]: Connection closed by authenticating user root 84.214.105.117 port 52486 [preauth]\\n\",\n   \"sshd[16589]: Connection closed by authenticating user root 1.241.209.65 port 34718 [preauth]\\n\",\n   \"sshd[16599]: Connection closed by invalid user admin 161.117.39.81 port 54817 [preauth]\\n\",\n   \"sshd[16611]: Connection closed by authenticating user root 179.227.139.77 port 38970 [preauth]\\n\",\n   \"sshd[16690]: Invalid user ubnt from 80.216.148.43 port 57518\\n\",\n   \"sshd[16824]: Received disconnect from 222.186.42.155 port 14813:11:  [preauth]\\n\",\n   \"sshd[17566]: Connection closed by authenticating user root 94.245.2.43 port 47458 [preauth]\\n\",\n   \"sshd[19276]: Invalid user osmc from 112.120.186.45 port 41489\\n\",\n   \"sshd[19284]: Invalid user pi from 221.127.88.207 port 37773\\n\",\n   \"sshd[19415]: Connection closed by authenticating user root 95.137.243.53 port 36824 [preauth]\\n\",\n   \"sshd[19497]: Invalid user admin from 220.94.236.226 port 47924\\n\",\n   \"sshd[21789]: Invalid user kwo from 139.59.10.42 port 35358\\n\",\n   \"sshd[22391]: Invalid user qwi from 192.144.183.47 port 47368\\n\",\n   \"sshd[2351]: Disconnected from 222.186.30.57 port 18852 [preauth]\\n\",\n   \"sshd[24109]: Disconnected from authenticating user root 222.186.180.142 port 57676 [preauth]\\n\",\n   \"sshd[27369]: Received disconnect from 222.186.180.130 port 32984:11:  [preauth]\\n\",\n   \"sshd[27511]: Disconnected from authenticating user root 222.186.30.167 port 60359 [preauth]\\n\",\n   \"sshd[28673]: Connection closed by authenticating user root 194.103.220.61 port 51449 [preauth]\\n\",\n   \"sshd[28684]: Connection closed by authenticating user root 121.128.237.33 port 46361 [preauth]\\n\",\n   \"sshd[28687]: Connection closed by authenticating user root 218.103.138.116 port 55901 [preauth]\\n\",\n   \"sshd[30611]: Invalid user zmk from 77.65.79.150 port 39622\\n\",\n   \"sshd[30753]: Disconnected from invalid user nay 139.155.11.173 port 53062 [preauth]\\n\",\n   \"sshd[30753]: Received disconnect from 139.155.11.173 port 53062:11: Bye Bye [preauth]\\n\",\n   \"sshd[3081]: Received disconnect from 117.215.129.29 port 55302:11: Bye Bye [preauth]\\n\",\n   \"sshd[31162]: Connection closed by authenticating user root 219.156.88.249 port 48352 [preauth]\\n\",\n   \"sshd[4038]: Received disconnect from 51.75.202.218 port 36900:11: Bye Bye [preauth]\\n\",\n   \"sshd[5390]: Disconnected from authenticating user root 222.186.30.218 port 47130 [preauth]\\n\",\n   \"sshd[5510]: Disconnected from invalid user wpp 152.32.215.160 port 39446 [preauth]\\n\",\n   \"sshd[7300]: Disconnected from 222.186.15.10 port 34871 [preauth]\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"af59d15d10734364fefbb3766b87843a\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"data_name\": \"main:sample4\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"8\",\n  \"data_sample_mtime\": \"1609588800\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:00:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample4\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"raw_sample\": [\n   \"2021-01-02 11:58:10,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 11:58:20,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 11:58:30,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 11:58:40,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 11:58:50,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 11:59:00,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 11:59:10,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 11:59:20,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 11:59:30,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 11:59:40,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 11:59:50,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 12:00:00,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 12:00:10,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"b052a513581b27cd0b64763b9f680bef\"\n },\n {\n  \"current_detected_format\": \"xml\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"0f635d0e0f3874fff8b581c132e6c7a7\",\n  \"data_name\": \"main:Script:ListeningPorts\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"8\",\n  \"data_sample_mtime\": \"1609588800\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:00:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"Script:ListeningPorts\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"xml\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"0f635d0e0f3874fff8b581c132e6c7a7\",\n  \"raw_sample\": [\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{0887F1E4-39EA-D53C-804F-31D568A06274}\\\" /><EventID>4771</EventID><Version>26</Version><Level>5</Level><Task>14339</Task><Opcode>17</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 11:51:19Z\\\" /><EventRecordID>435835</EventRecordID><Correlation /><Execution ProcessID=\\\"734349\\\" ThreadID=\\\"759911\\\" /><Channel>Security</Channel><Computer>SE-006</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_n</Data><Data Name='TargetSid'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='ServiceName'>cc/c.local</Data><Data Name='TicketOptions'>0x60810010</Data><Data Name='Status'>0x17</Data><Data Name='PreAuthType'>2</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>38666</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{82F9A27C-BF97-4787-9364-D31B6C55EB04}\\\" /><EventID>4771</EventID><Version>25</Version><Level>6</Level><Task>14339</Task><Opcode>19</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 10:35:58Z\\\" /><EventRecordID>165722</EventRecordID><Correlation /><Execution ProcessID=\\\"477458\\\" ThreadID=\\\"317955\\\" /><Channel>Security</Channel><Computer>COREDEV-001</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_e</Data><Data Name='TargetSid'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='ServiceName'>aa/a.local</Data><Data Name='TicketOptions'>0x60810010</Data><Data Name='Status'>0x18</Data><Data Name='PreAuthType'>20</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>51593</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{E3514235-4B06-11D1-AB04-02C04FC2DCD2}\\\" /><EventID>4771</EventID><Version>6</Version><Level>9</Level><Task>14339</Task><Opcode>0</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 11:21:15Z\\\" /><EventRecordID>82184</EventRecordID><Correlation /><Execution ProcessID=\\\"336397\\\" ThreadID=\\\"353675\\\" /><Channel>Security</Channel><Computer>HOST-003</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_b</Data><Data Name='TargetSid'>S-1-5-21-1245327149-1292034276-934336989-1040</Data><Data Name='ServiceName'>bb/b.local</Data><Data Name='TicketOptions'>0x40810010</Data><Data Name='Status'>0x18</Data><Data Name='PreAuthType'>15</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4732</EventID><Version>2</Version><Level>8</Level><Task>13826</Task><Opcode>6</Opcode><Keywords>0C124B4CBE3FB4D5</Keywords><TimeCreated SystemTime='2021-01-02 10:35:58Z'/><EventRecordID>857222</EventRecordID><Correlation/><Execution ProcessID='608397' ThreadID='845895'/><Channel>Security</Channel><Computer>ACME-006</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='TargetUserName'>user_k</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='SubjectUserSid'>S-1-5-21-838359158-542134535-930774774-22481</Data><Data Name='SubjectUserName'>user_c</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0x5FC9</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4781</EventID><Version>33</Version><Level>12</Level><Task>13824</Task><Opcode>2</Opcode><Keywords>39822D76C9DA8149</Keywords><TimeCreated SystemTime='2021-01-02 11:51:19Z'/><EventRecordID>459182</EventRecordID><Correlation/><Execution ProcessID='595202' ThreadID='794959'/><Channel>Security</Channel><Computer>HOST-005</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_e</Data><Data Name='NewTargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-838359158-542134535-930774774-22481</Data><Data Name='SubjectUserSid'>S-1-5-21-838359158-542134535-930774774-22481</Data><Data Name='SubjectUserName'>user_i</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0x5F25</Data><Data Name='PrivilegeList'>SeAuditPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4797</EventID><Version>34</Version><Level>15</Level><Task>13824</Task><Opcode>2</Opcode><Keywords>63D872A19F830464</Keywords><TimeCreated SystemTime='2021-01-02 11:51:19Z'/><EventRecordID>424946</EventRecordID><Correlation/><Execution ProcessID='742438' ThreadID='657207'/><Channel>Security</Channel><Computer>PROD-POS-006</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1543423040-1192067256-934636039-1009</Data><Data Name='SubjectUserName'>user_i</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0x5F25</Data><Data Name='Workstation'>Domain_A</Data><Data Name='TargetUserName'>user_c</Data><Data Name='TargetDomainName'>Domain_A</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4608</EventID><Version>45</Version><Level>3</Level><Task>12288</Task><Opcode>0</Opcode><Keywords>FCA2F232458E945D</Keywords><TimeCreated SystemTime='2021-01-02 11:51:19Z'/><EventRecordID>220328</EventRecordID><Correlation/><Execution ProcessID='870781' ThreadID='166579'/><Channel>Security</Channel><Computer>BUSDEV-006</Computer><Security/></System><EventData></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4720</EventID><Version>11</Version><Level>13</Level><Task>13824</Task><Opcode>15</Opcode><Keywords>9ED19B6DA955AB35</Keywords><TimeCreated SystemTime='2021-01-02 10:51:09Z'/><EventRecordID>912049</EventRecordID><Correlation/><Execution ProcessID='539453' ThreadID='89118'/><Channel>Security</Channel><Computer>PROD-MFS-005</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1893558050-1872069252-976643203-9895</Data><Data Name='SubjectUserSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='SubjectUserName'>user_a</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>6C10</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_f</Data><Data Name='DisplayName'>%%1793</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>%%1794</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>412</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0x2DC188B</Data><Data Name='NewUacValue'>0x9F25187</Data><Data Name='UserAccountControl'>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4720</EventID><Version>8</Version><Level>4</Level><Task>13824</Task><Opcode>11</Opcode><Keywords>229B33570C0E3723</Keywords><TimeCreated SystemTime='2021-01-02 11:06:12Z'/><EventRecordID>961112</EventRecordID><Correlation/><Execution ProcessID='201595' ThreadID='72705'/><Channel>Security</Channel><Computer>COREDEV-006</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1543123040-1192067256-934636039-1003</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='SubjectUserName'>user_e</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0452</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_f</Data><Data Name='DisplayName'>%%1793</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>%%1794</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>125</Data><Data Name='AllowedToDelegateTo'>server_1/coumputer_a</Data><Data Name='OldUacValue'>0xA6EB96C</Data><Data Name='NewUacValue'>0xF4EC8FE</Data><Data Name='UserAccountControl'>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4902</EventID><Version>16</Version><Level>20</Level><Task>13568</Task><Opcode>3</Opcode><Keywords>32C43F1B1BADD31E</Keywords><TimeCreated SystemTime='2021-01-02 11:06:12Z'/><EventRecordID>449405</EventRecordID><Correlation/><Execution ProcessID='66160' ThreadID='836225'/><Channel>Security</Channel><Computer>ops-sys-002</Computer><Security/></System><EventData><Data Name='PuaCount'>0</Data><Data Name='PuaPolicyId'>0xEED5</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{0887F1E4-39EA-D53C-804F-31D568A06274}'/><EventID>4738</EventID><Version>15</Version><Level>2</Level><Task>13824</Task><Opcode>20</Opcode><Keywords>69040D8242015531</Keywords><TimeCreated SystemTime='2021-01-02 11:21:15Z'/><EventRecordID>466134</EventRecordID><Correlation/><Execution ProcessID='503595' ThreadID='389512'/><Channel>Security</Channel><Computer>ACME-005</Computer><Security/></System><EventData><Data Name='Dummy'>-</Data><Data Name='TargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1246627149-1292034276-934336989-7020</Data><Data Name='SubjectUserSid'>S-1-5-21-1893558050-1872069252-976643203-9895</Data><Data Name='SubjectUserName'>user_k</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0xBAC3</Data><Data Name='PrivilegeList'>SeRestorePrivilege</Data><Data Name='SamAccountName'>user_g</Data><Data Name='DisplayName'>user_g</Data><Data Name='UserPrincipalName'>eee@AAA.local</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'><never></Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>943</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0xA1C9E79</Data><Data Name='NewUacValue'>0xACB1C59</Data><Data Name='UserAccountControl'>-</Data><Data Name='UserParameters'>-</Data><Data Name='SidHistory'>-</Data><Data Name='LogonHours'>%%1797</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4625</EventID><Version>14</Version><Level>13</Level><Task>12544</Task><Opcode>20</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime='2021-01-02 10:51:09Z'/><EventRecordID>736495</EventRecordID><Correlation/><Execution ProcessID='690606' ThreadID='656529'/><Channel>Security</Channel><Computer>ACME-001</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='SubjectUserName'>user_f</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>A369</Data><Data Name='TargetUserSid'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='TargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='Status'>Failure Audit</Data><Data Name='FailureReason'>%%2304</Data><Data Name='SubStatus'>Failure Audit</Data><Data Name='LogonType'>2</Data><Data Name='LogonProcessName'>Winlogon</Data><Data Name='AuthenticationPackageName'>Negotiate</Data><Data Name='WorkstationName'>Domain_A</Data><Data Name='TransmittedServices'>service_D</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0x0FDD</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_c.exe</Data><Data Name='IpAddress'>e56c:5b86:ac64:1351:7a4a:bc9a:f904:fc15</Data><Data Name='IpPort'>51647</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4634</EventID><Version>50</Version><Level>20</Level><Task>12545</Task><Opcode>10</Opcode><Keywords>C49352BAD9EA6D1D</Keywords><TimeCreated SystemTime='2021-01-02 11:36:17Z'/><EventRecordID>790507</EventRecordID><Correlation/><Execution ProcessID='765989' ThreadID='812575'/><Channel>Security</Channel><Computer>PROD-MFS-005</Computer><Security/></System><EventData><Data Name='TargetUserSid'>=S-1-5-21-1543423040-1192067256-934636039-1009</Data><Data Name='TargetUserName'>user_g</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetLogonId'>EB5F</Data><Data Name='LogonType'>2</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4608</EventID><Version>18</Version><Level>16</Level><Task>12288</Task><Opcode>17</Opcode><Keywords>AA0377422FE6F535</Keywords><TimeCreated SystemTime='2021-01-02 11:06:12Z'/><EventRecordID>455750</EventRecordID><Correlation/><Execution ProcessID='807210' ThreadID='864248'/><Channel>Security</Channel><Computer>BUSDEV-001</Computer><Security/></System><EventData></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4732</EventID><Version>7</Version><Level>14</Level><Task>13826</Task><Opcode>1</Opcode><Keywords>E73461A57DA4AD8C</Keywords><TimeCreated SystemTime='2021-01-02 10:51:09Z'/><EventRecordID>329801</EventRecordID><Correlation/><Execution ProcessID='747172' ThreadID='902312'/><Channel>Security</Channel><Computer>PROD-POS-005</Computer><Security/></System><EventData><Data Name='MemberName'>user_h</Data><Data Name='MemberSid'>S-1-5-21-1246627149-1292034276-934336989-7020</Data><Data Name='TargetUserName'>user_d</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1445627149-1292034276-934336989-1070</Data><Data Name='SubjectUserSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xA19C</Data><Data Name='PrivilegeList'>SeDelegateSessionUserImpersonatePrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4781</EventID><Version>38</Version><Level>2</Level><Task>13824</Task><Opcode>12</Opcode><Keywords>F08A99981383BC43</Keywords><TimeCreated SystemTime='2021-01-02 10:35:58Z'/><EventRecordID>808798</EventRecordID><Correlation/><Execution ProcessID='899739' ThreadID='843537'/><Channel>Security</Channel><Computer>COREDEV-004</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_i</Data><Data Name='NewTargetUserName'>user_b</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>user_a</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0x6C10</Data><Data Name='PrivilegeList'>SeSystemEnvironmentPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4648</EventID><Version>12</Version><Level>2</Level><Task>12544</Task><Opcode>1</Opcode><Keywords>15AFEEDC6331552F</Keywords><TimeCreated SystemTime='2021-01-02 11:36:17Z'/><EventRecordID>283639</EventRecordID><Correlation/><Execution ProcessID='512755' ThreadID='164678'/><Channel>Security</Channel><Computer>SE-002</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1893958050-1872069252-976643203-9898</Data><Data Name='SubjectUserName'>user_d</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>3EC3</Data><Data Name='LogonGuid'>{27C4A2F2-13CA-AA25-E903-D31268740239}</Data><Data Name='TargetUserName'>user_c</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetLogonGuid'>{E3514235-4B06-11D1-AB04-02C04FC2DCD2}</Data><Data Name='TargetServerName'>localhost</Data><Data Name='TargetInfo'>localhost</Data><Data Name='ProcessId'>1DEB</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_b.exe</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>5806</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4797</EventID><Version>40</Version><Level>16</Level><Task>13824</Task><Opcode>20</Opcode><Keywords>DA0D2987F7820A9E</Keywords><TimeCreated SystemTime='2021-01-02 11:36:17Z'/><EventRecordID>547339</EventRecordID><Correlation/><Execution ProcessID='840213' ThreadID='207689'/><Channel>Security</Channel><Computer>ops-sys-001</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='SubjectUserName'>user_g</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xEB5F</Data><Data Name='Workstation'>Domain_A</Data><Data Name='TargetUserName'>user_g</Data><Data Name='TargetDomainName'>Domain_A</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4728</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:06:12Z'/><EventRecordID>1849</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='3228'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='TargetUserName'>None</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-513</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0x9caebb</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4732</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 10:51:09Z'/><EventRecordID>1891</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='1436'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-807344451-4160805990-1156053029-512</Data><Data Name='TargetUserName'>Administrators</Data><Data Name='TargetDomainName'>Builtin</Data><Data Name='TargetSid'>S-1-5-32-544</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0xaf1ccd</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4732</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:36:17Z'/><EventRecordID>1891</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='1436'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-807344451-4160805990-1156053029-512</Data><Data Name='TargetUserName'>Administrators</Data><Data Name='TargetDomainName'>Builtin</Data><Data Name='TargetSid'>S-1-5-32-544</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0xaf1ccd</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{82F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4797</EventID><Version>3</Version><Level>15</Level><Task>13824</Task><Opcode>3</Opcode><Keywords>3E3AB0640B46931D</Keywords><TimeCreated SystemTime='2021-01-02 10:35:58Z'/><EventRecordID>130842</EventRecordID><Correlation/><Execution ProcessID='962362' ThreadID='396949'/><Channel>Security</Channel><Computer>COREDEV-005</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>user_m</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0x46BA</Data><Data Name='Workstation'>Domain_E</Data><Data Name='TargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_E</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-00C24FC2DCD2}'/><EventID>4797</EventID><Version>39</Version><Level>16</Level><Task>13824</Task><Opcode>17</Opcode><Keywords>C16FF67ED4C08D62</Keywords><TimeCreated SystemTime='2021-01-02 11:21:15Z'/><EventRecordID>691761</EventRecordID><Correlation/><Execution ProcessID='211585' ThreadID='262098'/><Channel>Security</Channel><Computer>PROD-POS-005</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-32-544</Data><Data Name='SubjectUserName'>user_e</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0x0452</Data><Data Name='Workstation'>Domain_E</Data><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_E</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4625</EventID><Version>23</Version><Level>10</Level><Task>12544</Task><Opcode>17</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:21:15Z'/><EventRecordID>487911</EventRecordID><Correlation/><Execution ProcessID='746477' ThreadID='771310'/><Channel>Security</Channel><Computer>ACME-006</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>A19C</Data><Data Name='TargetUserSid'>S-1-5-21-1543123040-1192067256-934636039-1003</Data><Data Name='TargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='Status'>Failure Audit</Data><Data Name='FailureReason'>%%2304</Data><Data Name='SubStatus'>Failure Audit</Data><Data Name='LogonType'>7</Data><Data Name='LogonProcessName'>Winlogon</Data><Data Name='AuthenticationPackageName'>Kerberos</Data><Data Name='WorkstationName'>Domain_A</Data><Data Name='TransmittedServices'>-</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0x7DD3</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_a.exe</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data></EventData></Event>\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"c4bbaf7cb0df93d5e9db89fff2fd39a0\"\n },\n {\n  \"current_detected_format\": [\n   \"raw_not_identified\",\n   \"raw_start_by_timestamp %b %d %H:%M:%S.%3N\"\n  ],\n  \"current_detected_format_dcount\": \"2\",\n  \"current_detected_format_id\": [\n   \"1df57f638347eaed4025430a1258be54\",\n   \"1edc7d988340c1c4d5f0745759d2e87b\"\n  ],\n  \"data_name\": \"main:sample3\",\n  \"data_sample_anomaly_ack_mtime\": \"1609584300\",\n  \"data_sample_anomaly_ack_status\": \"uncleared\",\n  \"data_sample_anomaly_detected\": \"1\",\n  \"data_sample_anomaly_reason\": \"multiformat_at_discovery\",\n  \"data_sample_feature\": \"disabled\",\n  \"data_sample_iteration\": \"1\",\n  \"data_sample_mtime\": \"1609584300\",\n  \"data_sample_status_colour\": \"orange\",\n  \"data_sample_status_message\": \"WARNING: The data sampling feature has been disabled automatically because multiple event formats were detected during the first sampling operation on Sat Jan  2 10:45:00 2021, sourcetypes containing multiple types of formats cannot be monitored by the data sampling properly. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample3\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"true\",\n  \"raw_sample\": [\n   \"Alternate Pool: None  Free: 0  Cause: No Alternate pool\\n\",\n   \"Jan 02 10:41:12.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:41:12.255: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Down Peer closed the session\\n\",\n   \"Jan 02 10:41:12.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from removed to Zytek AC Power Supply\\n\",\n   \"Jan 02 10:41:12.419: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from FULL to DOWN, Neighbor Down: Dead timer expired\\n\",\n   \"Jan 02 10:41:22.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:41:22.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:41:22.587: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not full duplex), with Router FastEthernet0/0 (full duplex).\\n\",\n   \"Jan 02 10:41:22.659: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Standby -> Active\\n\",\n   \"Jan 02 10:41:32.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:41:32.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:41:32.827: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Active -> Speak\\n\",\n   \"Jan 02 10:41:43.255: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Down Peer closed the session\\n\",\n   \"Jan 02 10:41:43.435: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Standby -> Active\\n\",\n   \"Jan 02 10:41:43.739: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Down Peer closed the session\\n\",\n   \"Jan 02 10:41:43.943: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Active -> Speak\\n\",\n   \"Jan 02 10:41:53.095: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:41:53.135: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:41:53.245: %SNMP-4-HIGHCPU: Process exceeds 200ms threshold (200ms IOS quantum) for GET of rmon.19.16.0--result rmon.19.16.0\\n\",\n   \"Jan 02 10:41:53.747: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:42:03.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:42:03.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:42:13.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:42:13.287: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Down Peer closed the session\\n\",\n   \"Jan 02 10:42:13.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:42:13.983: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Down Peer closed the session\\n\",\n   \"Jan 02 10:42:23.234: %OSPF-4-FLOOD_WAR: Process 200 re-originates LSA ID 10.230.1.0 type-2 adv-rtr 100.100.100.1\\n\",\n   \"Jan 02 10:42:23.295: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:42:23.451: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: sd] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:41:49 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:42:23.743: %SYS-5-CONFIG_I: Configured from console by cisco on console\\n\",\n   \"Jan 02 10:42:33.099: %SYS-5-CONFIG_I: Configured from console by console\\n\",\n   \"Jan 02 10:42:33.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from removed to Zytek AC Power Supply\\n\",\n   \"Jan 02 10:42:33.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:42:33.723: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:42:43.047: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up\\n\",\n   \"Jan 02 10:42:43.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 200 to area 100\\n\",\n   \"Jan 02 10:42:43.245: %SNMP-4-HIGHCPU: Process exceeds 200ms threshold (200ms IOS quantum) for GET of rmon.19.16.0--result rmon.19.16.0\\n\",\n   \"Jan 02 10:42:43.755: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:42:53.245: %SNMP-4-HIGHCPU: Process exceeds 200ms threshold (200ms IOS quantum) for GET of rmon.19.16.0--result rmon.19.16.0\\n\",\n   \"Jan 02 10:42:53.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from Zytek AC Power Supply to removed\\n\",\n   \"Jan 02 10:42:53.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:42:53.523: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:43:04.071: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:04.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:43:04.475: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: cisco] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadPassword] at 08:42:55 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:43:04.587: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not full duplex), with Router FastEthernet0/0 (full duplex).\\n\",\n   \"Jan 02 10:43:14.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:43:14.307: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:43:14.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:43:14.831: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from FULL to DOWN, Neighbor Down: Dead timer expired\\n\",\n   \"Jan 02 10:43:24.523: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:43:24.607: OSPF: Rcv pkt from 192.168.1.2, FastEthernet0/0: Mismatch Authentication type. Input packet specified type 0, we use type 2\\n\",\n   \"Jan 02 10:43:24.739: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Down Peer closed the session\\n\",\n   \"Jan 02 10:43:24.751: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Standby -> Active\\n\",\n   \"Jan 02 10:43:34.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:43:34.723: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:34.735: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Active -> Speak\\n\",\n   \"Jan 02 10:43:34.931: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:43:44.234: %OSPF-4-FLOOD_WAR: Process 200 re-originates LSA ID 10.230.1.0 type-2 adv-rtr 100.100.100.1\\n\",\n   \"Jan 02 10:43:44.243: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:43:44.419: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:43:44.419: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from FULL to DOWN, Neighbor Down: Dead timer expired\\n\",\n   \"Jan 02 10:43:54.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:43:54.234: %OSPF-4-FLOOD_WAR: Process 200 re-originates LSA ID 10.230.1.0 type-2 adv-rtr 100.100.100.1\\n\",\n   \"Jan 02 10:43:54.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:43:54.967: %ENVM-3-BLOWER : Fan 1 may have failed\\n\",\n   \"Jan 02 10:44:04.147: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Active -> Init\\n\",\n   \"Jan 02 10:44:04.307: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:44:04.595: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not full duplex), with Router FastEthernet0/0 (full duplex).\\n\",\n   \"Jan 02 10:44:04.735: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Speak -> Standby\\n\",\n   \"Jan 02 10:44:14.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:44:14.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:44:14.551: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:44:14.587: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not full duplex), with Router FastEthernet0/0 (full duplex).\\n\",\n   \"Jan 02 10:44:24.135: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:44:24.827: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Active -> Speak\\n\",\n   \"Jan 02 10:44:24.935: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:21 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:44:34.003: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up\\n\",\n   \"Jan 02 10:44:34.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 200 to area 100\\n\",\n   \"Jan 02 10:44:34.295: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:44:34.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:44:44.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:44:44.595: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not full duplex), with Router FastEthernet0/0 (full duplex).\\n\",\n   \"Jan 02 10:44:44.983: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Down Peer closed the session\\n\",\n   \"Jan 02 10:44:54.095: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:44:54.587: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not full duplex), with Router FastEthernet0/0 (full duplex).\\n\",\n   \"Jan 02 10:44:54.915: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:45:04.245: %SNMP-4-HIGHCPU: Process exceeds 200ms threshold (200ms IOS quantum) for GET of rmon.19.16.0--result rmon.19.16.0\\n\",\n   \"Jan 02 10:45:04.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:45:04.967: %ENVM-3-BLOWER : Fan 1 may have failed\\n\",\n   \"Jan 02 10:45:15.295: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:45:15.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:45:15.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:45:15.735: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Active -> Speak\\n\",\n   \"Mar  8  12:31:00.967: %ENVM-3-BLOWER : Fan 1 may have failed\\n\",\n   \"Pool: Processor  Free: 21244  Cause: Memory fragmentation\\n\",\n   \"Pool: Processor  Free: 29796  Cause: Memory fragmentation\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"d01f5ee472a47f9c0aa7d47574d5c623\"\n },\n {\n  \"current_detected_format\": \"xml\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"0f635d0e0f3874fff8b581c132e6c7a7\",\n  \"data_name\": \"main:WinHostMon\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"8\",\n  \"data_sample_mtime\": \"1609588800\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:00:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"WinHostMon\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"xml\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"0f635d0e0f3874fff8b581c132e6c7a7\",\n  \"raw_sample\": [\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4732</EventID><Version>10</Version><Level>5</Level><Task>13826</Task><Opcode>12</Opcode><Keywords>15325AC77726D5DC</Keywords><TimeCreated SystemTime='2021-01-02 11:58:20Z'/><EventRecordID>438962</EventRecordID><Correlation/><Execution ProcessID='532808' ThreadID='196570'/><Channel>Security</Channel><Computer>ops-sys-003</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-1445627149-1292034276-934336989-1070</Data><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1893258050-1872069252-976643203-9828</Data><Data Name='SubjectUserSid'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='SubjectUserName'>user_g</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xEB5F</Data><Data Name='PrivilegeList'>SeDebugPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4732</EventID><Version>7</Version><Level>8</Level><Task>13826</Task><Opcode>20</Opcode><Keywords>29A721C063D5C6F0</Keywords><TimeCreated SystemTime='2021-01-02 11:59:40Z'/><EventRecordID>626940</EventRecordID><Correlation/><Execution ProcessID='715163' ThreadID='826243'/><Channel>Security</Channel><Computer>SE-001</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='TargetUserName'>user_c</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1893938050-5465116515-976643203-9858</Data><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1006</Data><Data Name='SubjectUserName'>user_j</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0xB111</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4735</EventID><Version>3</Version><Level>13</Level><Task>13826</Task><Opcode>19</Opcode><Keywords>366A52EFD4EF415E</Keywords><TimeCreated SystemTime='2021-01-02 12:00:00Z'/><EventRecordID>987849</EventRecordID><Correlation/><Execution ProcessID='159633' ThreadID='520964'/><Channel>Security</Channel><Computer>ACME-003</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1543223040-1192067256-934636039-1030</Data><Data Name='SubjectUserSid'>S-1-5-21-1893958050-1872069252-976643203-9898</Data><Data Name='SubjectUserName'>user_f</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xA369</Data><Data Name='PrivilegeList'>SeDebugPrivilege</Data><Data Name='SamAccountName'>-</Data><Data Name='SidHistory'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4756</EventID><Version>33</Version><Level>5</Level><Task>3</Task><Opcode>18</Opcode><Keywords>6E98AB379AA83D5E</Keywords><TimeCreated SystemTime='2021-01-02 11:59:40Z'/><EventRecordID>100734</EventRecordID><Correlation/><Execution ProcessID='945065' ThreadID='612259'/><Channel>Security</Channel><Computer>BUSDEV-007</Computer><Security/></System><EventData><Data Name='MemberName'>CN=user_b,CN=Users,DC=windows,DC=local</Data><Data Name='MemberSid'>BUSDEV-007\\\\user_b</Data><Data Name='TargetUserName'>Universal-Security-Group</Data><Data Name='TargetDomainName'>BUSDEV-007</Data><Data Name='TargetSid'>BUSDEV-007\\\\Universal-Security-Group</Data><Data Name='SubjectUserSid'>BUSDEV-007\\\\Administrator</Data><Data Name='SubjectUserName'>user_b</Data><Data Name='SubjectDomainName'>BUSDEV-007</Data><Data Name='SubjectLogonId'>0x3A81</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4902</EventID><Version>35</Version><Level>7</Level><Task>13568</Task><Opcode>16</Opcode><Keywords>D8DE45EAA4085B1E</Keywords><TimeCreated SystemTime='2021-01-02 11:59:50Z'/><EventRecordID>371337</EventRecordID><Correlation/><Execution ProcessID='929503' ThreadID='507929'/><Channel>Security</Channel><Computer>SE-005</Computer><Security/></System><EventData><Data Name='PuaCount'>0</Data><Data Name='PuaPolicyId'>0x5005</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4624</EventID><Version>26</Version><Level>8</Level><Task>12544</Task><Opcode>18</Opcode><Keywords>A5E8D06B8D95CBBE</Keywords><TimeCreated SystemTime='2021-01-02 11:59:20Z'/><EventRecordID>532633</EventRecordID><Correlation/><Execution ProcessID='3801' ThreadID='473759'/><Channel>Security</Channel><Computer>SE-006</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1890958050-1872069252-976643203-5898</Data><Data Name='SubjectUserName'>user_k</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xBAC3</Data><Data Name='TargetUserSid'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='TargetUserName'>user_k</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetLogonId'>0xBAC3</Data><Data Name='LogonType'>4</Data><Data Name='LogonProcessName'>User32</Data><Data Name='AuthenticationPackageName'>Negotiate</Data><Data Name='WorkstationName'></Data><Data Name='LogonGuid'>{12F9A27C-BF97-4787-9364-D31B6C55EB04}</Data><Data Name='TransmittedServices'>service_D</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0x8AE6</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_d.exe</Data><Data Name='IpAddress'>ff2c:f1a9:729b:6542:4d78:5264:d1f7:9151</Data><Data Name='IpPort'>0</Data><Data Name='ImpersonationLevel'>%%1833</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4634</EventID><Version>23</Version><Level>1</Level><Task>12545</Task><Opcode>11</Opcode><Keywords>0744E184E6B8E2EE</Keywords><TimeCreated SystemTime='2021-01-02 11:59:00Z'/><EventRecordID>41179</EventRecordID><Correlation/><Execution ProcessID='27143' ThreadID='132786'/><Channel>Security</Channel><Computer>ACME-006</Computer><Security/></System><EventData><Data Name='TargetUserSid'>=S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='TargetUserName'>user_m</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetLogonId'>46BA</Data><Data Name='LogonType'>5</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{0887F1E4-39EA-D53C-804F-31D568A06274}'/><EventID>4648</EventID><Version>13</Version><Level>0</Level><Task>12544</Task><Opcode>15</Opcode><Keywords>37AE5898A4A2319C</Keywords><TimeCreated SystemTime='2021-01-02 11:59:20Z'/><EventRecordID>734346</EventRecordID><Correlation/><Execution ProcessID='805309' ThreadID='206397'/><Channel>Security</Channel><Computer>BUSDEV-007</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-838359158-542134535-930774774-22481</Data><Data Name='SubjectUserName'>user_d</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>3EC3</Data><Data Name='LogonGuid'>{0887F1E4-39EA-D53C-804F-31D568A06274}</Data><Data Name='TargetUserName'>user_m</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetLogonGuid'>{12F9A27C-BF97-4787-9364-D31B6C55EB04}</Data><Data Name='TargetServerName'>Server_C.com</Data><Data Name='TargetInfo'>Server_C.com</Data><Data Name='ProcessId'>D5D3</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_g.exe</Data><Data Name='IpAddress'>57c4:4d13:4cfd:50f7:6883:917c:bb5c:56b6</Data><Data Name='IpPort'>57852</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{0887F1E4-39EA-D53C-804F-31D568A06274}'/><EventID>4722</EventID><Version>5</Version><Level>4</Level><Task>13824</Task><Opcode>17</Opcode><Keywords>FDDA3FBACAD14C29</Keywords><TimeCreated SystemTime='2021-01-02 11:58:30Z'/><EventRecordID>938460</EventRecordID><Correlation/><Execution ProcessID='657196' ThreadID='50835'/><Channel>Security</Channel><Computer>COREDEV-006</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_c</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1445627149-1292034276-934336989-1070</Data><Data Name='SubjectUserSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='SubjectUserName'>user_c</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0x5FC9</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{0887F1E4-39EA-D53C-804F-31D568A06274}'/><EventID>4738</EventID><Version>21</Version><Level>14</Level><Task>13824</Task><Opcode>7</Opcode><Keywords>EB011EA6C31F9271</Keywords><TimeCreated SystemTime='2021-01-02 11:59:10Z'/><EventRecordID>953518</EventRecordID><Correlation/><Execution ProcessID='496300' ThreadID='691969'/><Channel>Security</Channel><Computer>ACME-005</Computer><Security/></System><EventData><Data Name='Dummy'>-</Data><Data Name='TargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1893958050-1872069252-976643203-9892</Data><Data Name='SubjectUserSid'>S-1-5-21-1893258050-1872069252-976643203-9828</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0xA19C</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_m</Data><Data Name='DisplayName'>user_m</Data><Data Name='UserPrincipalName'>ccc@AAA.local</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>2021-01-02 11:59:10 AM</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>191</Data><Data Name='AllowedToDelegateTo'>-</Data><Data Name='OldUacValue'>0xB545204</Data><Data Name='NewUacValue'>0x67F5967</Data><Data Name='UserAccountControl'>PARTIAL_SECRETS_ACCOUNT - Enabled</Data><Data Name='UserParameters'>-</Data><Data Name='SidHistory'>-</Data><Data Name='LogonHours'>%%1797</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{0887F1E4-39EA-D53C-804F-31D568A06274}'/><EventID>4797</EventID><Version>25</Version><Level>7</Level><Task>13824</Task><Opcode>1</Opcode><Keywords>5896EE9A7EDA31E4</Keywords><TimeCreated SystemTime='2021-01-02 11:59:50Z'/><EventRecordID>869095</EventRecordID><Correlation/><Execution ProcessID='379805' ThreadID='729386'/><Channel>Security</Channel><Computer>SE-005</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0xA19C</Data><Data Name='Workstation'>Domain_E</Data><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_E</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4634</EventID><Version>42</Version><Level>8</Level><Task>12545</Task><Opcode>8</Opcode><Keywords>F23D86DC4BECA72A</Keywords><TimeCreated SystemTime='2021-01-02 11:59:10Z'/><EventRecordID>885301</EventRecordID><Correlation/><Execution ProcessID='813394' ThreadID='934717'/><Channel>Security</Channel><Computer>ops-sys-003</Computer><Security/></System><EventData><Data Name='TargetUserSid'>=S-1-5-21-1543123040-1192067256-934636039-1003</Data><Data Name='TargetUserName'>user_i</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetLogonId'>5F25</Data><Data Name='LogonType'>4</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4634</EventID><Version>9</Version><Level>6</Level><Task>9</Task><Opcode>15</Opcode><Keywords>0xD08A85E8F73F7EB7</Keywords><TimeCreated SystemTime='2021-01-02 11:58:50Z'/><EventRecordID>753893</EventRecordID><Correlation/><Execution ProcessID='208081' ThreadID='696450'/><Channel>Security</Channel><Computer>windows.machine.address</Computer><Security/></System><EventData><Data Name='TargetUserSid'>WINDOWS\\\\SERVER2012$</Data><Data Name='TargetUserName'>WINDOWS</Data><Data Name='TargetDomainName'>4564</Data><Data Name='TargetLogonId'>0x141A972A6</Data><Data Name='LogonType'>655</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4648</EventID><Version>45</Version><Level>10</Level><Task>2</Task><Opcode>15</Opcode><Keywords>0xB635DCA2475C5EAF</Keywords><TimeCreated SystemTime='2021-01-02 11:58:20Z'/><EventRecordID>54594</EventRecordID><Correlation/><Execution ProcessID='481302' ThreadID='493248'/><Channel>Security</Channel><Computer>windows.machine.address</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>WINDOWS\\\\krbtgt</Data><Data Name='SubjectUserName'>krbtgt</Data><Data Name='SubjectDomainName'>krbtgt</Data><Data Name='SubjectLogonId'>0xF36</Data><Data Name='LogonGuid'>{12F9A27C-BF97-4787-9364-D3138C55EB04}</Data><Data Name='TargetUserName'>krbtgt</Data><Data Name='TargetDomainName'>abc.xyz</Data><Data Name='TargetLogonGuid'>{12F9A27C-BF97-4787-9364-D3138C55EB04}</Data><Data Name='TargetServerName'>krbtgt</Data><Data Name='TargetInfo'>krbtgt</Data><Data Name='ProcessId'>0xF36</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\D3ACEA0.exe</Data><Data Name='IpAddress'>153.216.218.6</Data><Data Name='IpPort'>493</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4738</EventID><Version>10</Version><Level>4</Level><Task>13824</Task><Opcode>19</Opcode><Keywords>FC825A1F535249E9</Keywords><TimeCreated SystemTime='2021-01-02 11:59:50Z'/><EventRecordID>771350</EventRecordID><Correlation/><Execution ProcessID='465899' ThreadID='351412'/><Channel>Security</Channel><Computer>PROD-POS-004</Computer><Security/></System><EventData><Data Name='Dummy'>-</Data><Data Name='TargetUserName'>user_d</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1245327149-1292034276-934336989-1010</Data><Data Name='SubjectUserSid'>S-1-5-21-1890958050-1872069252-976643203-8898</Data><Data Name='SubjectUserName'>user_f</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xA369</Data><Data Name='PrivilegeList'>SeRestorePrivilege</Data><Data Name='SamAccountName'>user_j</Data><Data Name='DisplayName'>user_j</Data><Data Name='UserPrincipalName'>aaa@AAA.local</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'><never></Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>588</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0x72E1F51</Data><Data Name='NewUacValue'>0x2BEBCDE</Data><Data Name='UserAccountControl'>-</Data><Data Name='UserParameters'>-</Data><Data Name='SidHistory'>S-1-5-21-1893958050-1872069252-976643203-2898</Data><Data Name='LogonHours'>%%1797</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4738</EventID><Version>11</Version><Level>11</Level><Task>13824</Task><Opcode>2</Opcode><Keywords>083EA364A2536651</Keywords><TimeCreated SystemTime='2021-01-02 11:58:20Z'/><EventRecordID>574685</EventRecordID><Correlation/><Execution ProcessID='152743' ThreadID='485211'/><Channel>Security</Channel><Computer>ACME-003</Computer><Security/></System><EventData><Data Name='Dummy'>-</Data><Data Name='TargetUserName'>user_e</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1893958050-1872069252-976643203-2898</Data><Data Name='SubjectUserSid'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='SubjectUserName'>user_g</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0xEB5F</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_e</Data><Data Name='DisplayName'>user_e</Data><Data Name='UserPrincipalName'>aaa@AAA.local</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'><never></Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>728</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0xAB217B5</Data><Data Name='NewUacValue'>0x8261C12</Data><Data Name='UserAccountControl'>ENCRYPTED_TEXT_PWD_ALLOWED - Disabled</Data><Data Name='UserParameters'>-</Data><Data Name='SidHistory'>-</Data><Data Name='LogonHours'>%%1797</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4738</EventID><Version>29</Version><Level>2</Level><Task>13824</Task><Opcode>10</Opcode><Keywords>2FB482DF54555160</Keywords><TimeCreated SystemTime='2021-01-02 12:00:00Z'/><EventRecordID>545409</EventRecordID><Correlation/><Execution ProcessID='269176' ThreadID='264526'/><Channel>Security</Channel><Computer>ops-sys-003</Computer><Security/></System><EventData><Data Name='Dummy'>-</Data><Data Name='TargetUserName'>user_e</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-32-544</Data><Data Name='SubjectUserSid'>S-1-5-21-1245327149-1292034276-934336989-1040</Data><Data Name='SubjectUserName'>user_l</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0xAB37</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_l</Data><Data Name='DisplayName'>user_l</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'><never></Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>651</Data><Data Name='AllowedToDelegateTo'>server_1/coumputer_a</Data><Data Name='OldUacValue'>0x4FF78FA</Data><Data Name='NewUacValue'>0x3E3897A</Data><Data Name='UserAccountControl'>DONT_EXPIRE_PASSWORD - Enabled</Data><Data Name='UserParameters'>-</Data><Data Name='SidHistory'>-</Data><Data Name='LogonHours'>%%1797</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4781</EventID><Version>26</Version><Level>5</Level><Task>13824</Task><Opcode>6</Opcode><Keywords>7CDCF7636626044C</Keywords><TimeCreated SystemTime='2021-01-02 11:59:00Z'/><EventRecordID>733169</EventRecordID><Correlation/><Execution ProcessID='663360' ThreadID='178131'/><Channel>Security</Channel><Computer>COREDEV-005</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_i</Data><Data Name='NewTargetUserName'>user_d</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='SubjectUserSid'>S-1-5-21-1245327149-1292034276-934336989-1040</Data><Data Name='SubjectUserName'>user_m</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0x46BA</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4634</EventID><Version>21</Version><Level>15</Level><Task>12545</Task><Opcode>20</Opcode><Keywords>B2D8B39D026B51D6</Keywords><TimeCreated SystemTime='2021-01-02 11:58:50Z'/><EventRecordID>745756</EventRecordID><Correlation/><Execution ProcessID='128068' ThreadID='857288'/><Channel>Security</Channel><Computer>ACME-004</Computer><Security/></System><EventData><Data Name='TargetUserSid'>=S-1-5-21-1245627149-1292034276-934336989-1027</Data><Data Name='TargetUserName'>user_d</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetLogonId'>3EC3</Data><Data Name='LogonType'>5</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4647</EventID><Version>2</Version><Level>20</Level><Task>12545</Task><Opcode>11</Opcode><Keywords>5EA0B559960C069B</Keywords><TimeCreated SystemTime='2021-01-02 12:00:00Z'/><EventRecordID>95245</EventRecordID><Correlation/><Execution ProcessID='542435' ThreadID='746689'/><Channel>Security</Channel><Computer>COREDEV-004</Computer><Security/></System><EventData><Data Name='TargetUserSid'>S-1-5-21-1243627149-1292034276-934336989-4020</Data><Data Name='TargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetLogonId'>A19C</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4648</EventID><Version>19</Version><Level>8</Level><Task>12544</Task><Opcode>8</Opcode><Keywords>86A9313900CC69E6</Keywords><TimeCreated SystemTime='2021-01-02 11:59:20Z'/><EventRecordID>851395</EventRecordID><Correlation/><Execution ProcessID='841534' ThreadID='165717'/><Channel>Security</Channel><Computer>BUSDEV-006</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='SubjectUserName'>user_m</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>46BA</Data><Data Name='LogonGuid'>{12F9A27C-BF97-4787-9364-D31B6C55EB04}</Data><Data Name='TargetUserName'>user_a</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetLogonGuid'>{E3514235-4B06-11D1-AB04-02C04FC2DCD2}</Data><Data Name='TargetServerName'>Server_C.com</Data><Data Name='TargetInfo'>Server_C.com</Data><Data Name='ProcessId'>708E</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_b.exe</Data><Data Name='IpAddress'>4c2e:cff8:84d8:bf61:8f37:f04:6437:80b0</Data><Data Name='IpPort'>48842</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4768</EventID><Version>35</Version><Level>6</Level><Task>5</Task><Opcode>6</Opcode><Keywords>0xB581B97582A42AD8</Keywords><TimeCreated SystemTime='2021-01-02 11:58:10Z'/><EventRecordID>750028</EventRecordID><Correlation/><Execution ProcessID='807673' ThreadID='268595'/><Channel>Security</Channel><Computer>windows.machine.address</Computer><Security/></System><EventData><Data Name='TargetUserName'>WINDOWS</Data><Data Name='TargetDomainName'>WINDOWS.LOCAL</Data><Data Name='TargetSid'>NULL SID</Data><Data Name='ServiceName'>6D2C21C2</Data><Data Name='ServiceSid'>WINDOWS\\\\6D2C21C2</Data><Data Name='TicketOptions'>0x6D2C21C2</Data><Data Name='Status'>0xA</Data><Data Name='TicketEncryptionType'>0x27</Data><Data Name='PreAuthType'>2</Data><Data Name='IpAddress'>::ffff:10.0.3.143</Data><Data Name='IpPort'>58144</Data><Data Name='CertIssuerName'></Data><Data Name='CertSerialNumber'></Data><Data Name='CertThumbprint'></Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4781</EventID><Version>23</Version><Level>13</Level><Task>13824</Task><Opcode>20</Opcode><Keywords>814CD08455260F2E</Keywords><TimeCreated SystemTime='2021-01-02 11:59:40Z'/><EventRecordID>935010</EventRecordID><Correlation/><Execution ProcessID='646357' ThreadID='431884'/><Channel>Security</Channel><Computer>ACME-002</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_k</Data><Data Name='NewTargetUserName'>user_b</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1245227149-1292034276-934336989-1024</Data><Data Name='SubjectUserSid'>S-1-5-21-1445627149-1292034276-934336989-1070</Data><Data Name='SubjectUserName'>user_m</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0x46BA</Data><Data Name='PrivilegeList'>SeTcbPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4907</EventID><Version>4</Version><Level>12</Level><Task>13568</Task><Opcode>5</Opcode><Keywords>FE7653F70D19AF53</Keywords><TimeCreated SystemTime='2021-01-02 11:59:40Z'/><EventRecordID>160253</EventRecordID><Correlation/><Execution ProcessID='105644' ThreadID='803156'/><Channel>Security</Channel><Computer>PROD-POS-001</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1893958050-1872069252-976643203-2898</Data><Data Name='SubjectUserName'>user_e</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0x0452</Data><Data Name='ObjectServer'>Security</Data><Data Name='ObjectType'>File</Data><Data Name='ObjectName'>B:\\\\dd\\\\ee\\\\ff.txt</Data><Data Name='HandleId'>0x045C</Data><Data Name='OldSd'>S:ARAI(AU;SAFA;0x1f0116;;;WD)</Data><Data Name='NewSd'>D:PAI(D;OICI;FA;;;BG)(A;OICI;FA;;;BA)(A;OICIIO;FA;;;CO)(A;OICI;FA;;;SY)(A;OICI;FA;;;BU)</Data><Data Name='ProcessId'>0x9D34</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_a.exe</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4647</EventID><Version>1</Version><Level>20</Level><Task>12545</Task><Opcode>16</Opcode><Keywords>40F74C91B128A1E2</Keywords><TimeCreated SystemTime='2021-01-02 12:00:10Z'/><EventRecordID>274664</EventRecordID><Correlation/><Execution ProcessID='684653' ThreadID='348587'/><Channel>Security</Channel><Computer>PROD-MFS-003</Computer><Security/></System><EventData><Data Name='TargetUserSid'>S-1-5-21-1543223040-1192067256-934636039-1030</Data><Data Name='TargetUserName'>user_i</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetLogonId'>5F25</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4735</EventID><Version>32</Version><Level>4</Level><Task>13826</Task><Opcode>3</Opcode><Keywords>71237564B2380248</Keywords><TimeCreated SystemTime='2021-01-02 11:59:10Z'/><EventRecordID>875413</EventRecordID><Correlation/><Execution ProcessID='433258' ThreadID='41264'/><Channel>Security</Channel><Computer>ops-sys-004</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1548923040-1192067256-934636039-6000</Data><Data Name='SubjectUserSid'>S-1-5-21-1245227149-1292034276-934336989-1024</Data><Data Name='SubjectUserName'>user_c</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0x5FC9</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_c</Data><Data Name='SidHistory'>S-1-5-21-1543923040-1192067256-934636039-1006</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4608</EventID><Version>6</Version><Level>6</Level><Task>12288</Task><Opcode>4</Opcode><Keywords>7C39B2F62DDAC4C0</Keywords><TimeCreated SystemTime='2021-01-02 12:00:10Z'/><EventRecordID>956657</EventRecordID><Correlation/><Execution ProcessID='324533' ThreadID='547530'/><Channel>Security</Channel><Computer>ACME-003</Computer><Security/></System><EventData></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4648</EventID><Version>24</Version><Level>2</Level><Task>12544</Task><Opcode>19</Opcode><Keywords>D07BF579EF4BFA05</Keywords><TimeCreated SystemTime='2021-01-02 11:59:10Z'/><EventRecordID>501005</EventRecordID><Correlation/><Execution ProcessID='246678' ThreadID='394490'/><Channel>Security</Channel><Computer>ACME-005</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1543123040-1192067256-934636039-1003</Data><Data Name='SubjectUserName'>user_c</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>5FC9</Data><Data Name='LogonGuid'>{27C4A2F2-13CA-AA25-E903-D31268740239}</Data><Data Name='TargetUserName'>user_j</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetLogonGuid'>{E3514235-4B06-11D1-AB04-02C04FC2DCD2}</Data><Data Name='TargetServerName'>localhost</Data><Data Name='TargetInfo'>localhost</Data><Data Name='ProcessId'>BE8D</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_e.exe</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4735</EventID><Version>20</Version><Level>0</Level><Task>13826</Task><Opcode>16</Opcode><Keywords>A2FED6EF1840CF14</Keywords><TimeCreated SystemTime='2021-01-02 11:59:30Z'/><EventRecordID>813127</EventRecordID><Correlation/><Execution ProcessID='380455' ThreadID='355606'/><Channel>Security</Channel><Computer>PROD-MFS-002</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_c</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1543123040-1192067256-934636039-1003</Data><Data Name='SubjectUserSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0xA19C</Data><Data Name='PrivilegeList'>SeTcbPrivilege</Data><Data Name='SamAccountName'>-</Data><Data Name='SidHistory'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4735</EventID><Version>20</Version><Level>20</Level><Task>13826</Task><Opcode>13</Opcode><Keywords>39804A4CEDBC4171</Keywords><TimeCreated SystemTime='2021-01-02 11:58:40Z'/><EventRecordID>43251</EventRecordID><Correlation/><Execution ProcessID='883178' ThreadID='287071'/><Channel>Security</Channel><Computer>HOST-005</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1245627149-1292034276-934336989-1027</Data><Data Name='SubjectUserSid'>S-1-5-21-1245627149-1292034276-934336989-1027</Data><Data Name='SubjectUserName'>user_d</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0x3EC3</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>-</Data><Data Name='SidHistory'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4768</EventID><Version>12</Version><Level>18</Level><Task>3</Task><Opcode>1</Opcode><Keywords>0x4890A5B35A302D51</Keywords><TimeCreated SystemTime='2021-01-02 11:58:30Z'/><EventRecordID>473338</EventRecordID><Correlation/><Execution ProcessID='605198' ThreadID='280214'/><Channel>Security</Channel><Computer>user.local.machine</Computer><Security/></System><EventData><Data Name='TargetUserName'>Backup Operators</Data><Data Name='TargetDomainName'>WINDOWS.LOCAL</Data><Data Name='TargetSid'>WINDOWS\\\\TASERVER$</Data><Data Name='ServiceName'>E3601FA6</Data><Data Name='ServiceSid'>Backup Operators\\\\E3601FA6</Data><Data Name='TicketOptions'>0xE3601FA6</Data><Data Name='Status'>0xC</Data><Data Name='TicketEncryptionType'>0x9B</Data><Data Name='PreAuthType'>2</Data><Data Name='IpAddress'>::ffff:10.0.3.143</Data><Data Name='IpPort'>58144</Data><Data Name='CertIssuerName'></Data><Data Name='CertSerialNumber'></Data><Data Name='CertThumbprint'></Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4625</EventID><Version>10</Version><Level>6</Level><Task>12544</Task><Opcode>17</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:58:40Z'/><EventRecordID>116332</EventRecordID><Correlation/><Execution ProcessID='318862' ThreadID='589733'/><Channel>Security</Channel><Computer>BUSDEV-005</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1245227149-1292034276-934336989-1024</Data><Data Name='SubjectUserName'>user_m</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>46BA</Data><Data Name='TargetUserSid'>S-1-5-21-1543923040-1192067256-934636039-1006</Data><Data Name='TargetUserName'>user_m</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='Status'>Failure Audit</Data><Data Name='FailureReason'>%%2304</Data><Data Name='SubStatus'>Failure Audit</Data><Data Name='LogonType'>8</Data><Data Name='LogonProcessName'>User32</Data><Data Name='AuthenticationPackageName'>Negotiate</Data><Data Name='WorkstationName'>Domain_C</Data><Data Name='TransmittedServices'>-</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0x95F5</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_b.exe</Data><Data Name='IpAddress'>9f1a:221b:5182:8202:1418:a374:ae04:8051</Data><Data Name='IpPort'>0</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4720</EventID><Version>10</Version><Level>4</Level><Task>13824</Task><Opcode>4</Opcode><Keywords>A82B3C58BFB810C7</Keywords><TimeCreated SystemTime='2021-01-02 11:58:30Z'/><EventRecordID>759713</EventRecordID><Correlation/><Execution ProcessID='548164' ThreadID='249589'/><Channel>Security</Channel><Computer>PROD-MFS-002</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_e</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='SubjectUserName'>user_k</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>BAC3</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_e</Data><Data Name='DisplayName'>%%1793</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>%%1794</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>701</Data><Data Name='AllowedToDelegateTo'>server_1/coumputer_a</Data><Data Name='OldUacValue'>0x174DA67</Data><Data Name='NewUacValue'>0x9F387DB</Data><Data Name='UserAccountControl'>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4720</EventID><Version>12</Version><Level>3</Level><Task>13824</Task><Opcode>7</Opcode><Keywords>78886F19D266766D</Keywords><TimeCreated SystemTime='2021-01-02 11:58:50Z'/><EventRecordID>42010</EventRecordID><Correlation/><Execution ProcessID='420263' ThreadID='587546'/><Channel>Security</Channel><Computer>BUSDEV-008</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_n</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='SubjectUserSid'>S-1-5-21-1243627149-1292034276-934336989-4020</Data><Data Name='SubjectUserName'>user_e</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0452</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_n</Data><Data Name='DisplayName'>%%1793</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>%%1794</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>287</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0x863F978</Data><Data Name='NewUacValue'>0x13F4AFF</Data><Data Name='UserAccountControl'>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4738</EventID><Version>4</Version><Level>3</Level><Task>13824</Task><Opcode>19</Opcode><Keywords>0DB5479ED3912C24</Keywords><TimeCreated SystemTime='2021-01-02 11:58:30Z'/><EventRecordID>48920</EventRecordID><Correlation/><Execution ProcessID='784391' ThreadID='550968'/><Channel>Security</Channel><Computer>BUSDEV-002</Computer><Security/></System><EventData><Data Name='Dummy'>-</Data><Data Name='TargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1893258050-1872069252-976643203-9828</Data><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0xA19C</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_k</Data><Data Name='DisplayName'>user_k</Data><Data Name='UserPrincipalName'>aaa@AAA.local</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>2021-01-02 11:58:30 AM</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>925</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0x653B0E1</Data><Data Name='NewUacValue'>0xFAE8289</Data><Data Name='UserAccountControl'>SERVER_TRUST_ACCOUNT - Disabled</Data><Data Name='UserParameters'>-</Data><Data Name='SidHistory'>-</Data><Data Name='LogonHours'>%%1797</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4902</EventID><Version>23</Version><Level>14</Level><Task>13568</Task><Opcode>4</Opcode><Keywords>C1A27EB8A6EDEC18</Keywords><TimeCreated SystemTime='2021-01-02 11:58:10Z'/><EventRecordID>811368</EventRecordID><Correlation/><Execution ProcessID='373586' ThreadID='217322'/><Channel>Security</Channel><Computer>PROD-POS-006</Computer><Security/></System><EventData><Data Name='PuaCount'>1</Data><Data Name='PuaPolicyId'>0xC942</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4722</EventID><Version>0</Version><Level>0</Level><Task>13824</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:58:40Z'/><EventRecordID>1851</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='3228'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='TargetUserName'>aramani</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0x9caebb</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4724</EventID><Version>0</Version><Level>0</Level><Task>13824</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:59:00Z'/><EventRecordID>128</EventRecordID><Correlation/><Execution ProcessID='464' ThreadID='1580'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='TargetUserName'>Administrator</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserSid'>S-1-5-18</Data><Data Name='SubjectUserName'>WIN-9DV9ENFEJEG$</Data><Data Name='SubjectDomainName'>WORKGROUP</Data><Data Name='SubjectLogonId'>0x3e7</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4728</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:59:30Z'/><EventRecordID>1849</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='3228'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='TargetUserName'>None</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-513</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0x9caebb</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4728</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:00:10Z'/><EventRecordID>1849</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='3228'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='TargetUserName'>None</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-513</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0x9caebb</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4732</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:58:20Z'/><EventRecordID>1891</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='1436'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-807344451-4160805990-1156053029-512</Data><Data Name='TargetUserName'>Administrators</Data><Data Name='TargetDomainName'>Builtin</Data><Data Name='TargetSid'>S-1-5-32-544</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0xaf1ccd</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4732</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:59:20Z'/><EventRecordID>1891</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='1436'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-807344451-4160805990-1156053029-512</Data><Data Name='TargetUserName'>Administrators</Data><Data Name='TargetDomainName'>Builtin</Data><Data Name='TargetSid'>S-1-5-32-544</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0xaf1ccd</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{82F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4624</EventID><Version>49</Version><Level>2</Level><Task>12544</Task><Opcode>0</Opcode><Keywords>A5AAAC378DC2B5F6</Keywords><TimeCreated SystemTime='2021-01-02 11:59:50Z'/><EventRecordID>773790</EventRecordID><Correlation/><Execution ProcessID='574886' ThreadID='176677'/><Channel>Security</Channel><Computer>PROD-MFS-002</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1548923040-1192067256-934636039-6000</Data><Data Name='SubjectUserName'>user_n</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0x4D76</Data><Data Name='TargetUserSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='TargetUserName'>user_n</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetLogonId'>0x4D76</Data><Data Name='LogonType'>2</Data><Data Name='LogonProcessName'>User32</Data><Data Name='AuthenticationPackageName'>Kerberos</Data><Data Name='WorkstationName'></Data><Data Name='LogonGuid'>{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}</Data><Data Name='TransmittedServices'>-</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0xD32F</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_d.exe</Data><Data Name='IpAddress'>c80e:ff97:f6a6:8f50:ceec:24d4:1873:9738</Data><Data Name='IpPort'>0</Data><Data Name='ImpersonationLevel'>%%1833</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-00C24FC2DCD2}'/><EventID>4648</EventID><Version>9</Version><Level>4</Level><Task>12544</Task><Opcode>5</Opcode><Keywords>18FC2BC3911E36E9</Keywords><TimeCreated SystemTime='2021-01-02 11:58:50Z'/><EventRecordID>418679</EventRecordID><Correlation/><Execution ProcessID='713059' ThreadID='270874'/><Channel>Security</Channel><Computer>HOST-004</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1890958050-1872069252-976643203-8898</Data><Data Name='SubjectUserName'>user_g</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>EB5F</Data><Data Name='LogonGuid'>{E3514235-4B06-11D1-AB04-00C24FC2DCD2}</Data><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetLogonGuid'>{12F9A27C-BF97-4787-9364-D3138C55EB04}</Data><Data Name='TargetServerName'>Server_A.com</Data><Data Name='TargetInfo'>Server_A.com</Data><Data Name='ProcessId'>06A6</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_f.exe</Data><Data Name='IpAddress'>f788:9f75:7547:fc52:3839:707e:2e9e:5002</Data><Data Name='IpPort'>24229</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4634</EventID><Version>40</Version><Level>1</Level><Task>12545</Task><Opcode>2</Opcode><Keywords>08204E3A0897DACD</Keywords><TimeCreated SystemTime='2021-01-02 11:59:00Z'/><EventRecordID>838719</EventRecordID><Correlation/><Execution ProcessID='14786' ThreadID='329628'/><Channel>Security</Channel><Computer>ops-sys-005</Computer><Security/></System><EventData><Data Name='TargetUserSid'>=S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='TargetUserName'>user_m</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetLogonId'>46BA</Data><Data Name='LogonType'>3</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4648</EventID><Version>0</Version><Level>12</Level><Task>12544</Task><Opcode>18</Opcode><Keywords>65203B0F5632D3B6</Keywords><TimeCreated SystemTime='2021-01-02 11:59:30Z'/><EventRecordID>696743</EventRecordID><Correlation/><Execution ProcessID='186723' ThreadID='5850'/><Channel>Security</Channel><Computer>ops-sys-002</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1245327149-1292034276-934336989-1040</Data><Data Name='SubjectUserName'>user_i</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>5F25</Data><Data Name='LogonGuid'>{E3514235-4B06-11D1-AB04-02C04FC2DCD2}</Data><Data Name='TargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetLogonGuid'>{00000000-0000-0000-0000-000000000000}</Data><Data Name='TargetServerName'>Server_D.com</Data><Data Name='TargetInfo'>Server_D.com</Data><Data Name='ProcessId'>13FA</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_d.exe</Data><Data Name='IpAddress'>fa20:b76c:3c56:7593:3996:68a8:bce7:f9a1</Data><Data Name='IpPort'>44438</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4728</EventID><Version>36</Version><Level>15</Level><Task>13826</Task><Opcode>9</Opcode><Keywords>3B2A639F00EBE7F6</Keywords><TimeCreated SystemTime='2021-01-02 12:00:10Z'/><EventRecordID>300202</EventRecordID><Correlation/><Execution ProcessID='363266' ThreadID='725028'/><Channel>Security</Channel><Computer>ops-sys-005</Computer><Security/></System><EventData><Data Name='MemberName'>user_d</Data><Data Name='MemberSid'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='TargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1893958050-1872069252-976643203-9892</Data><Data Name='SubjectUserSid'>S-1-5-21-1893258050-1872069252-976643203-9828</Data><Data Name='SubjectUserName'>user_k</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0xBAC3</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4732</EventID><Version>46</Version><Level>10</Level><Task>13826</Task><Opcode>6</Opcode><Keywords>00CA18FD14C8A8F0</Keywords><TimeCreated SystemTime='2021-01-02 12:00:00Z'/><EventRecordID>6843</EventRecordID><Correlation/><Execution ProcessID='541081' ThreadID='523069'/><Channel>Security</Channel><Computer>SE-002</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-1543223040-1192067256-934636039-1030</Data><Data Name='TargetUserName'>user_a</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-838359158-542134535-930774774-22481</Data><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1006</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0xA19C</Data><Data Name='PrivilegeList'>SeTcbPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4776</EventID><Version>38</Version><Level>3</Level><Task>14336</Task><Opcode>1</Opcode><Keywords>Audit Success</Keywords><TimeCreated SystemTime='2021-01-02 11:59:30Z'/><EventRecordID>37009</EventRecordID><Correlation/><Execution ProcessID='691067' ThreadID='41055'/><Channel>Security</Channel><Computer>COREDEV-004</Computer><Security/></System><EventData><Data Name='PackageName'>MICROSOFT_AUTHENTICATION_PACKAGE_V1_0</Data><Data Name='TargetUserName'>user_i</Data><Data Name='Workstation'>Domain_A</Data><Data Name='Status'>0x0</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditingg' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4616</EventID><Version>38</Version><Level>14</Level><Task>12288</Task><Opcode>7</Opcode><Keywords>20209CE12EC19526</Keywords><TimeCreated SystemTime='2021-01-02 11:58:40Z'/><EventRecordID>839145</EventRecordID><Correlation/><Execution ProcessID='398022' ThreadID='455053'/><Channel>Security</Channel><Computer>SE-004</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1893258050-1872069252-976643203-9828</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>A19C</Data><Data Name='PreviousTime'>2021-01-02 11:58:40Z</Data><Data Name='NewTime'>2021-01-02 11:58:40Z</Data><Data Name='ProcessId'>0x956F</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_b.exe</Data></EventData></Event>\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"eb0edd18ed8ee1dc9dd062baf1ad5af7\"\n }\n]"},{"id":"d859ab01-74b0-425e-8f4d-43086efdf5b9","name":"data_sampling_collection / Get Data sampling collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_collection"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:17:19 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"35272"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"current_detected_format\": \"syslog_no_timestamp\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"d01bcd8d79beb285c118872c7c039bd6\",\n  \"data_name\": \"linux_emea:linux_secure\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"9\",\n  \"data_sample_mtime\": \"1609589700\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:15:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"linux_secure\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"syslog_no_timestamp\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"d01bcd8d79beb285c118872c7c039bd6\",\n  \"raw_sample\": [\n   \"sshd[10589]: Invalid user admin from 181.226.5.28 port 32906\\n\",\n   \"sshd[10594]: Connection closed by authenticating user root 68.41.117.22 port 59969 [preauth]\\n\",\n   \"sshd[1071]: Connection reset by 80.82.77.139 port 54004 [preauth]\\n\",\n   \"sshd[11180]: Received disconnect from 159.89.84.231 port 53102:11: Bye Bye [preauth]\\n\",\n   \"sshd[12194]: Disconnected from invalid user gjw 52.130.93.119 port 1024 [preauth]\\n\",\n   \"sshd[12197]: Invalid user rgz from 106.12.94.65 port 45974\\n\",\n   \"sshd[12706]: Did not receive identification string from 125.25.33.152 port 13690\\n\",\n   \"sshd[12900]: Disconnected from authenticating user root 222.186.42.7 port 22755 [preauth]\\n\",\n   \"sshd[13374]: Connection closed by invalid user user 87.251.74.50 port 13444 [preauth]\\n\",\n   \"sshd[13380]: Connection closed by authenticating user root 87.251.74.50 port 12172 [preauth]\\n\",\n   \"sshd[14698]: Disconnected from authenticating user root 222.186.30.57 port 49720 [preauth]\\n\",\n   \"sshd[14824]: Disconnected from authenticating user root 222.186.180.130 port 35891 [preauth]\\n\",\n   \"sshd[14853]: Disconnected from authenticating user root 222.186.180.130 port 51452 [preauth]\\n\",\n   \"sshd[1503]: Invalid user admina from 14.162.122.212 port 47856\\n\",\n   \"sshd[15328]: Invalid user admin from 87.251.74.50 port 25426\\n\",\n   \"sshd[15329]: Invalid user user from 87.251.74.50 port 25552\\n\",\n   \"sshd[16685]: Connection closed by authenticating user root 113.61.191.148 port 56421 [preauth]\\n\",\n   \"sshd[17255]: Received disconnect from 218.232.135.95 port 37364:11: Bye Bye [preauth]\\n\",\n   \"sshd[17770]: Disconnected from authenticating user root 222.186.180.130 port 39055 [preauth]\\n\",\n   \"sshd[19284]: Invalid user pi from 221.127.88.207 port 37773\\n\",\n   \"sshd[1961]: Received disconnect from 181.30.28.198 port 34444:11: Bye Bye [preauth]\\n\",\n   \"sshd[20259]: Did not receive identification string from 182.52.133.229 port 51407\\n\",\n   \"sshd[21003]: Disconnected from invalid user pcx 210.9.47.154 port 45872 [preauth]\\n\",\n   \"sshd[21003]: Invalid user pcx from 210.9.47.154 port 45872\\n\",\n   \"sshd[21133]: Disconnected from authenticating user root 222.186.15.10 port 21594 [preauth]\\n\",\n   \"sshd[22804]: Disconnected from authenticating user root 222.186.31.166 port 47209 [preauth]\\n\",\n   \"sshd[23085]: Received disconnect from 222.186.52.39 port 22776:11:  [preauth]\\n\",\n   \"sshd[23157]: Invalid user eya from 103.1.209.245 port 48138\\n\",\n   \"sshd[23157]: Received disconnect from 103.1.209.245 port 48138:11: Bye Bye [preauth]\\n\",\n   \"sshd[23959]: Received disconnect from 222.186.190.14 port 36935:11:  [preauth]\\n\",\n   \"sshd[24109]: Disconnected from authenticating user root 222.186.180.142 port 57676 [preauth]\\n\",\n   \"sshd[28681]: Connection closed by authenticating user root 42.98.175.232 port 45157 [preauth]\\n\",\n   \"sshd[28774]: Connection closed by authenticating user root 27.2.101.60 port 60631 [preauth]\\n\",\n   \"sshd[30364]: Received disconnect from 222.186.31.166 port 42999:11:  [preauth]\\n\",\n   \"sshd[30753]: Received disconnect from 139.155.11.173 port 53062:11: Bye Bye [preauth]\\n\",\n   \"sshd[3081]: Received disconnect from 117.215.129.29 port 55302:11: Bye Bye [preauth]\\n\",\n   \"sshd[31273]: Received disconnect from 222.186.30.76 port 18319:11:  [preauth]\\n\",\n   \"sshd[31446]: Connection closed by authenticating user root 218.153.80.20 port 55439 [preauth]\\n\",\n   \"sshd[31762]: Connection closed by authenticating user root 89.36.3.75 port 43611 [preauth]\\n\",\n   \"sshd[3279]: Received disconnect from 222.186.42.137 port 15028:11:  [preauth]\\n\",\n   \"sshd[5510]: Invalid user wpp from 152.32.215.160 port 39446\\n\",\n   \"sshd[6036]: Invalid user dqe from 41.249.250.209 port 57716\\n\",\n   \"sshd[7437]: Received disconnect from 222.186.180.130 port 38943:11:  [preauth]\\n\",\n   \"sshd[8140]: Did not receive identification string from 162.243.145.56 port 52102\\n\",\n   \"sshd[8521]: Received disconnect from 222.186.42.7 port 10920:11:  [preauth]\\n\",\n   \"sshd[8538]: Disconnected from authenticating user root 222.186.30.35 port 49425 [preauth]\\n\",\n   \"sshd[8927]: Disconnected from invalid user Tlhua 2.36.136.146 port 32796 [preauth]\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"07025724a9df0a3efde4296ca742abcb\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %b %d %H:%M:%S:%3N\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"350aacf6b8e561259c7c61a1942f43ca\",\n  \"data_name\": \"main:sample5\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"9\",\n  \"data_sample_mtime\": \"1609589700\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:15:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample5\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %b %d %H:%M:%S:%3N\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"350aacf6b8e561259c7c61a1942f43ca\",\n  \"raw_sample\": [\n   \"Jan 02 12:13:09:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 12:13:19:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 12:13:19:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 12:13:29:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 12:13:29:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 12:13:39:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 12:13:39:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 12:13:49:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 12:13:49:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 12:13:59:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 12:13:59:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 12:14:09:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 12:14:19:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 12:14:19:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 12:14:29:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 12:14:40:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 12:14:49:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 12:14:49:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 12:15:00:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 12:15:00:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 12:15:10:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 closed\\n\",\n   \"Jan 02 12:15:10:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"0e8d6df980b6a8697743b326297fdf84\"\n },\n {\n  \"current_detected_format\": \"xml\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"0f635d0e0f3874fff8b581c132e6c7a7\",\n  \"data_name\": \"main:XmlWinEventLog\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"9\",\n  \"data_sample_mtime\": \"1609589700\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:15:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"XmlWinEventLog\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"xml\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"0f635d0e0f3874fff8b581c132e6c7a7\",\n  \"raw_sample\": [\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{03514235-4B06-11D1-AB04-01C04FC2DCD2}\\\" /><EventID>4771</EventID><Version>29</Version><Level>9</Level><Task>14339</Task><Opcode>10</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 12:14:42Z\\\" /><EventRecordID>899627</EventRecordID><Correlation /><Execution ProcessID=\\\"378817\\\" ThreadID=\\\"315118\\\" /><Channel>Security</Channel><Computer>PROD-POS-003</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_f</Data><Data Name='TargetSid'>S-1-5-21-1245227149-1292034276-934336989-1024</Data><Data Name='ServiceName'>cc/c.local</Data><Data Name='TicketOptions'>0x40810000</Data><Data Name='Status'>0x18</Data><Data Name='PreAuthType'>15</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4732</EventID><Version>9</Version><Level>12</Level><Task>13826</Task><Opcode>7</Opcode><Keywords>330763DECCE21D22</Keywords><TimeCreated SystemTime='2021-01-02 12:13:42Z'/><EventRecordID>330799</EventRecordID><Correlation/><Execution ProcessID='247332' ThreadID='495174'/><Channel>Security</Channel><Computer>SE-001</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-1243627149-1292034276-934336989-4020</Data><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1445627149-1292034276-934336989-1070</Data><Data Name='SubjectUserSid'>S-1-5-21-1893558050-1872069252-976643203-9895</Data><Data Name='SubjectUserName'>user_i</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0x5F25</Data><Data Name='PrivilegeList'>SeTakeOwnershipPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4624</EventID><Version>50</Version><Level>18</Level><Task>12544</Task><Opcode>7</Opcode><Keywords>E6BFF63BAEB407BA</Keywords><TimeCreated SystemTime='2021-01-02 12:13:02Z'/><EventRecordID>126480</EventRecordID><Correlation/><Execution ProcessID='343995' ThreadID='809225'/><Channel>Security</Channel><Computer>BUSDEV-002</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>user_b</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0x3A81</Data><Data Name='TargetUserSid'>S-1-5-21-1893558050-1872069252-976643203-9895</Data><Data Name='TargetUserName'>user_b</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetLogonId'>0x3A81</Data><Data Name='LogonType'>5</Data><Data Name='LogonProcessName'>Winlogon</Data><Data Name='AuthenticationPackageName'>Kerberos</Data><Data Name='WorkstationName'></Data><Data Name='LogonGuid'>{E3514235-4B06-11D1-AB04-00C24FC2DCD2}</Data><Data Name='TransmittedServices'>service_D</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0xFEDA</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_e.exe</Data><Data Name='IpAddress'>2af0:fe79:2c71:bf38:644a:c489:f850:c215</Data><Data Name='IpPort'>0</Data><Data Name='ImpersonationLevel'>%%1833</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4625</EventID><Version>34</Version><Level>15</Level><Task>2</Task><Opcode>3</Opcode><Keywords>0x92E39337B529D1F3</Keywords><TimeCreated SystemTime='2021-01-02 12:13:32Z'/><EventRecordID>297326</EventRecordID><Correlation ActivityID='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><Execution ProcessID='216294' ThreadID='167859'/><Channel>Security</Channel><Computer>user.local.machine</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>abc\\\\def</Data><Data Name='SubjectUserName'>WINDOWS</Data><Data Name='SubjectDomainName'>WINDOWS</Data><Data Name='SubjectLogonId'>0x3</Data><Data Name='TargetUserSid'>abc\\\\def</Data><Data Name='TargetUserName'>WINDOWS</Data><Data Name='TargetDomainName'>WINDOWS</Data><Data Name='Status'>0x3702885F</Data><Data Name='FailureReason'>%%442</Data><Data Name='SubStatus'>0x3</Data><Data Name='LogonType'>34</Data><Data Name='LogonProcessName'>abc</Data><Data Name='AuthenticationPackageName'>abc</Data><Data Name='WorkstationName'>WINDOWS</Data><Data Name='TransmittedServices'>D2C8</Data><Data Name='LmPackageName'>3702885F</Data><Data Name='KeyLength'>442</Data><Data Name='ProcessId'>0x3</Data><Data Name='ProcessName'>abc</Data><Data Name='IpAddress'>57.9.14.196</Data><Data Name='IpPort'>458</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4672</EventID><Version>10</Version><Level>5</Level><Task>12548</Task><Opcode>18</Opcode><Keywords>71257677B7FB680D</Keywords><TimeCreated SystemTime='2021-01-02 12:13:22Z'/><EventRecordID>794227</EventRecordID><Correlation/><Execution ProcessID='204740' ThreadID='246413'/><Channel>Security</Channel><Computer>BUSDEV-003</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1245327149-1292034276-934336989-1040</Data><Data Name='SubjectUserName'>user_m</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>46BA</Data><Data Name='PrivilegeList'>SeAssignPrimaryTokenPrivilege\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4720</EventID><Version>39</Version><Level>0</Level><Task>13824</Task><Opcode>13</Opcode><Keywords>79DFBC2435E70F18</Keywords><TimeCreated SystemTime='2021-01-02 12:15:02Z'/><EventRecordID>684001</EventRecordID><Correlation/><Execution ProcessID='415728' ThreadID='386610'/><Channel>Security</Channel><Computer>HOST-001</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_a</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetSid'>S-1-5-21-1547923040-1192067256-934636039-3000</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='SubjectUserName'>user_g</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>EB5F</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_a</Data><Data Name='DisplayName'>%%1793</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>%%1794</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>186</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0x950D2EB</Data><Data Name='NewUacValue'>0x201DD18</Data><Data Name='UserAccountControl'>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4728</EventID><Version>44</Version><Level>0</Level><Task>13826</Task><Opcode>8</Opcode><Keywords>1B6A33E846BBCE12</Keywords><TimeCreated SystemTime='2021-01-02 12:14:22Z'/><EventRecordID>905078</EventRecordID><Correlation/><Execution ProcessID='140243' ThreadID='612638'/><Channel>Security</Channel><Computer>BUSDEV-003</Computer><Security/></System><EventData><Data Name='MemberName'>user_h</Data><Data Name='MemberSid'>S-1-5-21-1543123040-8745867498-934636039-1060</Data><Data Name='TargetUserName'>user_b</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1547923040-1192067256-934636039-3000</Data><Data Name='SubjectUserSid'>S-1-5-21-1543223040-1192067256-934636039-1030</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xA19C</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4732</EventID><Version>27</Version><Level>6</Level><Task>13826</Task><Opcode>4</Opcode><Keywords>758C3AD023588899</Keywords><TimeCreated SystemTime='2021-01-02 12:14:32Z'/><EventRecordID>237247</EventRecordID><Correlation/><Execution ProcessID='195447' ThreadID='667153'/><Channel>Security</Channel><Computer>BUSDEV-004</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-1445627149-1292034276-934336989-1070</Data><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1893958050-1872069252-976643203-9892</Data><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1006</Data><Data Name='SubjectUserName'>user_i</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0x5F25</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4738</EventID><Version>7</Version><Level>17</Level><Task>13824</Task><Opcode>0</Opcode><Keywords>006D9E3EE44561C3</Keywords><TimeCreated SystemTime='2021-01-02 12:14:02Z'/><EventRecordID>40861</EventRecordID><Correlation/><Execution ProcessID='42597' ThreadID='374870'/><Channel>Security</Channel><Computer>COREDEV-002</Computer><Security/></System><EventData><Data Name='Dummy'>-</Data><Data Name='TargetUserName'>user_n</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetSid'>S-1-5-21-1890958050-1872069252-976643203-8898</Data><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='SubjectUserName'>user_g</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0xEB5F</Data><Data Name='PrivilegeList'>SeLoadDriverPrivilege</Data><Data Name='SamAccountName'>user_i</Data><Data Name='DisplayName'>user_i</Data><Data Name='UserPrincipalName'>ddd@BBB.local</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>2021-01-02 12:14:02 AM</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>825</Data><Data Name='AllowedToDelegateTo'>server_1/coumputer_a</Data><Data Name='OldUacValue'>0x30B7FEE</Data><Data Name='NewUacValue'>0x2F277D4</Data><Data Name='UserAccountControl'>-</Data><Data Name='UserParameters'>-</Data><Data Name='SidHistory'>-</Data><Data Name='LogonHours'>%%1797</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4781</EventID><Version>1</Version><Level>18</Level><Task>13824</Task><Opcode>10</Opcode><Keywords>05938B9FAB2C9CD1</Keywords><TimeCreated SystemTime='2021-01-02 12:13:42Z'/><EventRecordID>798800</EventRecordID><Correlation/><Execution ProcessID='265039' ThreadID='948341'/><Channel>Security</Channel><Computer>ops-sys-002</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_l</Data><Data Name='NewTargetUserName'>user_b</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetSid'>S-1-5-21-1543923040-1192067256-934636039-1006</Data><Data Name='SubjectUserSid'>S-1-5-21-1246627149-1292034276-934336989-7020</Data><Data Name='SubjectUserName'>user_j</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0xB111</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{0887F1E4-39EA-D53C-804F-31D568A06274}'/><EventID>4735</EventID><Version>17</Version><Level>18</Level><Task>13826</Task><Opcode>3</Opcode><Keywords>E68FF83E388334BF</Keywords><TimeCreated SystemTime='2021-01-02 12:13:52Z'/><EventRecordID>863688</EventRecordID><Correlation/><Execution ProcessID='204107' ThreadID='774881'/><Channel>Security</Channel><Computer>HOST-002</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_d</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1893958050-1872069252-976643203-2898</Data><Data Name='SubjectUserSid'>S-1-5-21-1893958050-1872069252-976643203-9892</Data><Data Name='SubjectUserName'>user_e</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0x0452</Data><Data Name='PrivilegeList'>SeDebugPrivilege</Data><Data Name='SamAccountName'>user_l</Data><Data Name='SidHistory'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4608</EventID><Version>8</Version><Level>10</Level><Task>12288</Task><Opcode>6</Opcode><Keywords>04BD1CBA0F152CEC</Keywords><TimeCreated SystemTime='2021-01-02 12:13:52Z'/><EventRecordID>636315</EventRecordID><Correlation/><Execution ProcessID='173326' ThreadID='31591'/><Channel>Security</Channel><Computer>PROD-MFS-005</Computer><Security/></System><EventData></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4768</EventID><Version>11</Version><Level>19</Level><Task>6</Task><Opcode>13</Opcode><Keywords>0x2F2EE4B355B3C168</Keywords><TimeCreated SystemTime='2021-01-02 12:13:12Z'/><EventRecordID>293603</EventRecordID><Correlation/><Execution ProcessID='83651' ThreadID='140139'/><Channel>Security</Channel><Computer>aaa.bbb.ccc</Computer><Security/></System><EventData><Data Name='TargetUserName'>Backup Operators</Data><Data Name='TargetDomainName'>WINDOWS.LOCAL</Data><Data Name='TargetSid'>WINDOWS\\\\krbtgt</Data><Data Name='ServiceName'>66197E87</Data><Data Name='ServiceSid'>Backup Operators\\\\66197E87</Data><Data Name='TicketOptions'>0x66197E87</Data><Data Name='Status'>0x4</Data><Data Name='TicketEncryptionType'>0x80</Data><Data Name='PreAuthType'>2</Data><Data Name='IpAddress'>::ffff:10.0.3.143</Data><Data Name='IpPort'>58144</Data><Data Name='CertIssuerName'></Data><Data Name='CertSerialNumber'></Data><Data Name='CertThumbprint'></Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4776</EventID><Version>44</Version><Level>2</Level><Task>14336</Task><Opcode>14</Opcode><Keywords>Failure Audit</Keywords><TimeCreated SystemTime='2021-01-02 12:15:02Z'/><EventRecordID>172049</EventRecordID><Correlation/><Execution ProcessID='359733' ThreadID='61522'/><Channel>Security</Channel><Computer>ops-sys-001</Computer><Security/></System><EventData><Data Name='PackageName'>MICROSOFT_AUTHENTICATION_PACKAGE_V1_0</Data><Data Name='TargetUserName'>user_d</Data><Data Name='Workstation'>Domain_A</Data><Data Name='Status'>0xC0000234</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4907</EventID><Version>33</Version><Level>4</Level><Task>13568</Task><Opcode>19</Opcode><Keywords>3C08AEF5138D8112</Keywords><TimeCreated SystemTime='2021-01-02 12:14:32Z'/><EventRecordID>331393</EventRecordID><Correlation/><Execution ProcessID='335568' ThreadID='153301'/><Channel>Security</Channel><Computer>ops-sys-003</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='SubjectUserName'>user_j</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0xB111</Data><Data Name='ObjectServer'>Security</Data><Data Name='ObjectType'>File</Data><Data Name='ObjectName'>A:\\\\aa\\\\bb\\\\cc.txt</Data><Data Name='HandleId'>0x5E6F</Data><Data Name='OldSd'>S:ARAI(AU;SAFA;0x1f0116;;;WD)</Data><Data Name='NewSd'>S:ARAI(AU;SAFA;0x1f0116;;;WD)</Data><Data Name='ProcessId'>0x263B</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_c.exe</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4608</EventID><Version>7</Version><Level>5</Level><Task>12288</Task><Opcode>14</Opcode><Keywords>D336FC49CE14D2C8</Keywords><TimeCreated SystemTime='2021-01-02 12:15:02Z'/><EventRecordID>657573</EventRecordID><Correlation/><Execution ProcessID='59170' ThreadID='541145'/><Channel>Security</Channel><Computer>COREDEV-005</Computer><Security/></System><EventData></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4724</EventID><Version>22</Version><Level>19</Level><Task>13824</Task><Opcode>14</Opcode><Keywords>8F451EA717F5E964</Keywords><TimeCreated SystemTime='2021-01-02 12:14:32Z'/><EventRecordID>962150</EventRecordID><Correlation/><Execution ProcessID='641572' ThreadID='232367'/><Channel>Security</Channel><Computer>SE-003</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_g</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1893958050-1872069252-976643203-2898</Data><Data Name='SubjectUserSid'>S-1-5-21-1893938050-5465116515-976643203-9858</Data><Data Name='SubjectUserName'>user_j</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0xEB5F</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4735</EventID><Version>30</Version><Level>10</Level><Task>13826</Task><Opcode>10</Opcode><Keywords>66E160271F720AE9</Keywords><TimeCreated SystemTime='2021-01-02 12:14:42Z'/><EventRecordID>247297</EventRecordID><Correlation/><Execution ProcessID='268846' ThreadID='899373'/><Channel>Security</Channel><Computer>PROD-MFS-006</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_j</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1543123040-8745867498-934636039-1060</Data><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xA19C</Data><Data Name='PrivilegeList'>SeTcbPrivilege</Data><Data Name='SamAccountName'>-</Data><Data Name='SidHistory'>S-1-5-21-838359158-542134535-930774774-22481</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4720</EventID><Version>40</Version><Level>12</Level><Task>13824</Task><Opcode>0</Opcode><Keywords>7FB60A127609AF97</Keywords><TimeCreated SystemTime='2021-01-02 12:13:22Z'/><EventRecordID>360771</EventRecordID><Correlation/><Execution ProcessID='44332' ThreadID='414874'/><Channel>Security</Channel><Computer>SE-004</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetSid'>S-1-5-21-1893958050-1872069252-976643203-2898</Data><Data Name='SubjectUserSid'>S-1-5-21-1445627149-1292034276-934336989-1070</Data><Data Name='SubjectUserName'>user_i</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>5F25</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_l</Data><Data Name='DisplayName'>%%1793</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>%%1794</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>709</Data><Data Name='AllowedToDelegateTo'>-</Data><Data Name='OldUacValue'>0x80ABF1D</Data><Data Name='NewUacValue'>0xD358905</Data><Data Name='UserAccountControl'>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4756</EventID><Version>13</Version><Level>17</Level><Task>3</Task><Opcode>13</Opcode><Keywords>3702EE4F4500548A</Keywords><TimeCreated SystemTime='2021-01-02 12:14:42Z'/><EventRecordID>782138</EventRecordID><Correlation/><Execution ProcessID='6178' ThreadID='766191'/><Channel>Security</Channel><Computer>ACME-002</Computer><Security/></System><EventData><Data Name='MemberName'>CN=user_b,CN=Users,DC=windows,DC=local</Data><Data Name='MemberSid'>ACME-002\\\\user_b</Data><Data Name='TargetUserName'>Universal-Security-Group1</Data><Data Name='TargetDomainName'>ACME-002</Data><Data Name='TargetSid'>ACME-002\\\\Universal-Security-Group1</Data><Data Name='SubjectUserSid'>ACME-002\\\\Administrator</Data><Data Name='SubjectUserName'>user_b</Data><Data Name='SubjectDomainName'>ACME-002</Data><Data Name='SubjectLogonId'>0x3A81</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4756</EventID><Version>49</Version><Level>4</Level><Task>1</Task><Opcode>0</Opcode><Keywords>CC57AE68246062AC</Keywords><TimeCreated SystemTime='2021-01-02 12:14:22Z'/><EventRecordID>164339</EventRecordID><Correlation/><Execution ProcessID='122481' ThreadID='431808'/><Channel>Security</Channel><Computer>HOST-006</Computer><Security/></System><EventData><Data Name='MemberName'>CN=user_m,CN=Users,DC=windows,DC=local</Data><Data Name='MemberSid'>HOST-006\\\\user_m</Data><Data Name='TargetUserName'>Universal-Security-Group1</Data><Data Name='TargetDomainName'>HOST-006</Data><Data Name='TargetSid'>HOST-006\\\\Universal-Security-Group1</Data><Data Name='SubjectUserSid'>HOST-006\\\\Administrator</Data><Data Name='SubjectUserName'>user_m</Data><Data Name='SubjectDomainName'>HOST-006</Data><Data Name='SubjectLogonId'>0x46BA</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4781</EventID><Version>14</Version><Level>19</Level><Task>13824</Task><Opcode>20</Opcode><Keywords>77A0DB06F80783AF</Keywords><TimeCreated SystemTime='2021-01-02 12:14:52Z'/><EventRecordID>115512</EventRecordID><Correlation/><Execution ProcessID='194707' ThreadID='555741'/><Channel>Security</Channel><Computer>ops-sys-004</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_c</Data><Data Name='NewTargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetSid'>S-1-5-21-1893258050-1872069252-976643203-9828</Data><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='SubjectUserName'>user_i</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0x5F25</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4907</EventID><Version>23</Version><Level>19</Level><Task>13568</Task><Opcode>14</Opcode><Keywords>5B6C0586CBD810E4</Keywords><TimeCreated SystemTime='2021-01-02 12:14:22Z'/><EventRecordID>182917</EventRecordID><Correlation/><Execution ProcessID='261354' ThreadID='900052'/><Channel>Security</Channel><Computer>PROD-POS-004</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1547923040-1192067256-934636039-3000</Data><Data Name='SubjectUserName'>user_c</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0x5FC9</Data><Data Name='ObjectServer'>Security</Data><Data Name='ObjectType'>File</Data><Data Name='ObjectName'>A:\\\\aa\\\\bb\\\\cc.txt</Data><Data Name='HandleId'>0xA08E</Data><Data Name='OldSd'>D:AI(D;OICI;FA;;;BG)(A;;FA;;;BA)(A;OICIID;FA;;;BA)(A;OICIID;FA;;;SY)(A;OICIIOID;GA;;;CO)(A;OICIID;0x1200a9;;;BU)(A;CIID;LC;;;BU)(A;CIID;DC;;;BU</Data><Data Name='NewSd'>D:PAI(D;OICI;FA;;;BG)(A;OICI;FA;;;BA)(A;OICIIO;FA;;;CO)(A;OICI;FA;;;SY)(A;OICI;FA;;;BU)</Data><Data Name='ProcessId'>0xCA33</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_b.exe</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4634</EventID><Version>26</Version><Level>8</Level><Task>12545</Task><Opcode>19</Opcode><Keywords>CC603A71BEDE007E</Keywords><TimeCreated SystemTime='2021-01-02 12:14:12Z'/><EventRecordID>728181</EventRecordID><Correlation/><Execution ProcessID='88469' ThreadID='307626'/><Channel>Security</Channel><Computer>ACME-006</Computer><Security/></System><EventData><Data Name='TargetUserSid'>=S-1-5-21-1893958050-1872069252-976643203-2898</Data><Data Name='TargetUserName'>user_a</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetLogonId'>6C10</Data><Data Name='LogonType'>11</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4756</EventID><Version>0</Version><Level>6</Level><Task>10</Task><Opcode>8</Opcode><Keywords>E51AFD2C9CD443B0</Keywords><TimeCreated SystemTime='2021-01-02 12:14:12Z'/><EventRecordID>876195</EventRecordID><Correlation/><Execution ProcessID='216226' ThreadID='159045'/><Channel>Security</Channel><Computer>HOST-005</Computer><Security/></System><EventData><Data Name='MemberName'>CN=user_a,CN=Users,DC=windows,DC=local</Data><Data Name='MemberSid'>HOST-005\\\\user_a</Data><Data Name='TargetUserName'>Universal-Security-Group</Data><Data Name='TargetDomainName'>HOST-005</Data><Data Name='TargetSid'>HOST-005\\\\Universal-Security-Group</Data><Data Name='SubjectUserSid'>HOST-005\\\\Administrator</Data><Data Name='SubjectUserName'>user_a</Data><Data Name='SubjectDomainName'>HOST-005</Data><Data Name='SubjectLogonId'>0x6C10</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4720</EventID><Version>30</Version><Level>20</Level><Task>13824</Task><Opcode>3</Opcode><Keywords>265F904BD2AE974A</Keywords><TimeCreated SystemTime='2021-01-02 12:13:12Z'/><EventRecordID>853467</EventRecordID><Correlation/><Execution ProcessID='535947' ThreadID='134254'/><Channel>Security</Channel><Computer>BUSDEV-006</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1893258050-1872069252-976643203-9828</Data><Data Name='SubjectUserSid'>S-1-5-21-1245327149-1292034276-934336989-1040</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>A19C</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_l</Data><Data Name='DisplayName'>%%1793</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>%%1794</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>639</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0x30467AD</Data><Data Name='NewUacValue'>0x067E014</Data><Data Name='UserAccountControl'>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4735</EventID><Version>22</Version><Level>13</Level><Task>13826</Task><Opcode>5</Opcode><Keywords>FB42B1A0B197751C</Keywords><TimeCreated SystemTime='2021-01-02 12:13:32Z'/><EventRecordID>674321</EventRecordID><Correlation/><Execution ProcessID='264388' ThreadID='578068'/><Channel>Security</Channel><Computer>COREDEV-005</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1543223040-1192067256-934636039-1030</Data><Data Name='SubjectUserSid'>S-1-5-21-1548923040-1192067256-934636039-6000</Data><Data Name='SubjectUserName'>user_m</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0x46BA</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_g</Data><Data Name='SidHistory'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4776</EventID><Version>19</Version><Level>13</Level><Task>14336</Task><Opcode>0</Opcode><Keywords>Failure Audit</Keywords><TimeCreated SystemTime='2021-01-02 12:14:12Z'/><EventRecordID>678468</EventRecordID><Correlation/><Execution ProcessID='157475' ThreadID='967057'/><Channel>Security</Channel><Computer>PROD-POS-003</Computer><Security/></System><EventData><Data Name='PackageName'>MICROSOFT_AUTHENTICATION_PACKAGE_V1_0</Data><Data Name='TargetUserName'>user_c</Data><Data Name='Workstation'>Domain_A</Data><Data Name='Status'>0xC000006A</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4722</EventID><Version>0</Version><Level>0</Level><Task>13824</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:13:02Z'/><EventRecordID>1851</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='3228'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='TargetUserName'>aramani</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0x9caebb</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4722</EventID><Version>0</Version><Level>0</Level><Task>13824</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:13:52Z'/><EventRecordID>1851</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='3228'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='TargetUserName'>aramani</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0x9caebb</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4722</EventID><Version>0</Version><Level>0</Level><Task>13824</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:14:52Z'/><EventRecordID>1851</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='3228'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='TargetUserName'>aramani</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0x9caebb</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4728</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:13:22Z'/><EventRecordID>1849</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='3228'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='TargetUserName'>None</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-513</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0x9caebb</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4728</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:14:02Z'/><EventRecordID>1849</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='3228'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='TargetUserName'>None</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-513</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0x9caebb</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4728</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:14:22Z'/><EventRecordID>1849</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='3228'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='TargetUserName'>None</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-513</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0x9caebb</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4732</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:13:52Z'/><EventRecordID>1891</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='1436'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-807344451-4160805990-1156053029-512</Data><Data Name='TargetUserName'>Administrators</Data><Data Name='TargetDomainName'>Builtin</Data><Data Name='TargetSid'>S-1-5-32-544</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0xaf1ccd</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4732</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:14:52Z'/><EventRecordID>1891</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='1436'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-807344451-4160805990-1156053029-512</Data><Data Name='TargetUserName'>Administrators</Data><Data Name='TargetDomainName'>Builtin</Data><Data Name='TargetSid'>S-1-5-32-544</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0xaf1ccd</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{82F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4647</EventID><Version>19</Version><Level>6</Level><Task>12545</Task><Opcode>1</Opcode><Keywords>D443AADD1E76E5E3</Keywords><TimeCreated SystemTime='2021-01-02 12:15:02Z'/><EventRecordID>264367</EventRecordID><Correlation/><Execution ProcessID='314757' ThreadID='702195'/><Channel>Security</Channel><Computer>PROD-POS-002</Computer><Security/></System><EventData><Data Name='TargetUserSid'>S-1-5-21-1547923040-1192067256-934636039-3000</Data><Data Name='TargetUserName'>user_a</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetLogonId'>6C10</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{82F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4728</EventID><Version>4</Version><Level>3</Level><Task>13826</Task><Opcode>14</Opcode><Keywords>B49DFFCAA13F90FA</Keywords><TimeCreated SystemTime='2021-01-02 12:13:22Z'/><EventRecordID>227001</EventRecordID><Correlation/><Execution ProcessID='588752' ThreadID='917787'/><Channel>Security</Channel><Computer>PROD-POS-005</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-1543123040-8745867498-934636039-1060</Data><Data Name='TargetUserName'>user_k</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetSid'>S-1-5-32-544</Data><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1006</Data><Data Name='SubjectUserName'>user_a</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0x6C10</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{82F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4735</EventID><Version>41</Version><Level>8</Level><Task>13826</Task><Opcode>5</Opcode><Keywords>3FCD4A70236338EF</Keywords><TimeCreated SystemTime='2021-01-02 12:13:32Z'/><EventRecordID>337514</EventRecordID><Correlation/><Execution ProcessID='579603' ThreadID='463076'/><Channel>Security</Channel><Computer>HOST-004</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_n</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='SubjectUserSid'>S-1-5-21-1245627149-1292034276-934336989-1027</Data><Data Name='SubjectUserName'>user_e</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0x0452</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>-</Data><Data Name='SidHistory'>S-1-5-21-1890958050-1872069252-976643203-8898</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{82F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4781</EventID><Version>28</Version><Level>0</Level><Task>13824</Task><Opcode>3</Opcode><Keywords>3B67097119E61365</Keywords><TimeCreated SystemTime='2021-01-02 12:13:12Z'/><EventRecordID>652077</EventRecordID><Correlation/><Execution ProcessID='990402' ThreadID='496994'/><Channel>Security</Channel><Computer>ACME-001</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_l</Data><Data Name='NewTargetUserName'>user_a</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1890958050-1872069252-976643203-5898</Data><Data Name='SubjectUserSid'>S-1-5-21-1245327149-1292034276-934336989-1040</Data><Data Name='SubjectUserName'>user_g</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0xEB5F</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{82F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4781</EventID><Version>4</Version><Level>18</Level><Task>13824</Task><Opcode>2</Opcode><Keywords>C84C96ACEB60CA31</Keywords><TimeCreated SystemTime='2021-01-02 12:14:42Z'/><EventRecordID>259493</EventRecordID><Correlation/><Execution ProcessID='259336' ThreadID='170566'/><Channel>Security</Channel><Computer>SE-002</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_a</Data><Data Name='NewTargetUserName'>user_a</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1893938050-5465116515-976643203-9858</Data><Data Name='SubjectUserSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='SubjectUserName'>user_a</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0x6C10</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{82F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4907</EventID><Version>35</Version><Level>7</Level><Task>13568</Task><Opcode>2</Opcode><Keywords>99E37287F9CBAB16</Keywords><TimeCreated SystemTime='2021-01-02 12:13:42Z'/><EventRecordID>322411</EventRecordID><Correlation/><Execution ProcessID='932602' ThreadID='32758'/><Channel>Security</Channel><Computer>PROD-MFS-004</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='SubjectUserName'>user_k</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xBAC3</Data><Data Name='ObjectServer'>Security</Data><Data Name='ObjectType'>File</Data><Data Name='ObjectName'>B:\\\\dd\\\\ee\\\\ff.txt</Data><Data Name='HandleId'>0x6041</Data><Data Name='OldSd'>S:ARAI(AU;SAFA;0x1f0116;;;WD)</Data><Data Name='NewSd'>D:PAI(D;OICI;FA;;;BG)(A;OICI;FA;;;BA)(A;OICIIO;FA;;;CO)(A;OICI;FA;;;SY)(A;OICI;FA;;;BU)</Data><Data Name='ProcessId'>0xFC76</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_d.exe</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-00C24FC2DCD2}'/><EventID>4608</EventID><Version>22</Version><Level>19</Level><Task>12288</Task><Opcode>9</Opcode><Keywords>8D756C2E107631A6</Keywords><TimeCreated SystemTime='2021-01-02 12:13:42Z'/><EventRecordID>58996</EventRecordID><Correlation/><Execution ProcessID='545279' ThreadID='175392'/><Channel>Security</Channel><Computer>SE-001</Computer><Security/></System><EventData></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-00C24FC2DCD2}'/><EventID>4647</EventID><Version>30</Version><Level>4</Level><Task>12545</Task><Opcode>5</Opcode><Keywords>86A14D5C21B2D364</Keywords><TimeCreated SystemTime='2021-01-02 12:14:32Z'/><EventRecordID>152324</EventRecordID><Correlation/><Execution ProcessID='151514' ThreadID='100097'/><Channel>Security</Channel><Computer>PROD-POS-004</Computer><Security/></System><EventData><Data Name='TargetUserSid'>S-1-5-21-1893958050-1872069252-976643203-2898</Data><Data Name='TargetUserName'>user_k</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetLogonId'>BAC3</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4672</EventID><Version>49</Version><Level>6</Level><Task>9</Task><Opcode>20</Opcode><Keywords>0x8E311F8F44CBA90D</Keywords><TimeCreated SystemTime='2021-01-02 12:14:02Z'/><EventRecordID>112019</EventRecordID><Correlation ActivityID='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><Execution ProcessID='45298' ThreadID='344373'/><Channel>Security</Channel><Computer>user.local.machine</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>WINDOWS\\\\ADSERVER</Data><Data Name='SubjectUserName'>krbtgt</Data><Data Name='SubjectDomainName'>krbtgt</Data><Data Name='SubjectLogonId'>0x9362E1E9A</Data><Data Name='PrivilegeList'>SeSecurityPrivilege\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4724</EventID><Version>12</Version><Level>9</Level><Task>13824</Task><Opcode>6</Opcode><Keywords>A314BA6E8E530A5D</Keywords><TimeCreated SystemTime='2021-01-02 12:14:12Z'/><EventRecordID>968804</EventRecordID><Correlation/><Execution ProcessID='82848' ThreadID='12255'/><Channel>Security</Channel><Computer>HOST-004</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_a</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1893958050-1872069252-976643203-2898</Data><Data Name='SubjectUserSid'>S-1-5-21-838359158-542134535-930774774-22481</Data><Data Name='SubjectUserName'>user_f</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0x6C10</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4728</EventID><Version>7</Version><Level>13</Level><Task>13826</Task><Opcode>2</Opcode><Keywords>46FA85068AE42E2E</Keywords><TimeCreated SystemTime='2021-01-02 12:14:02Z'/><EventRecordID>549570</EventRecordID><Correlation/><Execution ProcessID='182370' ThreadID='84056'/><Channel>Security</Channel><Computer>HOST-002</Computer><Security/></System><EventData><Data Name='MemberName'>user_j</Data><Data Name='MemberSid'>S-1-5-21-1547923040-1192067256-934636039-3000</Data><Data Name='TargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1893958050-1872069252-976643203-2898</Data><Data Name='SubjectUserSid'>S-1-5-21-1893258050-1872069252-976643203-9828</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0xA19C</Data><Data Name='PrivilegeList'>SeDebugPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4735</EventID><Version>33</Version><Level>6</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>B3C9CA3B937FE41D</Keywords><TimeCreated SystemTime='2021-01-02 12:14:52Z'/><EventRecordID>111728</EventRecordID><Correlation/><Execution ProcessID='808761' ThreadID='640435'/><Channel>Security</Channel><Computer>BUSDEV-003</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='SubjectUserSid'>S-1-5-21-1547923040-1192067256-934636039-3000</Data><Data Name='SubjectUserName'>user_i</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0x5F25</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>-</Data><Data Name='SidHistory'>S-1-5-21-1245327149-1292034276-934336989-1040</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4738</EventID><Version>22</Version><Level>19</Level><Task>13824</Task><Opcode>19</Opcode><Keywords>64B92341032EC6D5</Keywords><TimeCreated SystemTime='2021-01-02 12:13:12Z'/><EventRecordID>201780</EventRecordID><Correlation/><Execution ProcessID='910648' ThreadID='599407'/><Channel>Security</Channel><Computer>ops-sys-001</Computer><Security/></System><EventData><Data Name='Dummy'>-</Data><Data Name='TargetUserName'>user_g</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetSid'>S-1-5-32-544</Data><Data Name='SubjectUserSid'>S-1-5-21-1543123040-1192067256-934636039-1003</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0xA19C</Data><Data Name='PrivilegeList'>SeSecurityPrivilege</Data><Data Name='SamAccountName'>user_k</Data><Data Name='DisplayName'>user_k</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'><never></Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>662</Data><Data Name='AllowedToDelegateTo'>server_1/coumputer_a</Data><Data Name='OldUacValue'>0x24A5320</Data><Data Name='NewUacValue'>0x8E9077F</Data><Data Name='UserAccountControl'>-</Data><Data Name='UserParameters'>-</Data><Data Name='SidHistory'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='LogonHours'>%%1797</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditingg' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4616</EventID><Version>4</Version><Level>18</Level><Task>12288</Task><Opcode>11</Opcode><Keywords>B093C8C6029CFD98</Keywords><TimeCreated SystemTime='2021-01-02 12:13:32Z'/><EventRecordID>462249</EventRecordID><Correlation/><Execution ProcessID='737390' ThreadID='7905'/><Channel>Security</Channel><Computer>HOST-006</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1543123040-1192067256-934636039-1003</Data><Data Name='SubjectUserName'>user_i</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>5F25</Data><Data Name='PreviousTime'>2021-01-02 12:13:32Z</Data><Data Name='NewTime'>2021-01-02 12:13:32Z</Data><Data Name='ProcessId'>0xD9B5</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_c.exe</Data></EventData></Event>\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"10dc049f74b48fbcc83842315134bc57\"\n },\n {\n  \"current_detected_format\": \"raw_not_identified\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"1edc7d988340c1c4d5f0745759d2e87b\",\n  \"data_name\": \"main:sample10-noformat\",\n  \"data_sample_anomaly_ack_mtime\": \"1609584300\",\n  \"data_sample_anomaly_ack_status\": \"uncleared\",\n  \"data_sample_anomaly_detected\": \"1\",\n  \"data_sample_anomaly_reason\": \"no_format_at_discovery\",\n  \"data_sample_feature\": \"disabled\",\n  \"data_sample_iteration\": \"1\",\n  \"data_sample_mtime\": \"1609584300\",\n  \"data_sample_status_colour\": \"orange\",\n  \"data_sample_status_message\": \"WARNING: The data sampling feature has been disabled automatically because no event formats could be identified during the first sampling operation on Sat Jan  2 10:45:00 2021, if the format is reliable but cannot be identified by the builtin rules, you can create a custom rule to handle this format. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample10-noformat\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"raw_sample\": [\n   \" Connection closed by 80.82.77.139 port 53772 [preauth]\\n\",\n   \" Connection closed by authenticating user root 1.64.196.54 port 52872 [preauth]\\n\",\n   \" Connection closed by authenticating user root 111.255.110.143 port 36643 [preauth]\\n\",\n   \" Connection closed by authenticating user root 112.119.192.122 port 49609 [preauth]\\n\",\n   \" Connection closed by authenticating user root 116.203.246.182 port 42166 [preauth]\\n\",\n   \" Connection closed by authenticating user root 116.203.246.182 port 42190 [preauth]\\n\",\n   \" Connection closed by authenticating user root 116.49.150.157 port 58422 [preauth]\\n\",\n   \" Connection closed by authenticating user root 119.237.198.163 port 54889 [preauth]\\n\",\n   \" Connection closed by authenticating user root 166.48.123.67 port 44634 [preauth]\\n\",\n   \" Connection closed by authenticating user root 168.70.71.1 port 43833 [preauth]\\n\",\n   \" Connection closed by authenticating user root 203.218.144.220 port 47869 [preauth]\\n\",\n   \" Connection closed by authenticating user root 219.156.88.249 port 48352 [preauth]\\n\",\n   \" Connection closed by authenticating user root 219.71.134.119 port 59173 [preauth]\\n\",\n   \" Connection closed by authenticating user root 223.18.227.148 port 34319 [preauth]\\n\",\n   \" Connection closed by authenticating user root 223.18.238.18 port 37209 [preauth]\\n\",\n   \" Connection closed by authenticating user root 87.251.74.50 port 12172 [preauth]\\n\",\n   \" Connection closed by authenticating user root 87.251.74.50 port 35244 [preauth]\\n\",\n   \" Connection closed by invalid user admin 177.209.169.163 port 41019 [preauth]\\n\",\n   \" Connection closed by invalid user admin 218.250.142.238 port 43667 [preauth]\\n\",\n   \" Connection closed by invalid user admin 220.94.236.226 port 47924 [preauth]\\n\",\n   \" Connection closed by invalid user admin1 115.85.29.157 port 55129 [preauth]\\n\",\n   \" Connection closed by invalid user osmc 116.48.57.52 port 55892 [preauth]\\n\",\n   \" Connection closed by invalid user osmc 89.36.3.75 port 43010 [preauth]\\n\",\n   \" Connection closed by invalid user pi 1.64.68.229 port 46101 [preauth]\\n\",\n   \" Connection closed by invalid user ubnt 220.83.11.155 port 51801 [preauth]\\n\",\n   \" Did not receive identification string from 117.26.89.53 port 52271\\n\",\n   \" Did not receive identification string from 118.222.10.218 port 12141\\n\",\n   \" Did not receive identification string from 45.64.122.68 port 53758\\n\",\n   \" Did not receive identification string from 87.251.74.50 port 60496\\n\",\n   \" Disconnected from 222.186.15.10 port 52368 [preauth]\\n\",\n   \" Disconnected from 222.186.15.115 port 30566 [preauth]\\n\",\n   \" Disconnected from 222.186.30.167 port 54393 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.15.10 port 44186 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.175.23 port 38844 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.180.130 port 32984 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.180.130 port 35891 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.180.130 port 39055 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.180.142 port 60362 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.30.167 port 60359 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.30.35 port 49425 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.30.35 port 64118 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.30.76 port 18319 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.31.166 port 60330 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.42.136 port 24176 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.42.155 port 62682 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.52.39 port 34108 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.52.39 port 49914 [preauth]\\n\",\n   \" Disconnected from authenticating user root 222.186.52.39 port 61706 [preauth]\\n\",\n   \" Disconnected from invalid user cuq 164.132.44.25 port 54914 [preauth]\\n\",\n   \" Disconnected from invalid user dqe 41.249.250.209 port 57716 [preauth]\\n\",\n   \" Disconnected from invalid user kwo 139.59.10.42 port 35358 [preauth]\\n\",\n   \" Disconnected from invalid user pcx 210.9.47.154 port 45872 [preauth]\\n\",\n   \" Disconnected from invalid user qwi 192.144.183.47 port 47368 [preauth]\\n\",\n   \" Disconnected from invalid user rde 222.99.52.216 port 57610 [preauth]\\n\",\n   \" Disconnected from invalid user wangdonghui 51.75.202.218 port 36900 [preauth]\\n\",\n   \" Disconnected from invalid user whg 182.162.104.153 port 14489 [preauth]\\n\",\n   \" Disconnected from invalid user wuning 139.199.18.194 port 50718 [preauth]\\n\",\n   \" Disconnected from invalid user xoi 51.158.111.168 port 37666 [preauth]\\n\",\n   \" Disconnected from invalid user yhm 51.83.74.126 port 49898 [preauth]\\n\",\n   \" Invalid user admin from 161.117.39.81 port 54817\\n\",\n   \" Invalid user admin from 59.24.153.98 port 41436\\n\",\n   \" Invalid user admin from 87.251.74.50 port 15174\\n\",\n   \" Invalid user admin from 93.76.93.123 port 45259\\n\",\n   \" Invalid user clt from 68.183.229.218 port 44670\\n\",\n   \" Invalid user fhq from 51.91.110.249 port 46162\\n\",\n   \" Invalid user kfu from 139.59.135.84 port 50986\\n\",\n   \" Invalid user pi from 119.237.28.221 port 52983\\n\",\n   \" Invalid user pi from 220.70.197.81 port 56480\\n\",\n   \" Invalid user qgq from 90.126.248.177 port 34863\\n\",\n   \" Invalid user support from 87.251.74.50 port 44336\\n\",\n   \" Invalid user ubnt from 221.139.113.36 port 10131\\n\",\n   \" Invalid user vpr from 193.112.219.207 port 40826\\n\",\n   \" Received disconnect from 103.218.242.29 port 59806\\n\",\n   \" Received disconnect from 120.151.222.78 port 50748\\n\",\n   \" Received disconnect from 139.155.11.173 port 53062\\n\",\n   \" Received disconnect from 139.59.10.42 port 35358\\n\",\n   \" Received disconnect from 139.59.135.84 port 50986\\n\",\n   \" Received disconnect from 181.30.28.198 port 34444\\n\",\n   \" Received disconnect from 182.162.104.153 port 14489\\n\",\n   \" Received disconnect from 187.200.60.210 port 42051\\n\",\n   \" Received disconnect from 218.78.81.207 port 36894\\n\",\n   \" Received disconnect from 222.186.15.10 port 21594\\n\",\n   \" Received disconnect from 222.186.15.10 port 44186\\n\",\n   \" Received disconnect from 222.186.180.130 port 30139\\n\",\n   \" Received disconnect from 222.186.180.130 port 39055\\n\",\n   \" Received disconnect from 222.186.31.166 port 25075\\n\",\n   \" Received disconnect from 222.186.31.166 port 42999\\n\",\n   \" Received disconnect from 222.186.31.166 port 47209\\n\",\n   \" Received disconnect from 222.186.31.166 port 60330\\n\",\n   \" Received disconnect from 222.186.31.83 port 36534\\n\",\n   \" Received disconnect from 222.186.42.7 port 44666\\n\",\n   \" Received disconnect from 222.186.42.7 port 53885\\n\",\n   \" Received disconnect from 51.75.202.218 port 36900\\n\",\n   \" Received disconnect from 51.83.74.126 port 49898\\n\",\n   \" Received disconnect from 58.16.187.26 port 48502\\n\",\n   \" Received disconnect from 77.65.79.150 port 39622\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"12d141af2a40a24ad63689e93379016a\"\n },\n {\n  \"current_detected_format\": [\n   \"raw_not_identified\",\n   \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n   \"raw_start_by_timestamp %b %d %H:%M:%S.%3N\",\n   \"raw_start_by_timestamp %b %d %H:%M:%S:%3N\"\n  ],\n  \"current_detected_format_dcount\": \"4\",\n  \"current_detected_format_id\": [\n   \"1df57f638347eaed4025430a1258be54\",\n   \"1edc7d988340c1c4d5f0745759d2e87b\",\n   \"350aacf6b8e561259c7c61a1942f43ca\",\n   \"91bada58bc7f6b93cbe8b69384191bdd\"\n  ],\n  \"data_name\": \"main:sample8-multiformat\",\n  \"data_sample_anomaly_ack_mtime\": \"1609584300\",\n  \"data_sample_anomaly_ack_status\": \"uncleared\",\n  \"data_sample_anomaly_detected\": \"1\",\n  \"data_sample_anomaly_reason\": \"multiformat_at_discovery\",\n  \"data_sample_feature\": \"disabled\",\n  \"data_sample_iteration\": \"1\",\n  \"data_sample_mtime\": \"1609584300\",\n  \"data_sample_status_colour\": \"orange\",\n  \"data_sample_status_message\": \"WARNING: The data sampling feature has been disabled automatically because multiple event formats were detected during the first sampling operation on Sat Jan  2 10:45:00 2021, sourcetypes containing multiple types of formats cannot be monitored by the data sampling properly. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample8-multiformat\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"true\",\n  \"raw_sample\": [\n   \" -Process= \\\"Exec\\\", ipl= 0, pid= 92,  -Traceback= 0x6144B520 0x60013384 0x600192E4 0x6001993C 0x634B3F08 0x622AC62C 0x622AD9D8 0x622AE560 0x622AFEC4 0x6252CD28 0x6252D120 0x6252E004 0x6252E28C 0x62562FC4 0x6256D75C 0x6255A8F4\\n\",\n   \"2021-01-02 10:41:01 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgActWr_KB=167772.00, AvgAct_KB=335544.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=7251908.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=8388556.00, AvgOvrhdMax_KB=183532.00, AvgOvrhd_KB=116488.00, AvgShrd_KB=1643200.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=0.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=0.00, AvgSwpd_KB=0.00, AvgUsg_pct=3.99, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=277124.00, MaxAct_KB=335544.00, MaxConsum_KB=7251908.00, MaxGrtd_KB=8388556.00, MaxOvrhd_KB=116488.00, MaxShrd_KB=1643200.00, MaxSwpIn_KB=0.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=0.00, MaxSwpd_KB=0.00, MaxUsg_pct=3.99, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=277124.00, MinAct_KB=335544.00, MinConsum_KB=7251908.00, MinGrtd_KB=8388556.00, MinOvrhd_KB=116488.00, MinShrd_KB=1643200.00, MinSwpIn_KB=0.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=0.00, MinSwpd_KB=0.00, MinUsg_pct=3.99, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=277124.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 10:41:01 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 10:41:11 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, SumHeartbeat=0.00, Uptime_sec=86747.00, perftype=sys\\n\",\n   \"2021-01-02 10:41:11 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgRd_KBps=0.00, AvgUsg_KBps=9.00, AvgWr_KBps=9.00, MaxTotLat_ms=1.00, MaxUsg_KBps=9.00, MinUsg_KBps=9.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 10:41:21 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgRd_KBps=0.00, AvgUsg_KBps=9.00, AvgWr_KBps=9.00, MaxTotLat_ms=1.00, MaxUsg_KBps=9.00, MinUsg_KBps=9.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 10:41:21 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 10:41:32 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, ActAvg15m_pct=12.00, ActAvg1m_pct=10.00, ActAvg5m_pct=16.00, ActPk15m_pct=65.00, ActPk1m_pct=65.00, ActPk5m_pct=69.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=11.00, RunAvg1m_pct=9.00, RunAvg5m_pct=14.00, RunPk15m_pct=55.00, RunPk1m_pct=64.00, RunPk5m_pct=64.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 10:41:32 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, ActAvg15m_pct=1.00, ActAvg1m_pct=1.00, ActAvg5m_pct=1.00, ActPk15m_pct=2.00, ActPk1m_pct=2.00, ActPk5m_pct=2.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=1.00, RunAvg1m_pct=1.00, RunAvg5m_pct=1.00, RunPk15m_pct=2.00, RunPk1m_pct=2.00, RunPk5m_pct=2.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 10:41:32 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, AvgRd_KBps=0.00, AvgUsg_KBps=0.00, AvgWr_KBps=0.00, MaxTotLat_ms=0.00, MaxUsg_KBps=0.00, MinUsg_KBps=0.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 10:41:42 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgUsg_mhz=57.00, AvgUsg_pct=1.08, MaxUsg_mhz=57.00, MaxUsg_pct=1.08, MinUsg_mhz=57.00, MinUsg_pct=1.08, SumRdy_ms=32.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 10:41:42 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, AvgActWr_KB=0.00, AvgAct_KB=0.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=611732.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=6012888.00, AvgOvrhdMax_KB=179392.00, AvgOvrhd_KB=63320.00, AvgShrd_KB=5472124.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=41076.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=34120.00, AvgSwpd_KB=95292.00, AvgUsg_pct=0.00, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=5232424.00, MaxAct_KB=0.00, MaxConsum_KB=611732.00, MaxGrtd_KB=6012888.00, MaxOvrhd_KB=63320.00, MaxShrd_KB=5472124.00, MaxSwpIn_KB=41076.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=34120.00, MaxSwpd_KB=95292.00, MaxUsg_pct=0.00, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=5232424.00, MinAct_KB=0.00, MinConsum_KB=611732.00, MinGrtd_KB=6012888.00, MinOvrhd_KB=63320.00, MinShrd_KB=5472124.00, MinSwpIn_KB=41076.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=34120.00, MinSwpd_KB=95292.00, MinUsg_pct=0.00, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=5232424.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 10:41:52 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, AvgActWr_KB=0.00, AvgAct_KB=0.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=611732.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=6012888.00, AvgOvrhdMax_KB=179392.00, AvgOvrhd_KB=63320.00, AvgShrd_KB=5472124.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=41076.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=34120.00, AvgSwpd_KB=95292.00, AvgUsg_pct=0.00, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=5232424.00, MaxAct_KB=0.00, MaxConsum_KB=611732.00, MaxGrtd_KB=6012888.00, MaxOvrhd_KB=63320.00, MaxShrd_KB=5472124.00, MaxSwpIn_KB=41076.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=34120.00, MaxSwpd_KB=95292.00, MaxUsg_pct=0.00, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=5232424.00, MinAct_KB=0.00, MinConsum_KB=611732.00, MinGrtd_KB=6012888.00, MinOvrhd_KB=63320.00, MinShrd_KB=5472124.00, MinSwpIn_KB=41076.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=34120.00, MinSwpd_KB=95292.00, MinUsg_pct=0.00, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=5232424.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 10:42:02 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, SumHeartbeat=0.00, Uptime_sec=86747.00, perftype=sys\\n\",\n   \"2021-01-02 10:42:02 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, SumHeartbeat=0.00, Uptime_sec=161163.00, perftype=sys\\n\",\n   \"2021-01-02 10:42:12 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgActWr_KB=41940.00, AvgAct_KB=83884.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=1175888.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=2089248.00, AvgOvrhdMax_KB=109436.00, AvgOvrhd_KB=33924.00, AvgShrd_KB=1021180.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=0.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=0.00, AvgSwpd_KB=0.00, AvgUsg_pct=3.99, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=852608.00, MaxAct_KB=83884.00, MaxConsum_KB=1175888.00, MaxGrtd_KB=2089248.00, MaxOvrhd_KB=33924.00, MaxShrd_KB=1021180.00, MaxSwpIn_KB=0.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=0.00, MaxSwpd_KB=0.00, MaxUsg_pct=3.99, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=852608.00, MinAct_KB=83884.00, MinConsum_KB=1175888.00, MinGrtd_KB=2089248.00, MinOvrhd_KB=33924.00, MinShrd_KB=1021180.00, MinSwpIn_KB=0.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=0.00, MinSwpd_KB=0.00, MinUsg_pct=3.99, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=852608.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 10:42:33 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgRvcd_KBps=0.00, AvgUsg_KBps=0.00, AvgXmit_KBps=0.00, MaxUsg_KBps=0.00, MinUsg_KBps=0.00, perftype=net\\n\",\n   \"2021-01-02 10:42:33 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgActWr_KB=167772.00, AvgAct_KB=335544.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=7251908.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=8388556.00, AvgOvrhdMax_KB=183532.00, AvgOvrhd_KB=116488.00, AvgShrd_KB=1643200.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=0.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=0.00, AvgSwpd_KB=0.00, AvgUsg_pct=3.99, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=277124.00, MaxAct_KB=335544.00, MaxConsum_KB=7251908.00, MaxGrtd_KB=8388556.00, MaxOvrhd_KB=116488.00, MaxShrd_KB=1643200.00, MaxSwpIn_KB=0.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=0.00, MaxSwpd_KB=0.00, MaxUsg_pct=3.99, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=277124.00, MinAct_KB=335544.00, MinConsum_KB=7251908.00, MinGrtd_KB=8388556.00, MinOvrhd_KB=116488.00, MinShrd_KB=1643200.00, MinSwpIn_KB=0.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=0.00, MinSwpd_KB=0.00, MinUsg_pct=3.99, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=277124.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 10:42:43 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgRd_KBps=0.00, AvgUsg_KBps=23.00, AvgWr_KBps=23.00, MaxTotLat_ms=0.00, MaxUsg_KBps=23.00, MinUsg_KBps=23.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 10:42:43 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 10:42:43 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumHeartbeat=30.00, Uptime_sec=482684.00, perftype=sys\\n\",\n   \"2021-01-02 10:42:53 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgRd_KBps=0.00, AvgUsg_KBps=7.00, AvgWr_KBps=7.00, MaxTotLat_ms=0.00, MaxUsg_KBps=7.00, MinUsg_KBps=7.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 10:42:53 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, ActAvg15m_pct=3.00, ActAvg1m_pct=3.00, ActAvg5m_pct=2.00, ActPk15m_pct=3.00, ActPk1m_pct=4.00, ActPk5m_pct=3.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=2.00, RunAvg1m_pct=2.00, RunAvg5m_pct=2.00, RunPk15m_pct=3.00, RunPk1m_pct=4.00, RunPk5m_pct=3.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 10:43:04 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumHeartbeat=30.00, Uptime_sec=482684.00, perftype=sys\\n\",\n   \"2021-01-02 10:43:14 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgUsg_mhz=61.00, AvgUsg_pct=2.32, MaxUsg_mhz=61.00, MaxUsg_pct=2.32, MinUsg_mhz=61.00, MinUsg_pct=2.32, SumRdy_ms=9.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 10:43:14 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, AvgActWr_KB=0.00, AvgAct_KB=0.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=611732.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=6012888.00, AvgOvrhdMax_KB=179392.00, AvgOvrhd_KB=63320.00, AvgShrd_KB=5472124.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=41076.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=34120.00, AvgSwpd_KB=95292.00, AvgUsg_pct=0.00, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=5232424.00, MaxAct_KB=0.00, MaxConsum_KB=611732.00, MaxGrtd_KB=6012888.00, MaxOvrhd_KB=63320.00, MaxShrd_KB=5472124.00, MaxSwpIn_KB=41076.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=34120.00, MaxSwpd_KB=95292.00, MaxUsg_pct=0.00, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=5232424.00, MinAct_KB=0.00, MinConsum_KB=611732.00, MinGrtd_KB=6012888.00, MinOvrhd_KB=63320.00, MinShrd_KB=5472124.00, MinSwpIn_KB=41076.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=34120.00, MinSwpd_KB=95292.00, MinUsg_pct=0.00, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=5232424.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 10:43:34 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, ActAvg15m_pct=3.00, ActAvg1m_pct=3.00, ActAvg5m_pct=2.00, ActPk15m_pct=3.00, ActPk1m_pct=4.00, ActPk5m_pct=3.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=2.00, RunAvg1m_pct=2.00, RunAvg5m_pct=2.00, RunPk15m_pct=3.00, RunPk1m_pct=4.00, RunPk5m_pct=3.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 10:43:44 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, ActAvg15m_pct=12.00, ActAvg1m_pct=10.00, ActAvg5m_pct=16.00, ActPk15m_pct=65.00, ActPk1m_pct=65.00, ActPk5m_pct=69.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=11.00, RunAvg1m_pct=9.00, RunAvg5m_pct=14.00, RunPk15m_pct=55.00, RunPk1m_pct=64.00, RunPk5m_pct=64.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 10:43:44 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, SumHeartbeat=0.00, Uptime_sec=86747.00, perftype=sys\\n\",\n   \"2021-01-02 10:43:54 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgRd_KBps=0.00, AvgUsg_KBps=23.00, AvgWr_KBps=23.00, MaxTotLat_ms=0.00, MaxUsg_KBps=23.00, MinUsg_KBps=23.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 10:43:54 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgActWr_KB=41940.00, AvgAct_KB=83884.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=1175888.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=2089248.00, AvgOvrhdMax_KB=109436.00, AvgOvrhd_KB=33924.00, AvgShrd_KB=1021180.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=0.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=0.00, AvgSwpd_KB=0.00, AvgUsg_pct=3.99, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=852608.00, MaxAct_KB=83884.00, MaxConsum_KB=1175888.00, MaxGrtd_KB=2089248.00, MaxOvrhd_KB=33924.00, MaxShrd_KB=1021180.00, MaxSwpIn_KB=0.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=0.00, MaxSwpd_KB=0.00, MaxUsg_pct=3.99, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=852608.00, MinAct_KB=83884.00, MinConsum_KB=1175888.00, MinGrtd_KB=2089248.00, MinOvrhd_KB=33924.00, MinShrd_KB=1021180.00, MinSwpIn_KB=0.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=0.00, MinSwpd_KB=0.00, MinUsg_pct=3.99, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=852608.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 10:44:04 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, SumHeartbeat=0.00, Uptime_sec=161163.00, perftype=sys\\n\",\n   \"2021-01-02 10:44:24 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgRd_KBps=0.00, AvgUsg_KBps=7.00, AvgWr_KBps=7.00, MaxTotLat_ms=0.00, MaxUsg_KBps=7.00, MinUsg_KBps=7.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 10:44:34 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgRvcd_KBps=0.00, AvgUsg_KBps=0.00, AvgXmit_KBps=0.00, MaxUsg_KBps=0.00, MinUsg_KBps=0.00, perftype=net\\n\",\n   \"2021-01-02 10:44:44 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgUsg_mhz=35.00, AvgUsg_pct=1.31, MaxUsg_mhz=35.00, MaxUsg_pct=1.31, MinUsg_mhz=35.00, MinUsg_pct=1.31, SumRdy_ms=12.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 10:44:54 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgRvcd_KBps=0.00, AvgUsg_KBps=0.00, AvgXmit_KBps=0.00, MaxUsg_KBps=0.00, MinUsg_KBps=0.00, perftype=net\\n\",\n   \"2021-01-02 10:44:54 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, ActAvg15m_pct=1.00, ActAvg1m_pct=1.00, ActAvg5m_pct=1.00, ActPk15m_pct=2.00, ActPk1m_pct=2.00, ActPk5m_pct=2.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=1.00, RunAvg1m_pct=1.00, RunAvg5m_pct=1.00, RunPk15m_pct=2.00, RunPk1m_pct=2.00, RunPk5m_pct=2.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 10:45:04 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, ActAvg15m_pct=12.00, ActAvg1m_pct=10.00, ActAvg5m_pct=16.00, ActPk15m_pct=65.00, ActPk1m_pct=65.00, ActPk5m_pct=69.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=11.00, RunAvg1m_pct=9.00, RunAvg5m_pct=14.00, RunPk15m_pct=55.00, RunPk1m_pct=64.00, RunPk5m_pct=64.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 10:45:04 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumHeartbeat=30.00, Uptime_sec=482684.00, perftype=sys\\n\",\n   \"Alternate Pool: None  Free: 0  Cause: No Alternate pool\\n\",\n   \"Jan 02 10:41:01.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 200 to area 100\\n\",\n   \"Jan 02 10:41:11.091: OSPF: Rcv pkt from 192.168.1.2, FastEthernet0/0: Mismatch Authentication type. Input packet specified type 0, we use type 2\\n\",\n   \"Jan 02 10:41:11.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from Zytek AC Power Supply to removed\\n\",\n   \"Jan 02 10:41:32:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 10:41:42.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from Zytek AC Power Supply to removed\\n\",\n   \"Jan 02 10:41:52.071: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:41:52.575: %SYS-5-CONFIG_I: Configured from console by console\\n\",\n   \"Jan 02 10:41:52.831: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from FULL to DOWN, Neighbor Down: Dead timer expired\\n\",\n   \"Jan 02 10:42:02.095: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:42:02.499: %IP-4-DUPADDR: Duplicate address 192.168.1.1 on FastEthernet0/0, sourced by c201.168c.0000\\n\",\n   \"Jan 02 10:42:12.135: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:42:23.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:42:23.407: %SYS-2-CHUNKEXPANDFAIL: Could not expand chunk pool for regex. No memory available -Process= \\\"Chunk Manager\\\", ipl= 4, pid= 1,  -Traceback= 0x6144B520 0x60024E24 0x6273BAAC 0x6273BA90\\n\",\n   \"Jan 02 10:42:23.607: OSPF: Rcv pkt from 192.168.1.2, FastEthernet0/0: Mismatch Authentication type. Input packet specified type 0, we use type 2\\n\",\n   \"Jan 02 10:42:23:000 Connection inbound from 5.5.5.5 to 10.2.1.35 on 10.12.0.20 ope\\n\",\n   \"Jan 02 10:42:33.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from Zytek AC Power Supply to removed\\n\",\n   \"Jan 02 10:42:33.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from removed to Zytek AC Power Supply\\n\",\n   \"Jan 02 10:42:53.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 200 to area 100\\n\",\n   \"Jan 02 10:42:53.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from Zytek AC Power Supply to removed\\n\",\n   \"Jan 02 10:43:04.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:43:04.419: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from FULL to DOWN, Neighbor Down: Dead timer expired\\n\",\n   \"Jan 02 10:43:14.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from Zytek AC Power Supply to removed\\n\",\n   \"Jan 02 10:43:14.407: %SYS-2-MALLOCFAIL: Memory allocation of 10260 bytes failed from 0x622AC624, alignment 0\\n\",\n   \"Jan 02 10:43:24.095: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:24.135: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:24.411: OSPF: Rcv pkt from 192.168.1.2, FastEthernet0/0: Mismatch Authentication type. Input packet specified type 0, we use type 2\\n\",\n   \"Jan 02 10:43:34.071: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:34.135: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:34.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from removed to Zytek AC Power Supply\\n\",\n   \"Jan 02 10:43:44.135: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:44.723: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:54.099: %SYS-5-CONFIG_I: Configured from console by console\\n\",\n   \"Jan 02 10:43:54.831: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from FULL to DOWN, Neighbor Down: Dead timer expired\\n\",\n   \"Jan 02 10:44:04.135: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:44:04.575: %SYS-5-CONFIG_I: Configured from console by console\\n\",\n   \"Jan 02 10:44:14.047: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up\\n\",\n   \"Jan 02 10:44:14.099: %SYS-5-CONFIG_I: Configured from console by console\\n\",\n   \"Jan 02 10:44:14.295: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:44:14.487: %NBAR-2-NOMEMORY: No memory available for StILE lmalloc,  -Traceback= 0x6144B520 0x6254FA1C 0x62551FB0 0x62552584 0x6252C7CC 0x6252DA78 0x6252E014 0x6252E28C 0x62562FC4 0x6256D75C 0x6255A8F4 0x6255DA14 0x6255FBE8 0x6255FED8 0x61497954 0x614BB718\\n\",\n   \"Jan 02 10:44:24.091: OSPF: Rcv pkt from 192.168.1.2, FastEthernet0/0: Mismatch Authentication type. Input packet specified type 0, we use type 2\\n\",\n   \"Jan 02 10:44:24.303: %SYS-5-CONFIG_I: Configured from console by console\\n\",\n   \"Jan 02 10:44:24.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from removed to Zytek AC Power Supply\\n\",\n   \"Jan 02 10:44:34.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:44:34.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from removed to Zytek AC Power Supply\\n\",\n   \"Jan 02 10:44:44.047: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up\\n\",\n   \"Jan 02 10:44:44.295: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:44:54.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:45:04.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 200 to area 100\\n\",\n   \"Mar  8  12:30:00.967: %ENVM-3-BLOWER : Fan 1 may have failed\\n\",\n   \"Mar  8  12:32:00.967: %ENVM-3-BLOWER : Fan 1 may have failed\\n\",\n   \"Mar  8  12:33:00.967: %ENVM-3-BLOWER : Fan 1 may have failed\\n\",\n   \"Pool: Processor  Free: 21244  Cause: Memory fragmentation\\n\",\n   \"Pool: Processor  Free: 29796  Cause: Memory fragmentation\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"14100d16ac7c8cdaca2c1bcc6874c6f8\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %m-%d-%Y %H:%M:%S\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"4ff6aa7bc82b6f29a6442732990aa3cf\",\n  \"data_name\": \"main:sample2\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"9\",\n  \"data_sample_mtime\": \"1609589700\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:15:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample2\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %m-%d-%Y %H:%M:%S\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"4ff6aa7bc82b6f29a6442732990aa3cf\",\n  \"raw_sample\": [\n   \"01-02-2021 12:13:10.343 INFO  Metrics - group=queue, name=stashparsing, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0\\n\",\n   \"01-02-2021 12:13:10.606 INFO  Metrics - group=mpool, max_used_interval=13395, max_used=95646, avg_rsv=252, capacity=268435456, used=2972\\n\",\n   \"01-02-2021 12:13:20.342 INFO  Metrics - group=pipeline, name=parsing, processor=sendout, cpu_seconds=0.000000, executes=83, cumulative_hits=31939\\n\",\n   \"01-02-2021 12:13:20.402 INFO  Metrics - group=per_source_thruput, series=\\\"/applications/splunk/var/log/splunk/license_usage.log\\\", kbps=0.007238, eps=0.032225, kb=0.224609, ev=1, avg_age=1.000000, max_age=1\\n\",\n   \"01-02-2021 12:13:20.505 INFO  Metrics - group=queue, name=indexqueue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=2, smallest_size=0\\n\",\n   \"01-02-2021 12:13:20.602 INFO  Metrics - group=pipeline, name=fschangemanager, processor=sendindex, cpu_seconds=0.000000, executes=1, cumulative_hits=534\\n\",\n   \"01-02-2021 12:13:31.309 INFO  Metrics - group=pipeline, name=indexerpipe, processor=syslog-output-generic-processor, cpu_seconds=0.000000, executes=110, cumulative_hits=46797\\n\",\n   \"01-02-2021 12:13:31.374 INFO  Metrics - group=queue, name=indexqueue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=2, smallest_size=0\\n\",\n   \"01-02-2021 12:13:31.438 INFO  Metrics - group=pipeline, name=merging, processor=readerin, cpu_seconds=0.000000, executes=81, cumulative_hits=32174\\n\",\n   \"01-02-2021 12:13:31.534 INFO  Metrics - group=per_source_thruput, series=\\\"/applications/splunk/var/log/splunk/license_usage.log\\\", kbps=0.007238, eps=0.032227, kb=0.224609, ev=1, avg_age=0.000000, max_age=0\\n\",\n   \"01-02-2021 12:13:41.311 INFO  Metrics - group=queue, name=stashparsing, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0\\n\",\n   \"01-02-2021 12:13:41.343 INFO  Metrics - group=queue, name=tcpin_queue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0\\n\",\n   \"01-02-2021 12:13:41.503 INFO  Metrics - group=pipeline, name=merging, processor=sendout, cpu_seconds=0.000000, executes=74, cumulative_hits=31110\\n\",\n   \"01-02-2021 12:13:41.607 INFO  Metrics - group=pipeline, name=merging, processor=sendout, cpu_seconds=0.000000, executes=110, cumulative_hits=32449\\n\",\n   \"01-02-2021 12:13:51.502 INFO  Metrics - group=pipeline, name=fschangemanager, processor=sendindex, cpu_seconds=0.000000, executes=1, cumulative_hits=522\\n\",\n   \"01-02-2021 12:13:51.520 INFO  Metrics - group=pipeline, name=indexerpipe, processor=syslog-output-generic-processor, cpu_seconds=0.000000, executes=78, cumulative_hits=48205\\n\",\n   \"01-02-2021 12:13:51.532 INFO  Metrics - group=mpool, max_used_interval=13874, max_used=95646, avg_rsv=251, capacity=268435456, used=0\\n\",\n   \"01-02-2021 12:13:51.606 INFO  Metrics - group=pipeline, name=fschangemanager, processor=fschangemanager, cpu_seconds=0.000000, executes=1, cumulative_hits=535\\n\",\n   \"01-02-2021 12:14:01.286 INFO  Metrics - group=queue, name=typingqueue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=1, smallest_size=0\\n\",\n   \"01-02-2021 12:14:01.312 INFO  Metrics - group=pipeline, name=parsing, processor=header, cpu_seconds=0.000000, executes=47, cumulative_hits=31498\\n\",\n   \"01-02-2021 12:14:01.343 INFO  Metrics - group=per_source_thruput, series=\\\"/applications/splunk/var/log/splunk/metrics.log\\\", kbps=0.258232, eps=1.611198, kb=8.013672, ev=50, avg_age=0.000000, max_age=0\\n\",\n   \"01-02-2021 12:14:01.432 INFO  Metrics - group=pipeline, name=fschangemanager, processor=sendindex, cpu_seconds=0.000000, executes=1, cumulative_hits=525\\n\",\n   \"01-02-2021 12:14:11.227 INFO  Metrics - group=realtime_search_data, system total, drop_count=0\\n\",\n   \"01-02-2021 12:14:11.285 INFO  Metrics - group=pipeline, name=parsing, processor=utf8, cpu_seconds=0.000000, executes=49, cumulative_hits=33019\\n\",\n   \"01-02-2021 12:14:11.310 INFO  Metrics - group=pipeline, name=parsing, processor=header, cpu_seconds=0.000000, executes=89, cumulative_hits=31856\\n\",\n   \"01-02-2021 12:14:11.461 INFO  Metrics - group=realtime_search_data, system total, drop_count=0\\n\",\n   \"01-02-2021 12:14:21.256 INFO  Metrics - group=pipeline, name=typing, processor=previewout, cpu_seconds=0.000000, executes=47, cumulative_hits=30072\\n\",\n   \"01-02-2021 12:14:21.257 INFO  Metrics - group=queue, name=tcpin_queue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0\\n\",\n   \"01-02-2021 12:14:21.468 INFO  Metrics - group=pipeline, name=fschangemanager, processor=sendindex, cpu_seconds=0.000000, executes=1, cumulative_hits=521\\n\",\n   \"01-02-2021 12:14:21.491 INFO  Metrics - group=pipeline, name=parsing, processor=linebreaker, cpu_seconds=0.000000, executes=49, cumulative_hits=34490\\n\",\n   \"01-02-2021 12:14:31.313 INFO  Metrics - group=queue, name=parsingqueue, max_size_kb=6144, current_size_kb=0, current_size=0, largest_size=2, smallest_size=0\\n\",\n   \"01-02-2021 12:14:31.343 INFO  Metrics - group=queue, name=stashparsing, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0\\n\",\n   \"01-02-2021 12:14:31.407 INFO  Metrics - group=thruput, name=index_thruput, instantaneous_kbps=0.298454, instantaneous_eps=1.901243, average_kbps=0.188751, total_k_processed=4449, kb=9.261719, ev=59, load_average=1.978027\\n\",\n   \"01-02-2021 12:14:31.709 INFO  Metrics - group=per_sourcetype_thruput, series=\\\"splunkd_access\\\", kbps=0.249197, eps=1.497406, kb=7.655273, ev=46, avg_age=1.347826, max_age=3\\n\",\n   \"01-02-2021 12:14:41.373 INFO  Metrics - group=per_index_thruput, series=\\\"main\\\", kbps=0.071440, eps=0.517218, kb=2.209961, ev=16, avg_age=0.812500, max_age=3\\n\",\n   \"01-02-2021 12:14:41.401 INFO  Metrics - group=pipeline, name=parsing, processor=sendout, cpu_seconds=0.000000, executes=78, cumulative_hits=31675\\n\",\n   \"01-02-2021 12:14:41.406 INFO  Metrics - group=pipeline, name=merging, processor=sendout, cpu_seconds=0.000000, executes=61, cumulative_hits=30708\\n\",\n   \"01-02-2021 12:14:41.581 INFO  Metrics - group=pipeline, name=typing, processor=readerin, cpu_seconds=0.000000, executes=48, cumulative_hits=31534\\n\",\n   \"01-02-2021 12:14:51.227 INFO  Metrics - group=queue, name=aq, max_size_kb=10240, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0\\n\",\n   \"01-02-2021 12:14:51.255 INFO  Metrics - group=pipeline, name=indexerpipe, processor=indexin, cpu_seconds=0.000000, executes=78, cumulative_hits=46159\\n\",\n   \"01-02-2021 12:14:51.374 INFO  Metrics - group=queue, name=indexqueue, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=2, smallest_size=0\\n\",\n   \"01-02-2021 12:14:51.502 INFO  Metrics - group=pipeline, name=indexerpipe, processor=http-output-generic-processor, cpu_seconds=0.000000, executes=105, cumulative_hits=47693\\n\",\n   \"01-02-2021 12:15:01.256 INFO  Metrics - group=per_sourcetype_thruput, series=\\\"splunkd\\\", kbps=0.229747, eps=1.450238, kb=7.128906, ev=45, avg_age=1.000000, max_age=1\\n\",\n   \"01-02-2021 12:15:01.460 INFO  Metrics - group=pipeline, name=typing, processor=annotator, cpu_seconds=0.000000, executes=48, cumulative_hits=31342\\n\",\n   \"01-02-2021 12:15:01.709 INFO  Metrics - group=map, name=pipelineinputchannel, current_size=23, inactive_channels=4, new_channels=0, removed_channels=0, reclaimed_channels=0, timedout_channels=0, abandoned_channels=0\\n\",\n   \"01-02-2021 12:15:01.991 INFO  Metrics - group=search_concurrency, system total, active_hist_searches=4, active_realtime_searches=0\\n\",\n   \"01-02-2021 12:15:11.343 INFO  Metrics - group=realtime_search_data, system total, drop_count=0\\n\",\n   \"01-02-2021 12:15:11.471 INFO  Metrics - group=queue, name=exec, max_size_kb=500, current_size_kb=0, current_size=0, largest_size=0, smallest_size=0\\n\",\n   \"01-02-2021 12:15:11.603 INFO  Metrics - group=pipeline, name=merging, processor=readerin, cpu_seconds=0.000000, executes=68, cumulative_hits=33823\\n\",\n   \"01-02-2021 12:15:11.707 INFO  Metrics - group=pipeline, name=indexerpipe, processor=indexin, cpu_seconds=0.000000, executes=232, cumulative_hits=48937\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"2004bcb425a16f82c728dc1919cc25eb\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"data_name\": \"main:sample7\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"9\",\n  \"data_sample_mtime\": \"1609589700\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:15:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample7\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"raw_sample\": [\n   \"2021-01-02 12:13:11 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, SumHeartbeat=0.00, Uptime_sec=169138.00, perftype=sys\\n\",\n   \"2021-01-02 12:13:21 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgRd_KBps=0.00, AvgUsg_KBps=7.00, AvgWr_KBps=7.00, MaxTotLat_ms=0.00, MaxUsg_KBps=7.00, MinUsg_KBps=7.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 12:13:21 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgUsg_mhz=35.00, AvgUsg_pct=1.31, MaxUsg_mhz=35.00, MaxUsg_pct=1.31, MinUsg_mhz=35.00, MinUsg_pct=1.31, SumRdy_ms=12.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 12:13:21 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumHeartbeat=30.00, Uptime_sec=482684.00, perftype=sys\\n\",\n   \"2021-01-02 12:13:31 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 12:13:31 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgActWr_KB=167772.00, AvgAct_KB=335544.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=7251908.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=8388556.00, AvgOvrhdMax_KB=183532.00, AvgOvrhd_KB=116488.00, AvgShrd_KB=1643200.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=0.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=0.00, AvgSwpd_KB=0.00, AvgUsg_pct=3.99, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=277124.00, MaxAct_KB=335544.00, MaxConsum_KB=7251908.00, MaxGrtd_KB=8388556.00, MaxOvrhd_KB=116488.00, MaxShrd_KB=1643200.00, MaxSwpIn_KB=0.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=0.00, MaxSwpd_KB=0.00, MaxUsg_pct=3.99, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=277124.00, MinAct_KB=335544.00, MinConsum_KB=7251908.00, MinGrtd_KB=8388556.00, MinOvrhd_KB=116488.00, MinShrd_KB=1643200.00, MinSwpIn_KB=0.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=0.00, MinSwpd_KB=0.00, MinUsg_pct=3.99, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=277124.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 12:13:31 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 12:13:31 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, SumHeartbeat=0.00, Uptime_sec=161163.00, perftype=sys\\n\",\n   \"2021-01-02 12:13:41 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgUsg_mhz=57.00, AvgUsg_pct=1.08, MaxUsg_mhz=57.00, MaxUsg_pct=1.08, MinUsg_mhz=57.00, MinUsg_pct=1.08, SumRdy_ms=32.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 12:13:41 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgActWr_KB=167772.00, AvgAct_KB=335544.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=7251908.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=8388556.00, AvgOvrhdMax_KB=183532.00, AvgOvrhd_KB=116488.00, AvgShrd_KB=1643200.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=0.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=0.00, AvgSwpd_KB=0.00, AvgUsg_pct=3.99, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=277124.00, MaxAct_KB=335544.00, MaxConsum_KB=7251908.00, MaxGrtd_KB=8388556.00, MaxOvrhd_KB=116488.00, MaxShrd_KB=1643200.00, MaxSwpIn_KB=0.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=0.00, MaxSwpd_KB=0.00, MaxUsg_pct=3.99, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=277124.00, MinAct_KB=335544.00, MinConsum_KB=7251908.00, MinGrtd_KB=8388556.00, MinOvrhd_KB=116488.00, MinShrd_KB=1643200.00, MinSwpIn_KB=0.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=0.00, MinSwpd_KB=0.00, MinUsg_pct=3.99, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=277124.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 12:13:41 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgRd_KBps=0.00, AvgUsg_KBps=9.00, AvgWr_KBps=9.00, MaxTotLat_ms=1.00, MaxUsg_KBps=9.00, MinUsg_KBps=9.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 12:13:41 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgRd_KBps=0.00, AvgUsg_KBps=7.00, AvgWr_KBps=7.00, MaxTotLat_ms=0.00, MaxUsg_KBps=7.00, MinUsg_KBps=7.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 12:13:51 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgUsg_mhz=57.00, AvgUsg_pct=1.08, MaxUsg_mhz=57.00, MaxUsg_pct=1.08, MinUsg_mhz=57.00, MinUsg_pct=1.08, SumRdy_ms=32.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 12:13:51 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgUsg_mhz=61.00, AvgUsg_pct=2.32, MaxUsg_mhz=61.00, MaxUsg_pct=2.32, MinUsg_mhz=61.00, MinUsg_pct=2.32, SumRdy_ms=9.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 12:13:51 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgRvcd_KBps=0.00, AvgUsg_KBps=15.00, AvgXmit_KBps=14.00, MaxUsg_KBps=15.00, MinUsg_KBps=15.00, perftype=net\\n\",\n   \"2021-01-02 12:13:51 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, ActAvg15m_pct=3.00, ActAvg1m_pct=3.00, ActAvg5m_pct=2.00, ActPk15m_pct=3.00, ActPk1m_pct=4.00, ActPk5m_pct=3.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=2.00, RunAvg1m_pct=2.00, RunAvg5m_pct=2.00, RunPk15m_pct=3.00, RunPk1m_pct=4.00, RunPk5m_pct=3.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 12:14:01 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgUsg_mhz=57.00, AvgUsg_pct=1.08, MaxUsg_mhz=57.00, MaxUsg_pct=1.08, MinUsg_mhz=57.00, MinUsg_pct=1.08, SumRdy_ms=32.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 12:14:01 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 12:14:01 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, SumHeartbeat=0.00, Uptime_sec=169138.00, perftype=sys\\n\",\n   \"2021-01-02 12:14:01 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 12:14:11 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgUsg_mhz=57.00, AvgUsg_pct=1.08, MaxUsg_mhz=57.00, MaxUsg_pct=1.08, MinUsg_mhz=57.00, MinUsg_pct=1.08, SumRdy_ms=32.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 12:14:11 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 12:14:11 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, AvgActWr_KB=0.00, AvgAct_KB=0.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=611732.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=6012888.00, AvgOvrhdMax_KB=179392.00, AvgOvrhd_KB=63320.00, AvgShrd_KB=5472124.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=41076.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=34120.00, AvgSwpd_KB=95292.00, AvgUsg_pct=0.00, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=5232424.00, MaxAct_KB=0.00, MaxConsum_KB=611732.00, MaxGrtd_KB=6012888.00, MaxOvrhd_KB=63320.00, MaxShrd_KB=5472124.00, MaxSwpIn_KB=41076.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=34120.00, MaxSwpd_KB=95292.00, MaxUsg_pct=0.00, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=5232424.00, MinAct_KB=0.00, MinConsum_KB=611732.00, MinGrtd_KB=6012888.00, MinOvrhd_KB=63320.00, MinShrd_KB=5472124.00, MinSwpIn_KB=41076.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=34120.00, MinSwpd_KB=95292.00, MinUsg_pct=0.00, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=5232424.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 12:14:11 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, AvgUsg_mhz=70.00, AvgUsg_pct=2.65, MaxUsg_mhz=70.00, MaxUsg_pct=2.65, MinUsg_mhz=70.00, MinUsg_pct=2.65, SumRdy_ms=253.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 12:14:21 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, ActAvg15m_pct=12.00, ActAvg1m_pct=10.00, ActAvg5m_pct=16.00, ActPk15m_pct=65.00, ActPk1m_pct=65.00, ActPk5m_pct=69.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=11.00, RunAvg1m_pct=9.00, RunAvg5m_pct=14.00, RunPk15m_pct=55.00, RunPk1m_pct=64.00, RunPk5m_pct=64.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 12:14:21 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgRd_KBps=0.00, AvgUsg_KBps=23.00, AvgWr_KBps=23.00, MaxTotLat_ms=0.00, MaxUsg_KBps=23.00, MinUsg_KBps=23.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 12:14:21 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgUsg_mhz=57.00, AvgUsg_pct=1.08, MaxUsg_mhz=57.00, MaxUsg_pct=1.08, MinUsg_mhz=57.00, MinUsg_pct=1.08, SumRdy_ms=32.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 12:14:31 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 12:14:31 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgActWr_KB=167772.00, AvgAct_KB=335544.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=7251908.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=8388556.00, AvgOvrhdMax_KB=183532.00, AvgOvrhd_KB=116488.00, AvgShrd_KB=1643200.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=0.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=0.00, AvgSwpd_KB=0.00, AvgUsg_pct=3.99, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=277124.00, MaxAct_KB=335544.00, MaxConsum_KB=7251908.00, MaxGrtd_KB=8388556.00, MaxOvrhd_KB=116488.00, MaxShrd_KB=1643200.00, MaxSwpIn_KB=0.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=0.00, MaxSwpd_KB=0.00, MaxUsg_pct=3.99, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=277124.00, MinAct_KB=335544.00, MinConsum_KB=7251908.00, MinGrtd_KB=8388556.00, MinOvrhd_KB=116488.00, MinShrd_KB=1643200.00, MinSwpIn_KB=0.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=0.00, MinSwpd_KB=0.00, MinUsg_pct=3.99, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=277124.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 12:14:31 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgRd_KBps=0.00, AvgUsg_KBps=9.00, AvgWr_KBps=9.00, MaxTotLat_ms=1.00, MaxUsg_KBps=9.00, MinUsg_KBps=9.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 12:14:41 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, AvgUsg_mhz=57.00, AvgUsg_pct=1.08, MaxUsg_mhz=57.00, MaxUsg_pct=1.08, MinUsg_mhz=57.00, MinUsg_pct=1.08, SumRdy_ms=32.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 12:14:41 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgUsg_mhz=61.00, AvgUsg_pct=2.32, MaxUsg_mhz=61.00, MaxUsg_pct=2.32, MinUsg_mhz=61.00, MinUsg_pct=2.32, SumRdy_ms=9.00, SumSwpWait_ms=0.00, perftype=cpu\\n\",\n   \"2021-01-02 12:14:41 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumHeartbeat=30.00, Uptime_sec=482684.00, perftype=sys\\n\",\n   \"2021-01-02 12:14:51 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgActWr_KB=41940.00, AvgAct_KB=83884.00, AvgCmpd_KB=0.00, AvgCmpnRate_KBps=0.00, AvgConsum_KB=1175888.00, AvgDecmpnRate_KBps=0.00, AvgGrtd_KB=2089248.00, AvgOvrhdMax_KB=109436.00, AvgOvrhd_KB=33924.00, AvgShrd_KB=1021180.00, AvgSwpIRate_KBps=0.00, AvgSwpIn_KB=0.00, AvgSwpORate_KBps=0.00, AvgSwpOut_KB=0.00, AvgSwpTarg_KB=0.00, AvgSwpd_KB=0.00, AvgUsg_pct=3.99, AvgVmctlTarg_KB=0.00, AvgVmctl_KB=0.00, AvgZero_KB=852608.00, MaxAct_KB=83884.00, MaxConsum_KB=1175888.00, MaxGrtd_KB=2089248.00, MaxOvrhd_KB=33924.00, MaxShrd_KB=1021180.00, MaxSwpIn_KB=0.00, MaxSwpOut_KB=0.00, MaxSwpTarg_KB=0.00, MaxSwpd_KB=0.00, MaxUsg_pct=3.99, MaxVmctlTarg_KB=0.00, MaxVmctl_KB=0.00, MaxZero_KB=852608.00, MinAct_KB=83884.00, MinConsum_KB=1175888.00, MinGrtd_KB=2089248.00, MinOvrhd_KB=33924.00, MinShrd_KB=1021180.00, MinSwpIn_KB=0.00, MinSwpOut_KB=0.00, MinSwpTarg_KB=0.00, MinSwpd_KB=0.00, MinUsg_pct=3.99, MinVmctlTarg_KB=0.00, MinVmctl_KB=0.00, MinZero_KB=852608.00, ZipSaved_KB=0.00, Zipped_KB=0.00, perftype=mem\\n\",\n   \"2021-01-02 12:14:51 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, AvgRd_KBps=0.00, AvgUsg_KBps=7.00, AvgWr_KBps=7.00, MaxTotLat_ms=0.00, MaxUsg_KBps=7.00, MinUsg_KBps=7.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 12:14:51 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, SumHeartbeat=0.00, Uptime_sec=169138.00, perftype=sys\\n\",\n   \"2021-01-02 12:14:51 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 12:15:01 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, ActAvg15m_pct=12.00, ActAvg1m_pct=10.00, ActAvg5m_pct=16.00, ActPk15m_pct=65.00, ActPk1m_pct=65.00, ActPk5m_pct=69.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=11.00, RunAvg1m_pct=9.00, RunAvg5m_pct=14.00, RunPk15m_pct=55.00, RunPk1m_pct=64.00, RunPk5m_pct=64.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 12:15:01 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1447,hmoid=5088,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1447\\\", moname=qasvwin7x64-HK1, SumEnergy_j=0.00, perftype=power\\n\",\n   \"2021-01-02 12:15:01 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, ActAvg15m_pct=3.00, ActAvg1m_pct=2.00, ActAvg5m_pct=2.00, ActPk15m_pct=6.00, ActPk1m_pct=5.00, ActPk5m_pct=3.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=3.00, RunAvg1m_pct=2.00, RunAvg5m_pct=2.00, RunPk15m_pct=6.00, RunPk1m_pct=5.00, RunPk5m_pct=3.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 12:15:01 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, SumHeartbeat=0.00, Uptime_sec=169138.00, perftype=sys\\n\",\n   \"2021-01-02 12:15:11 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-1647,hmoid=4944,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-1647\\\", moname=ANTIVIR01, AvgRd_KBps=0.00, AvgUsg_KBps=9.00, AvgWr_KBps=9.00, MaxTotLat_ms=1.00, MaxUsg_KBps=9.00, MinUsg_KBps=9.00, perfsubtype=disk, perftype=disk\\n\",\n   \"2021-01-02 12:15:11 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-2179,hmoid=4912,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-2179\\\", moname=ross-datagen0044, ActAvg15m_pct=1.00, ActAvg1m_pct=1.00, ActAvg5m_pct=1.00, ActPk15m_pct=2.00, ActPk1m_pct=2.00, ActPk5m_pct=2.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=1.00, RunAvg1m_pct=1.00, RunAvg5m_pct=1.00, RunPk15m_pct=2.00, RunPk1m_pct=2.00, RunPk5m_pct=2.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 12:15:11 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, ActAvg15m_pct=3.00, ActAvg1m_pct=3.00, ActAvg5m_pct=2.00, ActPk15m_pct=3.00, ActPk1m_pct=4.00, ActPk5m_pct=3.00, MaxLtd15_pct=0.00, MaxLtd1_pct=0.00, MaxLtd5_pct=0.00, RunAvg15m_pct=2.00, RunAvg1m_pct=2.00, RunAvg5m_pct=2.00, RunPk15m_pct=3.00, RunPk1m_pct=4.00, RunPk5m_pct=3.00, SmplCnt=160.00, SmplPrd_ms=6000.00, perftype=resCpu\\n\",\n   \"2021-01-02 12:15:11 UTC, fa=splunkvmwarefa,vc=VCENTER41, vmoid=vm-744,hmoid=4704,meid=\\\"vc-593E6A61-A674-478C-82C2-8EDB92A22906:vm-744\\\", moname=io-qa-splunk, SumHeartbeat=30.00, Uptime_sec=482684.00, perftype=sys\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"36a978cc0fbe3d33b11fa215c57c5dff\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %b %d %H:%M:%S\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"5099cfc575b3762bb2e0dc27dd4e36eb\",\n  \"data_name\": \"firewall:pan:traffic\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"9\",\n  \"data_sample_mtime\": \"1609589700\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:15:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"pan:traffic\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %b %d %H:%M:%S\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"5099cfc575b3762bb2e0dc27dd4e36eb\",\n  \"raw_sample\": [\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,THREAT,url,1,2001/02/21 12:15:08,192.168.0.2,17.254.32.16,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,25273,1,59135,80,0,0,0x208000,tcp,alert,\\\"iphone-wu.apple.com/dgw?imei=6f4a5d4cdc8db441&apptype=weather&t=3083\\\",(9999),business-and-economy,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/plain\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,THREAT,url,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,23169,1,58794,80,0,0,0x208000,tcp,alert,\\\"monkey-squad.net/monkey/index.php\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,THREAT,url,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,24164,1,58902,80,0,0,0x200000,tcp,block-url,\\\"scan4main.info/\\\",(9999),spyware-and-adware,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,THREAT,url,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,24232,1,58926,80,0,0,0x208000,tcp,alert,\\\"zoomscan4.info/\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,THREAT,url,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,26127,1,59280,80,0,0,0x208000,tcp,alert,\\\"allowedwebsurfing.com/\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,THREAT,url,1,2001/02/21 12:15:08,192.168.0.2,208.87.149.250,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,21598,1,58726,80,0,0,0x208000,tcp,alert,\\\"dbytedelicious.org/in.php\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,THREAT,url,1,2001/02/21 12:15:08,192.168.0.2,64.78.56.109,0.0.0.0,0.0.0.0,rule1,crusher,,ssl,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,16671,1,58727,443,0,0,0x208000,tcp,alert,\\\"west.exch024.serverdata.net/\\\",(9999),business-and-economy,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,173.35.88.75,192.168.0.2,0.0.0.0,0.0.0.0,allow all in bound,,crusher,skype-probe,vsys1,untrust,trust,ethernet1/1,ethernet1/2,forwardAll,2001/02/21 12:15:08,21519,1,41395,47752,0,0,0x0,udp,allow,128,60,68,2,2001/02/21 12:15:08,0,any,0,0,0x0,Canada,192.168.0.0-192.168.255.255,0,1,1\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.100,50.19.102.116,0.0.0.0,0.0.0.0,rule1,,,paloalto-wildfire-cloud,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,23644,1,57208,443,0,0,0x0,tcp,allow,5817,804,5013,17,2001/02/21 12:15:08,0,computer-and-internet-security,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,10,7\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,14684,1,59190,80,0,0,0x200000,tcp,allow,1388,569,819,10,2001/02/21 12:15:08,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,16041,1,58569,80,0,0,0x200000,tcp,allow,1397,570,827,10,2001/02/21 12:15:08,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,20939,1,58642,80,0,0,0x200000,tcp,allow,1213,583,630,10,2001/02/21 12:15:08,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,22110,1,58550,80,0,0,0x200000,tcp,allow,1385,564,821,10,2001/02/21 12:15:08,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,22671,1,58757,80,0,0,0x200000,tcp,allow,1383,563,820,10,2001/02/21 12:15:08,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,25289,1,59170,80,0,0,0x200000,tcp,allow,1381,562,819,10,2001/02/21 12:15:08,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,25620,1,59039,80,0,0,0x200000,tcp,allow,1397,571,826,10,2001/02/21 12:15:08,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,26161,1,59206,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 12:15:08,0,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,10097,1,65292,53,0,0,0x200000,udp,allow,168,68,100,2,2001/02/21 12:15:08,1,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,20913,1,61927,53,0,0,0x200000,udp,allow,207,78,129,2,2001/02/21 12:15:08,1,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,21823,1,50184,53,0,0,0x200000,udp,allow,243,85,158,2,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,21925,1,58529,53,0,0,0x200000,udp,allow,206,75,131,2,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,22443,1,52937,53,0,0,0x200000,udp,allow,180,74,106,2,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,22630,1,58865,53,0,0,0x200000,udp,allow,154,77,77,2,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,23318,1,53894,53,0,0,0x200000,udp,allow,148,74,74,2,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,23546,1,56193,53,0,0,0x200000,udp,allow,180,74,106,2,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,23860,1,55228,53,0,0,0x200000,udp,allow,148,74,74,2,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,24523,1,61256,53,0,0,0x200000,udp,allow,140,70,70,2,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,24853,1,63610,53,0,0,0x200000,udp,allow,186,77,109,2,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,25688,1,63292,53,0,0,0x200000,udp,allow,190,79,111,2,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,end,1,2001/02/21 12:15:08,192.168.0.2,65.55.223.25,0.0.0.0,0.0.0.0,rule1,crusher,,skype-probe,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,25257,1,47752,40024,0,0,0x200000,udp,allow,455,366,89,3,2001/02/21 12:15:08,4,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,2,1\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.100,8.8.8.8,0.0.0.0,0.0.0.0,rule1,,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,13099,1,52071,53,0,0,0x0,udp,allow,86,86,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,192.168.0.1,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,25863,1,54607,53,0,0,0x200000,udp,allow,82,82,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,192.168.0.0-192.168.255.255,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,22688,1,58752,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,24151,1,58907,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,25794,1,59129,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,25875,1,59111,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,26862,1,59301,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,10869,1,52049,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,21707,1,64437,53,0,0,0x200000,udp,allow,92,92,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,23056,1,65434,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,23325,1,52450,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,23502,1,60028,53,0,0,0x200000,udp,allow,79,79,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,24317,1,61605,53,0,0,0x200000,udp,allow,72,72,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,24376,1,62775,53,0,0,0x200000,udp,allow,83,83,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,25042,1,56711,53,0,0,0x200000,udp,allow,77,77,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,25099,1,60427,53,0,0,0x200000,udp,allow,82,82,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,25473,1,50387,53,0,0,0x200000,udp,allow,86,86,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,208.73.210.29,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,25324,1,59241,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 12:15:08 1,2001/02/21 12:15:08,01606001116,TRAFFIC,start,1,2001/02/21 12:15:08,192.168.0.2,65.55.223.28,0.0.0.0,0.0.0.0,rule1,crusher,,skype-probe,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 12:15:08,25098,1,47752,40005,0,0,0x200000,udp,allow,179,179,0,1,2001/02/21 12:15:08,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"5350c08ae7d8517b89c25787b23e86cf\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"data_name\": \"main:sample6\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"9\",\n  \"data_sample_mtime\": \"1609589700\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:15:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample6\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"raw_sample\": [\n   \"2021-01-02 12:13:11:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 12:13:21:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 12:13:31:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 12:13:41:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 12:13:51:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 12:14:01:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 12:14:11:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 12:14:21:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 12:14:31:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 12:14:41:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 12:14:51:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 12:15:01:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\",\n   \"2021-01-02 12:15:11:000 10.2.1.35 POST /playhistory/uploadhistory - 80 - 10.12.0.20 \\\"\\\"Mozilla/5.0 (Linux; U; Android 2.3.4; en-us; Sprint APX515CKT Build/GRJ22) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\\\"\\\" 200 0 0 468 1488\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"5b7827289a1cdfd3350f53a2437e243d\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"data_name\": \"main:sample1\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"9\",\n  \"data_sample_mtime\": \"1609589700\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:15:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample1\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"raw_sample\": [\n   \"2021-01-02 12:13:09 WINDBAG Event 4 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:09 WINDBAG Event 9 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:19 WINDBAG Event 1 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:19 WINDBAG Event 11 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:19 WINDBAG Event 4 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:29 WINDBAG Event 11 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:29 WINDBAG Event 12 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:29 WINDBAG Event 3 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:29 WINDBAG Event 7 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:39 WINDBAG Event 3 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:39 WINDBAG Event 5 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:39 WINDBAG Event 8 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:39 WINDBAG Event 9 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:49 WINDBAG Event 12 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:49 WINDBAG Event 2 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:49 WINDBAG Event 3 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:49 WINDBAG Event 6 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:59 WINDBAG Event 11 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:59 WINDBAG Event 2 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:59 WINDBAG Event 3 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:13:59 WINDBAG Event 4 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:09 WINDBAG Event 1 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:09 WINDBAG Event 5 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:09 WINDBAG Event 8 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:19 WINDBAG Event 1 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:19 WINDBAG Event 3 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:19 WINDBAG Event 5 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:19 WINDBAG Event 9 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:29 WINDBAG Event 10 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:29 WINDBAG Event 3 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:29 WINDBAG Event 4 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:29 WINDBAG Event 8 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:40 WINDBAG Event 10 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:40 WINDBAG Event 2 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:40 WINDBAG Event 4 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:40 WINDBAG Event 7 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:49 WINDBAG Event 2 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:49 WINDBAG Event 4 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:49 WINDBAG Event 5 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:14:49 WINDBAG Event 9 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:15:00 WINDBAG Event 12 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:15:00 WINDBAG Event 3 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:15:00 WINDBAG Event 5 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:15:00 WINDBAG Event 6 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:15:10 WINDBAG Event 1 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:15:10 WINDBAG Event 3 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:15:10 WINDBAG Event 7 of 12 randint @@integer\\n\",\n   \"2021-01-02 12:15:10 WINDBAG Event 8 of 12 randint @@integer\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"6e25b0b89ae6110612dc79d8ffdd7cd7\"\n },\n {\n  \"current_detected_format\": \"syslog_no_timestamp\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"d01bcd8d79beb285c118872c7c039bd6\",\n  \"data_name\": \"linux_amer:linux_secure\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"9\",\n  \"data_sample_mtime\": \"1609589700\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:15:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"linux_secure\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"syslog_no_timestamp\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"d01bcd8d79beb285c118872c7c039bd6\",\n  \"raw_sample\": [\n   \"sshd[10454]: Received disconnect from 187.200.60.210 port 42051:11: Bye Bye [preauth]\\n\",\n   \"sshd[10455]: Connection closed by authenticating user root 116.203.246.182 port 42190 [preauth]\\n\",\n   \"sshd[10596]: Connection closed by invalid user admin 91.126.45.165 port 36518 [preauth]\\n\",\n   \"sshd[10672]: Connection closed by authenticating user root 111.255.110.143 port 36643 [preauth]\\n\",\n   \"sshd[10674]: Disconnected from authenticating user root 222.186.30.167 port 16429 [preauth]\\n\",\n   \"sshd[1069]: Connection closed by 80.82.77.139 port 53772 [preauth]\\n\",\n   \"sshd[12120]: Disconnected from authenticating user root 222.186.42.155 port 33784 [preauth]\\n\",\n   \"sshd[12136]: Connection closed by invalid user 888888 14.241.186.58 port 49458 [preauth]\\n\",\n   \"sshd[12197]: Disconnected from invalid user rgz 106.12.94.65 port 45974 [preauth]\\n\",\n   \"sshd[12197]: Received disconnect from 106.12.94.65 port 45974:11: Bye Bye [preauth]\\n\",\n   \"sshd[12708]: Invalid user supervisor from 125.25.33.152 port 22902\\n\",\n   \"sshd[12900]: Received disconnect from 222.186.30.218 port 37649:11:  [preauth]\\n\",\n   \"sshd[13144]: Disconnected from authenticating user root 222.186.15.10 port 12287 [preauth]\\n\",\n   \"sshd[13372]: Did not receive identification string from 87.251.74.50 port 42828\\n\",\n   \"sshd[13906]: Received disconnect from 222.186.30.218 port 29575:11:  [preauth]\\n\",\n   \"sshd[14237]: Received disconnect from 222.186.52.39 port 44897:11:  [preauth]\\n\",\n   \"sshd[14259]: Did not receive identification string from 14.207.203.149 port 53277\\n\",\n   \"sshd[14310]: Disconnected from invalid user sxv 120.70.102.16 port 57109 [preauth]\\n\",\n   \"sshd[14310]: Received disconnect from 120.70.102.16 port 57109:11: Bye Bye [preauth]\\n\",\n   \"sshd[14698]: Received disconnect from 222.186.30.57 port 49720:11:  [preauth]\\n\",\n   \"sshd[16611]: Connection closed by authenticating user root 179.227.139.77 port 38970 [preauth]\\n\",\n   \"sshd[17255]: Received disconnect from 218.232.135.95 port 37364:11: Bye Bye [preauth]\\n\",\n   \"sshd[17770]: Disconnected from authenticating user root 222.186.180.130 port 39055 [preauth]\\n\",\n   \"sshd[18099]: Disconnected from authenticating user root 222.186.180.130 port 30139 [preauth]\\n\",\n   \"sshd[18293]: Invalid user ltj from 49.234.213.237 port 54496\\n\",\n   \"sshd[19145]: Received disconnect from 222.186.30.35 port 34054:11:  [preauth]\\n\",\n   \"sshd[19422]: Connection closed by authenticating user root 119.237.91.102 port 57819 [preauth]\\n\",\n   \"sshd[19497]: Connection closed by invalid user admin 220.94.236.226 port 47924 [preauth]\\n\",\n   \"sshd[20259]: Did not receive identification string from 182.52.133.229 port 51407\\n\",\n   \"sshd[21133]: Received disconnect from 222.186.15.10 port 21594:11:  [preauth]\\n\",\n   \"sshd[22804]: Disconnected from authenticating user root 222.186.31.166 port 47209 [preauth]\\n\",\n   \"sshd[28340]: Disconnected from authenticating user root 222.186.31.166 port 43983 [preauth]\\n\",\n   \"sshd[28693]: Invalid user admin from 211.227.155.27 port 56622\\n\",\n   \"sshd[28695]: Connection closed by invalid user admin 116.48.104.119 port 9729 [preauth]\\n\",\n   \"sshd[28697]: Connection closed by authenticating user root 203.218.144.220 port 47869 [preauth]\\n\",\n   \"sshd[28900]: Connection closed by authenticating user root 93.76.188.132 port 39553 [preauth]\\n\",\n   \"sshd[30440]: Connection closed by invalid user user 87.251.74.50 port 23442 [preauth]\\n\",\n   \"sshd[30441]: Connection closed by authenticating user root 87.251.74.50 port 24010 [preauth]\\n\",\n   \"sshd[30611]: Received disconnect from 77.65.79.150 port 39622:11: Bye Bye [preauth]\\n\",\n   \"sshd[30753]: Invalid user nay from 139.155.11.173 port 53062\\n\",\n   \"sshd[31160]: Connection closed by invalid user pi 116.48.21.25 port 39271 [preauth]\\n\",\n   \"sshd[31273]: Disconnected from authenticating user root 222.186.30.76 port 18319 [preauth]\\n\",\n   \"sshd[6608]: Invalid user admin from 87.251.74.50 port 15174\\n\",\n   \"sshd[7388]: Received disconnect from 45.118.151.85 port 38002:11: Bye Bye [preauth]\\n\",\n   \"sshd[8663]: Invalid user uos from 13.68.158.99 port 60522\\n\",\n   \"sshd[8977]: Did not receive identification string from 87.251.74.50 port 61170\\n\",\n   \"sshd[9678]: Received disconnect from 222.186.15.62 port 63706:11:  [preauth]\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"7116de8fd9b18579e836e882ab7db9d3\"\n },\n {\n  \"data_name\": \"network:pan:traffic\",\n  \"data_sampling_nr\": \"200\",\n  \"raw_sample\": [\n   \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,THREAT,url,1,2001/02/21 10:53:38,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,25826,1,59171,80,0,0,0x208000,tcp,alert,\\\"scanline4.info/download/install.php\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,end,1,2001/02/21 10:53:38,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,21801,1,50982,53,0,0,0x200000,udp,allow,178,73,105,2,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,end,1,2001/02/21 10:53:38,192.168.0.2,208.43.167.112,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,15926,1,58837,80,0,0,0x200000,tcp,allow,1574,563,1011,11,2001/02/21 10:53:38,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,5\\n\",\n   \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,end,1,2001/02/21 10:53:38,192.168.0.2,92.63.101.215,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,25163,1,59119,80,0,0,0x200000,tcp,allow,1251,643,608,11,2001/02/21 10:53:38,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,Luxembourg,0,7,4\\n\",\n   \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,start,1,2001/02/21 10:53:38,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,23235,1,58829,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,start,1,2001/02/21 10:53:38,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,24848,1,60399,53,0,0,0x200000,udp,allow,80,80,0,1,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:38 1,2001/02/21 10:53:38,01606001116,TRAFFIC,start,1,2001/02/21 10:53:38,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:38,26415,1,61314,53,0,0,0x200000,udp,allow,84,84,0,1,2001/02/21 10:53:38,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,16481,1,58915,80,0,0,0x208000,tcp,alert,\\\"truescan4.info/\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,18913,1,58793,80,0,0,0x208000,tcp,alert,\\\"monkey-squad.net/monkey/exe.php\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,23796,1,58975,80,0,0,0x208000,tcp,alert,\\\"goasi.cn/dll/abb.txt\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25465,1,59010,80,0,0,0x200000,tcp,block-url,\\\"karavan.us/bon/index.php\\\",(9999),unknown,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,THREAT,url,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25945,1,59277,80,0,0,0x208000,tcp,alert,\\\"-/\\\",(9999),private-ip-addresses,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24455,1,59130,80,0,0,0x200000,tcp,allow,1391,568,823,10,2001/02/21 10:53:39,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24711,1,58974,80,0,0,0x200000,tcp,allow,1411,577,834,10,2001/02/21 10:53:39,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25251,1,59019,80,0,0,0x200000,tcp,allow,1381,562,819,10,2001/02/21 10:53:39,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25699,1,59173,80,0,0,0x200000,tcp,allow,1471,607,864,10,2001/02/21 10:53:39,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,26000,1,59205,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 10:53:39,1,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,11024,1,51167,53,0,0,0x200000,udp,allow,210,73,137,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,21121,1,57445,53,0,0,0x200000,udp,allow,144,72,72,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,23204,1,63806,53,0,0,0x200000,udp,allow,154,77,77,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24141,1,49155,53,0,0,0x200000,udp,allow,162,73,89,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24219,1,59750,53,0,0,0x200000,udp,allow,388,150,238,4,2001/02/21 10:53:39,1,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,2,2\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24804,1,63474,53,0,0,0x200000,udp,allow,148,74,74,2,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,end,1,2001/02/21 10:53:39,192.168.0.2,64.74.223.34,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,1486,1,56372,80,0,0,0x200000,tcp,allow,12078,1384,10694,27,2001/02/21 10:53:39,512,malware-sites,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,18,9\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,192.168.0.1,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22602,1,51118,53,0,0,0x200000,udp,allow,76,76,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,192.168.0.0-192.168.255.255,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,13562,1,59233,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22918,1,58778,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25750,1,59174,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22813,1,60548,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,22980,1,59593,53,0,0,0x200000,udp,allow,75,75,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,23421,1,59628,53,0,0,0x200000,udp,allow,79,79,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24161,1,54063,53,0,0,0x200000,udp,allow,73,73,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,24600,1,62113,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25279,1,59809,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25570,1,52699,53,0,0,0x200000,udp,allow,75,75,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25579,1,56370,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,25894,1,50085,53,0,0,0x200000,udp,allow,78,78,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:39 1,2001/02/21 10:53:39,01606001116,TRAFFIC,start,1,2001/02/21 10:53:39,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:39,26228,1,55314,53,0,0,0x200000,udp,allow,83,83,0,1,2001/02/21 10:53:39,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,THREAT,url,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22508,1,58737,80,0,0,0x208000,tcp,alert,\\\"freshcinemaonline.net/tds/go.php?sid=5\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,THREAT,url,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,24261,1,58970,80,0,0,0x208000,tcp,alert,\\\"fp3s.biz/6007.exe\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,end,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22161,1,58770,80,0,0,0x200000,tcp,allow,1379,561,818,10,2001/02/21 10:53:40,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,end,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,23494,1,49422,53,0,0,0x200000,udp,allow,144,72,72,2,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,24997,1,59143,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,25118,1,59207,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22845,1,56328,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,22904,1,64916,53,0,0,0x200000,udp,allow,75,75,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,23122,1,59271,53,0,0,0x200000,udp,allow,74,74,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:40 1,2001/02/21 10:53:40,01606001116,TRAFFIC,start,1,2001/02/21 10:53:40,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:40,24945,1,59500,53,0,0,0x200000,udp,allow,82,82,0,1,2001/02/21 10:53:40,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,THREAT,url,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22264,1,58661,80,0,0,0x208000,tcp,alert,\\\"polotomo.com/pol22/pol.bin\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,THREAT,url,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,26360,1,59304,80,0,0,0x208000,tcp,alert,\\\"lkmpmlm.com/fff9999.php?aid=0&uid=6cbbc5081e7548e276611ff5059df6ed30c8f8f1&os=513\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24709,1,58983,80,0,0,0x200000,tcp,allow,1188,567,621,10,2001/02/21 10:53:48,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25289,1,59170,80,0,0,0x200000,tcp,allow,1381,562,819,10,2001/02/21 10:53:48,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22344,1,61668,53,0,0,0x200000,udp,allow,214,75,139,2,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24216,1,56412,53,0,0,0x200000,udp,allow,180,74,106,2,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24348,1,64444,53,0,0,0x200000,udp,allow,164,82,82,2,2001/02/21 10:53:48,1,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25577,1,61217,53,0,0,0x200000,udp,allow,182,75,107,2,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.2,208.73.210.29,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23253,1,58813,80,0,0,0x200000,tcp,allow,3049,546,2503,11,2001/02/21 10:53:48,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,5\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,end,1,2001/02/21 10:53:48,192.168.0.6,124.115.26.21,0.0.0.0,0.0.0.0,rule1,picard,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,21470,1,2515,80,0,0,0x200000,tcp,allow,181339,4254,177085,190,2001/02/21 10:53:48,4,news-and-media,0,0,0x0,192.168.0.0-192.168.255.255,China,0,69,121\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22596,1,58835,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,22924,1,58802,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,24261,1,58970,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,13002,1,64667,53,0,0,0x200000,udp,allow,70,70,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23353,1,60473,53,0,0,0x200000,udp,allow,80,80,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23680,1,61386,53,0,0,0x200000,udp,allow,81,81,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,23897,1,53134,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,62.211.68.12,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25095,1,59200,80,0,0,0x200000,tcp,allow,473,399,74,4,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,Italy,0,3,1\\n\",\n   \"Jan 02 10:53:48 1,2001/02/21 10:53:48,01606001116,TRAFFIC,start,1,2001/02/21 10:53:48,192.168.0.2,65.55.223.25,0.0.0.0,0.0.0.0,rule1,crusher,,skype-probe,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:48,25257,1,47752,40024,0,0,0x200000,udp,allow,183,183,0,1,2001/02/21 10:53:48,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,17.254.32.16,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22760,1,58764,80,0,0,0x208000,tcp,alert,\\\"iphone-wu.apple.com/dgw?imei=6f4a5d4cdc8db441&apptype=weather&t=3082\\\",(9999),business-and-economy,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/plain\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23949,1,59100,80,0,0,0x200000,tcp,block-url,\\\"zone-searching.com/borders.php\\\",(9999),malware-sites,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24029,1,58910,80,0,0,0x208000,tcp,alert,\\\"stagech.com/reports/download-report.php?prod_id=9\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24741,1,59033,80,0,0,0x208000,tcp,alert,\\\"picturesoffline.com/item/60b08c6de14a64b07d04519db83c3dc948ef80e0bbf2e054ae09d830c0194928cecc8fb814f2678e0/b01/item.gif\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,THREAT,url,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26409,1,59259,80,0,0,0x208000,tcp,alert,\\\"tukhemaj.cn/nuc/spl/pdf.pdf\\\",(9999),not-resolved,informational,client-to-server,0,0x0,192.168.0.0-192.168.255.255,United States,0,text/html\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,10416,1,56473,80,0,0,0x200000,tcp,allow,3632,3494,138,19,2001/02/21 10:53:49,511,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,17,2\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21872,1,58576,80,0,0,0x200000,tcp,allow,1377,560,817,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21977,1,58599,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 10:53:49,0,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23101,1,58821,80,0,0,0x200000,tcp,allow,1379,561,818,10,2001/02/21 10:53:49,1,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23656,1,58838,80,0,0,0x200000,tcp,allow,1403,574,829,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,23661,1,58955,80,0,0,0x200000,tcp,allow,1233,594,639,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24617,1,58927,80,0,0,0x200000,tcp,allow,1355,549,806,10,2001/02/21 10:53:49,0,private-ip-addresses,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25066,1,59166,80,0,0,0x200000,tcp,allow,1377,560,817,10,2001/02/21 10:53:49,0,not-resolved,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,6,4\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21392,1,62227,53,0,0,0x200000,udp,allow,178,73,105,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21459,1,61502,53,0,0,0x200000,udp,allow,148,74,74,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21493,1,59053,53,0,0,0x200000,udp,allow,227,77,150,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21660,1,61253,53,0,0,0x200000,udp,allow,239,83,156,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22818,1,53235,53,0,0,0x200000,udp,allow,156,78,78,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25521,1,53468,53,0,0,0x200000,udp,allow,257,91,166,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,end,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25688,1,63292,53,0,0,0x200000,udp,allow,190,79,111,2,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,1\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22550,1,58746,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,204.232.231.46,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,25871,1,59278,80,0,0,0x200000,tcp,allow,78,78,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,12711,1,60080,53,0,0,0x200000,udp,allow,79,79,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,21623,1,57020,53,0,0,0x200000,udp,allow,80,80,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22892,1,61964,53,0,0,0x200000,udp,allow,73,73,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,22930,1,53576,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24202,1,58949,53,0,0,0x200000,udp,allow,68,68,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24828,1,64247,53,0,0,0x200000,udp,allow,83,83,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26019,1,60354,53,0,0,0x200000,udp,allow,72,72,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26531,1,54894,53,0,0,0x200000,udp,allow,77,77,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,205.171.2.25,0.0.0.0,0.0.0.0,rule1,crusher,,dns,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,26728,1,51200,53,0,0,0x200000,udp,allow,71,71,0,1,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,United States,0,1,0\\n\",\n   \"Jan 02 10:53:49 1,2001/02/21 10:53:49,01606001116,TRAFFIC,start,1,2001/02/21 10:53:49,192.168.0.2,62.211.68.12,0.0.0.0,0.0.0.0,rule1,crusher,,web-browsing,vsys1,trust,untrust,ethernet1/2,ethernet1/1,forwardAll,2001/02/21 10:53:49,24908,1,59199,80,0,0,0x200000,tcp,allow,470,396,74,4,2001/02/21 10:53:49,0,any,0,0,0x0,192.168.0.0-192.168.255.255,Italy,0,3,1\\n\"\n  ],\n  \"data_sample_mtime\": \"1609584830\",\n  \"data_sample_feature\": \"disabled\",\n  \"data_sample_iteration\": \"1\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 10:53:50 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"multiformat_detected\": \"false\",\n  \"current_detected_format\": \"raw_start_by_timestamp %b %d %H:%M:%S\",\n  \"current_detected_format_id\": \"5099cfc575b3762bb2e0dc27dd4e36eb\",\n  \"current_detected_format_dcount\": \"1\",\n  \"previous_detected_format\": null,\n  \"previous_detected_format_id\": null,\n  \"previous_detected_format_dcount\": null,\n  \"_user\": \"nobody\",\n  \"_key\": \"7e8670878a9ad91844f18655f1819c06\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %a %d %b %Y %H:%M:%S\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"84fb236745d5ed942ed495037b8187e8\",\n  \"data_name\": \"main:retail_transaction\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"9\",\n  \"data_sample_mtime\": \"1609589700\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:15:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"retail_transaction\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %a %d %b %Y %H:%M:%S\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"84fb236745d5ed942ed495037b8187e8\",\n  \"raw_sample\": [\n   \"Thu 24 Dec 2020 13:05:35 GMT, transaction with user=\\\"santa@acme.com\\\", cardref=\\\"4012888888881881\\\", status=\\\"completed\\\"\\n\",\n   \"Thu 24 Dec 2020 13:11:45 GMT, transaction with user=\\\"robert@acme.com\\\", cardref=\\\"XXXXXXXXXXXXXX\\\", status=\\\"completed\\\"\\n\",\n   \"Thu 24 Dec 2020 13:12:12 GMT, transaction with user=\\\"jbar@acme.com\\\", cardref=\\\"XXXXXXXXXXXXXX\\\", status=\\\"completed\\\"\\n\",\n   \"Thu 24 Dec 2020 13:12:48 GMT, transaction with user=\\\"janedoe@acme.com\\\", cardref=\\\"30569309025904\\\", status=\\\"completed\\\"\\n\",\n   \"Thu 24 Dec 2020 13:24:22 GMT, transaction with user=\\\"padington@acme.com\\\", cardref=\\\"XXXXXXXXXXXXXX\\\", status=\\\"failed\\\"\\n\",\n   \"Thu 24 Dec 2020 13:34:24 GMT, transaction with user=\\\"jfoo@acme.com\\\", cardref=\\\"XXXXXXXXXXXXXX\\\", status=\\\"failed\\\"\\n\",\n   \"Thu 24 Dec 2020 13:47:48 GMT, transaction with user=\\\"jsmith@acme.com\\\", cardref=\\\"371449635398431\\\", status=\\\"completed\\\"\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"ab994e3b00751d45591c7abc2b7a1061\"\n },\n {\n  \"current_detected_format\": \"syslog_no_timestamp\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"d01bcd8d79beb285c118872c7c039bd6\",\n  \"data_name\": \"linux_apac:linux_secure\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"9\",\n  \"data_sample_mtime\": \"1609589700\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:15:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"linux_secure\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"syslog_no_timestamp\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"d01bcd8d79beb285c118872c7c039bd6\",\n  \"raw_sample\": [\n   \"sshd[10454]: Invalid user wfi from 187.200.60.210 port 42051\\n\",\n   \"sshd[10458]: Connection closed by invalid user pi 93.79.199.205 port 46005 [preauth]\\n\",\n   \"sshd[10458]: Invalid user pi from 93.79.199.205 port 46005\\n\",\n   \"sshd[10462]: Connection closed by authenticating user root 119.237.198.163 port 54889 [preauth]\\n\",\n   \"sshd[10648]: Disconnected from authenticating user root 222.186.42.7 port 23576 [preauth]\\n\",\n   \"sshd[1069]: Connection closed by 80.82.77.139 port 53772 [preauth]\\n\",\n   \"sshd[12197]: Invalid user rgz from 106.12.94.65 port 45974\\n\",\n   \"sshd[12706]: Did not receive identification string from 125.25.33.152 port 13690\\n\",\n   \"sshd[14186]: Disconnected from invalid user vpr 193.112.219.207 port 40826 [preauth]\\n\",\n   \"sshd[14310]: Invalid user sxv from 120.70.102.16 port 57109\\n\",\n   \"sshd[14310]: Received disconnect from 120.70.102.16 port 57109:11: Bye Bye [preauth]\\n\",\n   \"sshd[14827]: Received disconnect from 222.186.15.10 port 64881:11:  [preauth]\\n\",\n   \"sshd[15973]: Received disconnect from 222.186.30.112 port 32508:11:  [preauth]\\n\",\n   \"sshd[16584]: Connection closed by authenticating user root 84.214.105.117 port 52486 [preauth]\\n\",\n   \"sshd[16596]: Connection closed by authenticating user root 185.22.89.81 port 39206 [preauth]\\n\",\n   \"sshd[16604]: Connection closed by authenticating user root 113.254.228.252 port 55561 [preauth]\\n\",\n   \"sshd[16688]: Connection closed by authenticating user root 218.103.162.19 port 54624 [preauth]\\n\",\n   \"sshd[16751]: Disconnected from 159.89.84.231 port 43026 [preauth]\\n\",\n   \"sshd[17713]: Did not receive identification string from 45.64.122.68 port 53758\\n\",\n   \"sshd[17770]: Received disconnect from 222.186.180.130 port 39055:11:  [preauth]\\n\",\n   \"sshd[18293]: Disconnected from invalid user ltj 49.234.213.237 port 54496 [preauth]\\n\",\n   \"sshd[19284]: Invalid user pi from 221.127.88.207 port 37773\\n\",\n   \"sshd[19286]: Invalid user pi from 119.236.51.40 port 35052\\n\",\n   \"sshd[19294]: Connection closed by invalid user admin 177.209.169.163 port 41019 [preauth]\\n\",\n   \"sshd[19497]: Invalid user admin from 220.94.236.226 port 47924\\n\",\n   \"sshd[20183]: Received disconnect from 222.186.31.166 port 25075:11:  [preauth]\\n\",\n   \"sshd[20262]: Connection closed by invalid user tech 182.52.133.229 port 51805 [preauth]\\n\",\n   \"sshd[21650]: Disconnected from authenticating user root 222.186.180.142 port 60362 [preauth]\\n\",\n   \"sshd[22391]: Invalid user qwi from 192.144.183.47 port 47368\\n\",\n   \"sshd[24231]: Received disconnect from 134.209.18.220 port 38310:11: Bye Bye [preauth]\\n\",\n   \"sshd[28779]: Connection closed by invalid user pi 1.64.68.229 port 46101 [preauth]\\n\",\n   \"sshd[30364]: Disconnected from authenticating user root 222.186.31.166 port 42999 [preauth]\\n\",\n   \"sshd[30440]: Connection closed by invalid user user 87.251.74.50 port 23442 [preauth]\\n\",\n   \"sshd[30444]: Disconnected from invalid user kfu 139.59.135.84 port 50986 [preauth]\\n\",\n   \"sshd[31164]: Connection closed by invalid user admin 85.118.109.156 port 37817 [preauth]\\n\",\n   \"sshd[31170]: Connection closed by authenticating user root 27.2.89.20 port 43715 [preauth]\\n\",\n   \"sshd[31178]: Connection closed by invalid user admin 59.24.153.98 port 41436 [preauth]\\n\",\n   \"sshd[31273]: Disconnected from authenticating user root 222.186.30.76 port 18319 [preauth]\\n\",\n   \"sshd[31639]: Connection closed by invalid user osmc 89.36.3.75 port 43010 [preauth]\\n\",\n   \"sshd[31645]: Connection closed by authenticating user root 89.36.3.75 port 43354 [preauth]\\n\",\n   \"sshd[3347]: Received disconnect from 177.139.205.69 port 26139:11: Bye Bye [preauth]\\n\",\n   \"sshd[6610]: Invalid user ilz from 36.133.38.45 port 34336\\n\",\n   \"sshd[7493]: Invalid user rvk from 95.85.24.147 port 51536\\n\",\n   \"sshd[8538]: Disconnected from authenticating user root 222.186.30.35 port 49425 [preauth]\\n\",\n   \"sshd[8724]: Invalid user dwa from 106.75.214.239 port 50776\\n\",\n   \"sshd[8880]: Disconnected from invalid user maemura 40.72.97.22 port 36274 [preauth]\\n\",\n   \"sshd[9997]: Disconnected from invalid user yhm 51.83.74.126 port 49898 [preauth]\\n\",\n   \"sshd[9997]: Invalid user yhm from 51.83.74.126 port 49898\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"af59d15d10734364fefbb3766b87843a\"\n },\n {\n  \"current_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"data_name\": \"main:sample4\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"9\",\n  \"data_sample_mtime\": \"1609589700\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:15:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample4\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"raw_start_by_timestamp %Y-%d-%m %H:%M:%S\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"91bada58bc7f6b93cbe8b69384191bdd\",\n  \"raw_sample\": [\n   \"2021-01-02 12:13:11,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 12:13:21,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 12:13:31,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 12:13:41,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 12:13:51,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 12:14:01,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 12:14:11,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 12:14:21,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 12:14:31,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 12:14:41,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 12:14:51,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 12:15:01,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\",\n   \"2021-01-02 12:15:11,072 transType=ReplaceMe transID=000000 transGUID=0A0B0C userName=bob city=\\\"City\\\" state=State zip=00000 value=0\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"b052a513581b27cd0b64763b9f680bef\"\n },\n {\n  \"current_detected_format\": \"xml\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"0f635d0e0f3874fff8b581c132e6c7a7\",\n  \"data_name\": \"main:Script:ListeningPorts\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"9\",\n  \"data_sample_mtime\": \"1609589700\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:15:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"Script:ListeningPorts\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"xml\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"0f635d0e0f3874fff8b581c132e6c7a7\",\n  \"raw_sample\": [\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{0887F1E4-39EA-D53C-804F-31D568A06274}\\\" /><EventID>4771</EventID><Version>26</Version><Level>5</Level><Task>14339</Task><Opcode>17</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 11:51:19Z\\\" /><EventRecordID>435835</EventRecordID><Correlation /><Execution ProcessID=\\\"734349\\\" ThreadID=\\\"759911\\\" /><Channel>Security</Channel><Computer>SE-006</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_n</Data><Data Name='TargetSid'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='ServiceName'>cc/c.local</Data><Data Name='TicketOptions'>0x60810010</Data><Data Name='Status'>0x17</Data><Data Name='PreAuthType'>2</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>38666</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{43514235-4B06-11D1-AB04-00C04FC2DCD2}\\\" /><EventID>4771</EventID><Version>6</Version><Level>10</Level><Task>14339</Task><Opcode>6</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 12:06:20Z\\\" /><EventRecordID>87750</EventRecordID><Correlation /><Execution ProcessID=\\\"859760\\\" ThreadID=\\\"840266\\\" /><Channel>Security</Channel><Computer>PROD-MFS-006</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_n</Data><Data Name='TargetSid'>S-1-5-21-1890958050-1872069252-976643203-5898</Data><Data Name='ServiceName'>aa/a.local</Data><Data Name='TicketOptions'>0x40810000</Data><Data Name='Status'>0x10</Data><Data Name='PreAuthType'>17</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>10739</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{82F9A27C-BF97-4787-9364-D31B6C55EB04}\\\" /><EventID>4771</EventID><Version>25</Version><Level>6</Level><Task>14339</Task><Opcode>19</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 10:35:58Z\\\" /><EventRecordID>165722</EventRecordID><Correlation /><Execution ProcessID=\\\"477458\\\" ThreadID=\\\"317955\\\" /><Channel>Security</Channel><Computer>COREDEV-001</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_e</Data><Data Name='TargetSid'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='ServiceName'>aa/a.local</Data><Data Name='TicketOptions'>0x60810010</Data><Data Name='Status'>0x18</Data><Data Name='PreAuthType'>20</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>51593</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{E3514235-4B06-11D1-AB04-02C04FC2DCD2}\\\" /><EventID>4771</EventID><Version>6</Version><Level>9</Level><Task>14339</Task><Opcode>0</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 11:21:15Z\\\" /><EventRecordID>82184</EventRecordID><Correlation /><Execution ProcessID=\\\"336397\\\" ThreadID=\\\"353675\\\" /><Channel>Security</Channel><Computer>HOST-003</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_b</Data><Data Name='TargetSid'>S-1-5-21-1245327149-1292034276-934336989-1040</Data><Data Name='ServiceName'>bb/b.local</Data><Data Name='TicketOptions'>0x40810010</Data><Data Name='Status'>0x18</Data><Data Name='PreAuthType'>15</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4732</EventID><Version>2</Version><Level>8</Level><Task>13826</Task><Opcode>6</Opcode><Keywords>0C124B4CBE3FB4D5</Keywords><TimeCreated SystemTime='2021-01-02 10:35:58Z'/><EventRecordID>857222</EventRecordID><Correlation/><Execution ProcessID='608397' ThreadID='845895'/><Channel>Security</Channel><Computer>ACME-006</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='TargetUserName'>user_k</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='SubjectUserSid'>S-1-5-21-838359158-542134535-930774774-22481</Data><Data Name='SubjectUserName'>user_c</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0x5FC9</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4781</EventID><Version>33</Version><Level>12</Level><Task>13824</Task><Opcode>2</Opcode><Keywords>39822D76C9DA8149</Keywords><TimeCreated SystemTime='2021-01-02 11:51:19Z'/><EventRecordID>459182</EventRecordID><Correlation/><Execution ProcessID='595202' ThreadID='794959'/><Channel>Security</Channel><Computer>HOST-005</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_e</Data><Data Name='NewTargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-838359158-542134535-930774774-22481</Data><Data Name='SubjectUserSid'>S-1-5-21-838359158-542134535-930774774-22481</Data><Data Name='SubjectUserName'>user_i</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0x5F25</Data><Data Name='PrivilegeList'>SeAuditPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4797</EventID><Version>34</Version><Level>15</Level><Task>13824</Task><Opcode>2</Opcode><Keywords>63D872A19F830464</Keywords><TimeCreated SystemTime='2021-01-02 11:51:19Z'/><EventRecordID>424946</EventRecordID><Correlation/><Execution ProcessID='742438' ThreadID='657207'/><Channel>Security</Channel><Computer>PROD-POS-006</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1543423040-1192067256-934636039-1009</Data><Data Name='SubjectUserName'>user_i</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0x5F25</Data><Data Name='Workstation'>Domain_A</Data><Data Name='TargetUserName'>user_c</Data><Data Name='TargetDomainName'>Domain_A</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4608</EventID><Version>45</Version><Level>3</Level><Task>12288</Task><Opcode>0</Opcode><Keywords>FCA2F232458E945D</Keywords><TimeCreated SystemTime='2021-01-02 11:51:19Z'/><EventRecordID>220328</EventRecordID><Correlation/><Execution ProcessID='870781' ThreadID='166579'/><Channel>Security</Channel><Computer>BUSDEV-006</Computer><Security/></System><EventData></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4720</EventID><Version>11</Version><Level>13</Level><Task>13824</Task><Opcode>15</Opcode><Keywords>9ED19B6DA955AB35</Keywords><TimeCreated SystemTime='2021-01-02 10:51:09Z'/><EventRecordID>912049</EventRecordID><Correlation/><Execution ProcessID='539453' ThreadID='89118'/><Channel>Security</Channel><Computer>PROD-MFS-005</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1893558050-1872069252-976643203-9895</Data><Data Name='SubjectUserSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='SubjectUserName'>user_a</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>6C10</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_f</Data><Data Name='DisplayName'>%%1793</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>%%1794</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>412</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0x2DC188B</Data><Data Name='NewUacValue'>0x9F25187</Data><Data Name='UserAccountControl'>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4720</EventID><Version>8</Version><Level>4</Level><Task>13824</Task><Opcode>11</Opcode><Keywords>229B33570C0E3723</Keywords><TimeCreated SystemTime='2021-01-02 11:06:12Z'/><EventRecordID>961112</EventRecordID><Correlation/><Execution ProcessID='201595' ThreadID='72705'/><Channel>Security</Channel><Computer>COREDEV-006</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1543123040-1192067256-934636039-1003</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='SubjectUserName'>user_e</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0452</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_f</Data><Data Name='DisplayName'>%%1793</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>%%1794</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>125</Data><Data Name='AllowedToDelegateTo'>server_1/coumputer_a</Data><Data Name='OldUacValue'>0xA6EB96C</Data><Data Name='NewUacValue'>0xF4EC8FE</Data><Data Name='UserAccountControl'>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4902</EventID><Version>16</Version><Level>20</Level><Task>13568</Task><Opcode>3</Opcode><Keywords>32C43F1B1BADD31E</Keywords><TimeCreated SystemTime='2021-01-02 11:06:12Z'/><EventRecordID>449405</EventRecordID><Correlation/><Execution ProcessID='66160' ThreadID='836225'/><Channel>Security</Channel><Computer>ops-sys-002</Computer><Security/></System><EventData><Data Name='PuaCount'>0</Data><Data Name='PuaPolicyId'>0xEED5</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{0887F1E4-39EA-D53C-804F-31D568A06274}'/><EventID>4738</EventID><Version>15</Version><Level>2</Level><Task>13824</Task><Opcode>20</Opcode><Keywords>69040D8242015531</Keywords><TimeCreated SystemTime='2021-01-02 11:21:15Z'/><EventRecordID>466134</EventRecordID><Correlation/><Execution ProcessID='503595' ThreadID='389512'/><Channel>Security</Channel><Computer>ACME-005</Computer><Security/></System><EventData><Data Name='Dummy'>-</Data><Data Name='TargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1246627149-1292034276-934336989-7020</Data><Data Name='SubjectUserSid'>S-1-5-21-1893558050-1872069252-976643203-9895</Data><Data Name='SubjectUserName'>user_k</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0xBAC3</Data><Data Name='PrivilegeList'>SeRestorePrivilege</Data><Data Name='SamAccountName'>user_g</Data><Data Name='DisplayName'>user_g</Data><Data Name='UserPrincipalName'>eee@AAA.local</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'><never></Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>943</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0xA1C9E79</Data><Data Name='NewUacValue'>0xACB1C59</Data><Data Name='UserAccountControl'>-</Data><Data Name='UserParameters'>-</Data><Data Name='SidHistory'>-</Data><Data Name='LogonHours'>%%1797</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4625</EventID><Version>14</Version><Level>13</Level><Task>12544</Task><Opcode>20</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime='2021-01-02 10:51:09Z'/><EventRecordID>736495</EventRecordID><Correlation/><Execution ProcessID='690606' ThreadID='656529'/><Channel>Security</Channel><Computer>ACME-001</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='SubjectUserName'>user_f</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>A369</Data><Data Name='TargetUserSid'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='TargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='Status'>Failure Audit</Data><Data Name='FailureReason'>%%2304</Data><Data Name='SubStatus'>Failure Audit</Data><Data Name='LogonType'>2</Data><Data Name='LogonProcessName'>Winlogon</Data><Data Name='AuthenticationPackageName'>Negotiate</Data><Data Name='WorkstationName'>Domain_A</Data><Data Name='TransmittedServices'>service_D</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0x0FDD</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_c.exe</Data><Data Name='IpAddress'>e56c:5b86:ac64:1351:7a4a:bc9a:f904:fc15</Data><Data Name='IpPort'>51647</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4634</EventID><Version>50</Version><Level>20</Level><Task>12545</Task><Opcode>10</Opcode><Keywords>C49352BAD9EA6D1D</Keywords><TimeCreated SystemTime='2021-01-02 11:36:17Z'/><EventRecordID>790507</EventRecordID><Correlation/><Execution ProcessID='765989' ThreadID='812575'/><Channel>Security</Channel><Computer>PROD-MFS-005</Computer><Security/></System><EventData><Data Name='TargetUserSid'>=S-1-5-21-1543423040-1192067256-934636039-1009</Data><Data Name='TargetUserName'>user_g</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetLogonId'>EB5F</Data><Data Name='LogonType'>2</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4608</EventID><Version>18</Version><Level>16</Level><Task>12288</Task><Opcode>17</Opcode><Keywords>AA0377422FE6F535</Keywords><TimeCreated SystemTime='2021-01-02 11:06:12Z'/><EventRecordID>455750</EventRecordID><Correlation/><Execution ProcessID='807210' ThreadID='864248'/><Channel>Security</Channel><Computer>BUSDEV-001</Computer><Security/></System><EventData></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4732</EventID><Version>7</Version><Level>14</Level><Task>13826</Task><Opcode>1</Opcode><Keywords>E73461A57DA4AD8C</Keywords><TimeCreated SystemTime='2021-01-02 10:51:09Z'/><EventRecordID>329801</EventRecordID><Correlation/><Execution ProcessID='747172' ThreadID='902312'/><Channel>Security</Channel><Computer>PROD-POS-005</Computer><Security/></System><EventData><Data Name='MemberName'>user_h</Data><Data Name='MemberSid'>S-1-5-21-1246627149-1292034276-934336989-7020</Data><Data Name='TargetUserName'>user_d</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1445627149-1292034276-934336989-1070</Data><Data Name='SubjectUserSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xA19C</Data><Data Name='PrivilegeList'>SeDelegateSessionUserImpersonatePrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4781</EventID><Version>38</Version><Level>2</Level><Task>13824</Task><Opcode>12</Opcode><Keywords>F08A99981383BC43</Keywords><TimeCreated SystemTime='2021-01-02 10:35:58Z'/><EventRecordID>808798</EventRecordID><Correlation/><Execution ProcessID='899739' ThreadID='843537'/><Channel>Security</Channel><Computer>COREDEV-004</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_i</Data><Data Name='NewTargetUserName'>user_b</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>user_a</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0x6C10</Data><Data Name='PrivilegeList'>SeSystemEnvironmentPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4648</EventID><Version>12</Version><Level>2</Level><Task>12544</Task><Opcode>1</Opcode><Keywords>15AFEEDC6331552F</Keywords><TimeCreated SystemTime='2021-01-02 11:36:17Z'/><EventRecordID>283639</EventRecordID><Correlation/><Execution ProcessID='512755' ThreadID='164678'/><Channel>Security</Channel><Computer>SE-002</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1893958050-1872069252-976643203-9898</Data><Data Name='SubjectUserName'>user_d</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>3EC3</Data><Data Name='LogonGuid'>{27C4A2F2-13CA-AA25-E903-D31268740239}</Data><Data Name='TargetUserName'>user_c</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetLogonGuid'>{E3514235-4B06-11D1-AB04-02C04FC2DCD2}</Data><Data Name='TargetServerName'>localhost</Data><Data Name='TargetInfo'>localhost</Data><Data Name='ProcessId'>1DEB</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_b.exe</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>5806</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4720</EventID><Version>10</Version><Level>12</Level><Task>13824</Task><Opcode>1</Opcode><Keywords>A1EF26CC7C4CF352</Keywords><TimeCreated SystemTime='2021-01-02 12:06:20Z'/><EventRecordID>777969</EventRecordID><Correlation/><Execution ProcessID='594377' ThreadID='575832'/><Channel>Security</Channel><Computer>PROD-MFS-004</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_i</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1543423040-1192067256-934636039-1009</Data><Data Name='SubjectUserSid'>S-1-5-21-1890958050-1872069252-976643203-8898</Data><Data Name='SubjectUserName'>user_d</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>3EC3</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_i</Data><Data Name='DisplayName'>%%1793</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>%%1794</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>551</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0x94679C8</Data><Data Name='NewUacValue'>0x46F3936</Data><Data Name='UserAccountControl'>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4797</EventID><Version>40</Version><Level>16</Level><Task>13824</Task><Opcode>20</Opcode><Keywords>DA0D2987F7820A9E</Keywords><TimeCreated SystemTime='2021-01-02 11:36:17Z'/><EventRecordID>547339</EventRecordID><Correlation/><Execution ProcessID='840213' ThreadID='207689'/><Channel>Security</Channel><Computer>ops-sys-001</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='SubjectUserName'>user_g</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xEB5F</Data><Data Name='Workstation'>Domain_A</Data><Data Name='TargetUserName'>user_g</Data><Data Name='TargetDomainName'>Domain_A</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4728</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:06:12Z'/><EventRecordID>1849</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='3228'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='TargetUserName'>None</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-513</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0x9caebb</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4728</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:06:20Z'/><EventRecordID>1849</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='3228'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='TargetUserName'>None</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-513</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0x9caebb</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4732</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 10:51:09Z'/><EventRecordID>1891</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='1436'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-807344451-4160805990-1156053029-512</Data><Data Name='TargetUserName'>Administrators</Data><Data Name='TargetDomainName'>Builtin</Data><Data Name='TargetSid'>S-1-5-32-544</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0xaf1ccd</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4732</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:36:17Z'/><EventRecordID>1891</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='1436'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-807344451-4160805990-1156053029-512</Data><Data Name='TargetUserName'>Administrators</Data><Data Name='TargetDomainName'>Builtin</Data><Data Name='TargetSid'>S-1-5-32-544</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0xaf1ccd</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{82F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4797</EventID><Version>3</Version><Level>15</Level><Task>13824</Task><Opcode>3</Opcode><Keywords>3E3AB0640B46931D</Keywords><TimeCreated SystemTime='2021-01-02 10:35:58Z'/><EventRecordID>130842</EventRecordID><Correlation/><Execution ProcessID='962362' ThreadID='396949'/><Channel>Security</Channel><Computer>COREDEV-005</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>user_m</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0x46BA</Data><Data Name='Workstation'>Domain_E</Data><Data Name='TargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_E</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-00C24FC2DCD2}'/><EventID>4797</EventID><Version>39</Version><Level>16</Level><Task>13824</Task><Opcode>17</Opcode><Keywords>C16FF67ED4C08D62</Keywords><TimeCreated SystemTime='2021-01-02 11:21:15Z'/><EventRecordID>691761</EventRecordID><Correlation/><Execution ProcessID='211585' ThreadID='262098'/><Channel>Security</Channel><Computer>PROD-POS-005</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-32-544</Data><Data Name='SubjectUserName'>user_e</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0x0452</Data><Data Name='Workstation'>Domain_E</Data><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_E</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4625</EventID><Version>23</Version><Level>10</Level><Task>12544</Task><Opcode>17</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime='2021-01-02 11:21:15Z'/><EventRecordID>487911</EventRecordID><Correlation/><Execution ProcessID='746477' ThreadID='771310'/><Channel>Security</Channel><Computer>ACME-006</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>A19C</Data><Data Name='TargetUserSid'>S-1-5-21-1543123040-1192067256-934636039-1003</Data><Data Name='TargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='Status'>Failure Audit</Data><Data Name='FailureReason'>%%2304</Data><Data Name='SubStatus'>Failure Audit</Data><Data Name='LogonType'>7</Data><Data Name='LogonProcessName'>Winlogon</Data><Data Name='AuthenticationPackageName'>Kerberos</Data><Data Name='WorkstationName'>Domain_A</Data><Data Name='TransmittedServices'>-</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0x7DD3</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_a.exe</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditingg' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4616</EventID><Version>49</Version><Level>3</Level><Task>12288</Task><Opcode>18</Opcode><Keywords>BD092EE616EE2408</Keywords><TimeCreated SystemTime='2021-01-02 12:06:20Z'/><EventRecordID>978754</EventRecordID><Correlation/><Execution ProcessID='362820' ThreadID='282876'/><Channel>Security</Channel><Computer>HOST-003</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1890958050-1872069252-976643203-5898</Data><Data Name='SubjectUserName'>user_a</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>6C10</Data><Data Name='PreviousTime'>2021-01-02 12:06:20Z</Data><Data Name='NewTime'>2021-01-02 12:06:20Z</Data><Data Name='ProcessId'>0x2A9E</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_f.exe</Data></EventData></Event>\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"c4bbaf7cb0df93d5e9db89fff2fd39a0\"\n },\n {\n  \"current_detected_format\": [\n   \"raw_not_identified\",\n   \"raw_start_by_timestamp %b %d %H:%M:%S.%3N\"\n  ],\n  \"current_detected_format_dcount\": \"2\",\n  \"current_detected_format_id\": [\n   \"1df57f638347eaed4025430a1258be54\",\n   \"1edc7d988340c1c4d5f0745759d2e87b\"\n  ],\n  \"data_name\": \"main:sample3\",\n  \"data_sample_anomaly_ack_mtime\": \"1609584300\",\n  \"data_sample_anomaly_ack_status\": \"uncleared\",\n  \"data_sample_anomaly_detected\": \"1\",\n  \"data_sample_anomaly_reason\": \"multiformat_at_discovery\",\n  \"data_sample_feature\": \"disabled\",\n  \"data_sample_iteration\": \"1\",\n  \"data_sample_mtime\": \"1609584300\",\n  \"data_sample_status_colour\": \"orange\",\n  \"data_sample_status_message\": \"WARNING: The data sampling feature has been disabled automatically because multiple event formats were detected during the first sampling operation on Sat Jan  2 10:45:00 2021, sourcetypes containing multiple types of formats cannot be monitored by the data sampling properly. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"sample3\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"true\",\n  \"raw_sample\": [\n   \"Alternate Pool: None  Free: 0  Cause: No Alternate pool\\n\",\n   \"Jan 02 10:41:12.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:41:12.255: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Down Peer closed the session\\n\",\n   \"Jan 02 10:41:12.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from removed to Zytek AC Power Supply\\n\",\n   \"Jan 02 10:41:12.419: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from FULL to DOWN, Neighbor Down: Dead timer expired\\n\",\n   \"Jan 02 10:41:22.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:41:22.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:41:22.587: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not full duplex), with Router FastEthernet0/0 (full duplex).\\n\",\n   \"Jan 02 10:41:22.659: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Standby -> Active\\n\",\n   \"Jan 02 10:41:32.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:41:32.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:41:32.827: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Active -> Speak\\n\",\n   \"Jan 02 10:41:43.255: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Down Peer closed the session\\n\",\n   \"Jan 02 10:41:43.435: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Standby -> Active\\n\",\n   \"Jan 02 10:41:43.739: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Down Peer closed the session\\n\",\n   \"Jan 02 10:41:43.943: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Active -> Speak\\n\",\n   \"Jan 02 10:41:53.095: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:41:53.135: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:41:53.245: %SNMP-4-HIGHCPU: Process exceeds 200ms threshold (200ms IOS quantum) for GET of rmon.19.16.0--result rmon.19.16.0\\n\",\n   \"Jan 02 10:41:53.747: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:42:03.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:42:03.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:42:13.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:42:13.287: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Down Peer closed the session\\n\",\n   \"Jan 02 10:42:13.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:42:13.983: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Down Peer closed the session\\n\",\n   \"Jan 02 10:42:23.234: %OSPF-4-FLOOD_WAR: Process 200 re-originates LSA ID 10.230.1.0 type-2 adv-rtr 100.100.100.1\\n\",\n   \"Jan 02 10:42:23.295: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:42:23.451: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: sd] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:41:49 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:42:23.743: %SYS-5-CONFIG_I: Configured from console by cisco on console\\n\",\n   \"Jan 02 10:42:33.099: %SYS-5-CONFIG_I: Configured from console by console\\n\",\n   \"Jan 02 10:42:33.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from removed to Zytek AC Power Supply\\n\",\n   \"Jan 02 10:42:33.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:42:33.723: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:42:43.047: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up\\n\",\n   \"Jan 02 10:42:43.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 200 to area 100\\n\",\n   \"Jan 02 10:42:43.245: %SNMP-4-HIGHCPU: Process exceeds 200ms threshold (200ms IOS quantum) for GET of rmon.19.16.0--result rmon.19.16.0\\n\",\n   \"Jan 02 10:42:43.755: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:42:53.245: %SNMP-4-HIGHCPU: Process exceeds 200ms threshold (200ms IOS quantum) for GET of rmon.19.16.0--result rmon.19.16.0\\n\",\n   \"Jan 02 10:42:53.345: %ENVM-6-PSCHANGE: Power Supply 1 changed from Zytek AC Power Supply to removed\\n\",\n   \"Jan 02 10:42:53.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:42:53.523: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:43:04.071: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:04.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:43:04.475: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: cisco] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadPassword] at 08:42:55 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:43:04.587: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not full duplex), with Router FastEthernet0/0 (full duplex).\\n\",\n   \"Jan 02 10:43:14.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:43:14.307: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:43:14.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:43:14.831: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from FULL to DOWN, Neighbor Down: Dead timer expired\\n\",\n   \"Jan 02 10:43:24.523: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:43:24.607: OSPF: Rcv pkt from 192.168.1.2, FastEthernet0/0: Mismatch Authentication type. Input packet specified type 0, we use type 2\\n\",\n   \"Jan 02 10:43:24.739: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Down Peer closed the session\\n\",\n   \"Jan 02 10:43:24.751: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Standby -> Active\\n\",\n   \"Jan 02 10:43:34.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:43:34.723: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:43:34.735: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Active -> Speak\\n\",\n   \"Jan 02 10:43:34.931: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:43:44.234: %OSPF-4-FLOOD_WAR: Process 200 re-originates LSA ID 10.230.1.0 type-2 adv-rtr 100.100.100.1\\n\",\n   \"Jan 02 10:43:44.243: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:43:44.419: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:43:44.419: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from FULL to DOWN, Neighbor Down: Dead timer expired\\n\",\n   \"Jan 02 10:43:54.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 100 to area 200\\n\",\n   \"Jan 02 10:43:54.234: %OSPF-4-FLOOD_WAR: Process 200 re-originates LSA ID 10.230.1.0 type-2 adv-rtr 100.100.100.1\\n\",\n   \"Jan 02 10:43:54.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:43:54.967: %ENVM-3-BLOWER : Fan 1 may have failed\\n\",\n   \"Jan 02 10:44:04.147: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Active -> Init\\n\",\n   \"Jan 02 10:44:04.307: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:44:04.595: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not full duplex), with Router FastEthernet0/0 (full duplex).\\n\",\n   \"Jan 02 10:44:04.735: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Speak -> Standby\\n\",\n   \"Jan 02 10:44:14.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:44:14.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:44:14.551: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:44:14.587: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not full duplex), with Router FastEthernet0/0 (full duplex).\\n\",\n   \"Jan 02 10:44:24.135: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:44:24.827: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Active -> Speak\\n\",\n   \"Jan 02 10:44:24.935: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:21 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:44:34.003: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up\\n\",\n   \"Jan 02 10:44:34.123: %OSPF-6-AREACHG: 172.16.1.0 255.255.255.0 changed from area 200 to area 100\\n\",\n   \"Jan 02 10:44:34.295: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:44:34.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:44:44.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:44:44.595: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not full duplex), with Router FastEthernet0/0 (full duplex).\\n\",\n   \"Jan 02 10:44:44.983: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Down Peer closed the session\\n\",\n   \"Jan 02 10:44:54.095: OSPF: Send with youngest Key 1\\n\",\n   \"Jan 02 10:44:54.587: %CDP-4-DUPLEX_MISMATCH: duplex mismatch discovered on FastEthernet0/0 (not full duplex), with Router FastEthernet0/0 (full duplex).\\n\",\n   \"Jan 02 10:44:54.915: %BGP-5-ADJCHANGE: neighbor 192.168.1.3 Up\\n\",\n   \"Jan 02 10:45:04.245: %SNMP-4-HIGHCPU: Process exceeds 200ms threshold (200ms IOS quantum) for GET of rmon.19.16.0--result rmon.19.16.0\\n\",\n   \"Jan 02 10:45:04.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:45:04.967: %ENVM-3-BLOWER : Fan 1 may have failed\\n\",\n   \"Jan 02 10:45:15.295: %OSPF-5-ADJCHG: Process 100, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading Done\\n\",\n   \"Jan 02 10:45:15.301: %OSPF-4-ERRRCV: Received invalid packet: Bad Checksum from 10.10.10.1, FastEthernet0/0\\n\",\n   \"Jan 02 10:45:15.463: %SEC_LOGIN-4-LOGIN_FAILED: Login failed [user: admin] [Source: 0.0.0.0] [localport: 0] [Reason: Login Authentication Failed - BadUser] at 08:42:30 UTC Wed Mar 21 2012\\n\",\n   \"Jan 02 10:45:15.735: %HSRP-5-STATECHANGE: FastEthernet0/0 Grp 1 state Active -> Speak\\n\",\n   \"Mar  8  12:31:00.967: %ENVM-3-BLOWER : Fan 1 may have failed\\n\",\n   \"Pool: Processor  Free: 21244  Cause: Memory fragmentation\\n\",\n   \"Pool: Processor  Free: 29796  Cause: Memory fragmentation\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"d01f5ee472a47f9c0aa7d47574d5c623\"\n },\n {\n  \"current_detected_format\": \"xml\",\n  \"current_detected_format_dcount\": \"1\",\n  \"current_detected_format_id\": \"0f635d0e0f3874fff8b581c132e6c7a7\",\n  \"data_name\": \"main:WinHostMon\",\n  \"data_sample_anomaly_ack_mtime\": \"N/A\",\n  \"data_sample_anomaly_ack_new_format\": \"N/A\",\n  \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n  \"data_sample_anomaly_ack_status\": \"N/A\",\n  \"data_sample_anomaly_detected\": \"0\",\n  \"data_sample_anomaly_reason\": \"normal\",\n  \"data_sample_feature\": \"enabled\",\n  \"data_sample_iteration\": \"9\",\n  \"data_sample_mtime\": \"1609589700\",\n  \"data_sample_status_colour\": \"green\",\n  \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:15:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n  \"data_sourcetype\": \"WinHostMon\",\n  \"exclusive_match_anomaly\": \"0\",\n  \"model_type\": \"inclusive\",\n  \"multiformat_detected\": \"false\",\n  \"previous_detected_format\": \"xml\",\n  \"previous_detected_format_dcount\": \"1\",\n  \"previous_detected_format_id\": \"0f635d0e0f3874fff8b581c132e6c7a7\",\n  \"raw_sample\": [\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{00000000-0000-0000-0000-000000000000}\\\" /><EventID>4771</EventID><Version>15</Version><Level>14</Level><Task>14339</Task><Opcode>15</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 12:14:21Z\\\" /><EventRecordID>201691</EventRecordID><Correlation /><Execution ProcessID=\\\"325941\\\" ThreadID=\\\"81811\\\" /><Channel>Security</Channel><Computer>ops-sys-001</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_h</Data><Data Name='TargetSid'>S-1-5-21-1445627149-1292034276-934336989-1070</Data><Data Name='ServiceName'>cc/c.local</Data><Data Name='TicketOptions'>0x40810000</Data><Data Name='Status'>0x10</Data><Data Name='PreAuthType'>15</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{03514235-4B06-11D1-AB04-01C04FC2DCD2}\\\" /><EventID>4771</EventID><Version>4</Version><Level>10</Level><Task>14339</Task><Opcode>6</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 12:14:31Z\\\" /><EventRecordID>361107</EventRecordID><Correlation /><Execution ProcessID=\\\"431250\\\" ThreadID=\\\"366351\\\" /><Channel>Security</Channel><Computer>ACME-003</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_b</Data><Data Name='TargetSid'>S-1-5-21-1245327149-1292034276-934336989-1010</Data><Data Name='ServiceName'>bb/b.local</Data><Data Name='TicketOptions'>0x40810000</Data><Data Name='Status'>0x18</Data><Data Name='PreAuthType'>15</Data><Data Name='IpAddress'>3297:d56a:994b:325a:7329:7db3:a5cb:1e9</Data><Data Name='IpPort'>0</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{43514235-4B06-11D1-AB04-00C04FC2DCD2}\\\" /><EventID>4771</EventID><Version>9</Version><Level>15</Level><Task>14339</Task><Opcode>2</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 12:13:51Z\\\" /><EventRecordID>115549</EventRecordID><Correlation /><Execution ProcessID=\\\"423087\\\" ThreadID=\\\"444350\\\" /><Channel>Security</Channel><Computer>COREDEV-004</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_l</Data><Data Name='TargetSid'>S-1-5-21-1247627149-1292034276-934336989-1020</Data><Data Name='ServiceName'>aa/a.local</Data><Data Name='TicketOptions'>0x60810010</Data><Data Name='Status'>0x10</Data><Data Name='PreAuthType'>11</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>44591</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns=\\\"http://schemas.microsoft.com/win/2004/08/events/event\\\"><System><Provider Name=\\\"Microsoft-Windows-Security-Auditing\\\" Guid=\\\"{E3514235-4B06-11D1-AB04-02C04FC2DCD2}\\\" /><EventID>4771</EventID><Version>36</Version><Level>10</Level><Task>14339</Task><Opcode>16</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime=\\\"2021-01-02 12:13:31Z\\\" /><EventRecordID>584992</EventRecordID><Correlation /><Execution ProcessID=\\\"853350\\\" ThreadID=\\\"511203\\\" /><Channel>Security</Channel><Computer>ACME-001</Computer><Security /></System><EventData><Data Name='TargetUserName'>user_k</Data><Data Name='TargetSid'>S-1-5-21-1890958050-1872069252-976643203-5898</Data><Data Name='ServiceName'>bb/b.local</Data><Data Name='TicketOptions'>0x60810010</Data><Data Name='Status'>0x18</Data><Data Name='PreAuthType'>11</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data><Data Name='CertIssuerName' /><Data Name='CertSerialNumber' /><Data Name='CertThumbprint' /></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{00000000-0000-0000-0000-000000000000}'/><EventID>4735</EventID><Version>34</Version><Level>9</Level><Task>13826</Task><Opcode>9</Opcode><Keywords>75BC0A4409B1E7D8</Keywords><TimeCreated SystemTime='2021-01-02 12:14:31Z'/><EventRecordID>743024</EventRecordID><Correlation/><Execution ProcessID='474395' ThreadID='530478'/><Channel>Security</Channel><Computer>BUSDEV-001</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='SubjectUserSid'>S-1-5-21-1245627149-1292034276-934336989-1027</Data><Data Name='SubjectUserName'>user_b</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0x3A81</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>-</Data><Data Name='SidHistory'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4728</EventID><Version>18</Version><Level>18</Level><Task>13826</Task><Opcode>13</Opcode><Keywords>13C73022958C6388</Keywords><TimeCreated SystemTime='2021-01-02 12:13:31Z'/><EventRecordID>907159</EventRecordID><Correlation/><Execution ProcessID='71186' ThreadID='791837'/><Channel>Security</Channel><Computer>HOST-002</Computer><Security/></System><EventData><Data Name='MemberName'>user_n</Data><Data Name='MemberSid'>S-1-5-32-544</Data><Data Name='TargetUserName'>user_d</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1243627149-1292034276-934336989-4020</Data><Data Name='SubjectUserSid'>S-1-5-21-1543123040-1192067256-934636039-1003</Data><Data Name='SubjectUserName'>user_a</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0x6C10</Data><Data Name='PrivilegeList'>SeTakeOwnershipPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4728</EventID><Version>46</Version><Level>8</Level><Task>13826</Task><Opcode>16</Opcode><Keywords>B7482EF4B51D7885</Keywords><TimeCreated SystemTime='2021-01-02 12:15:11Z'/><EventRecordID>591697</EventRecordID><Correlation/><Execution ProcessID='339351' ThreadID='210867'/><Channel>Security</Channel><Computer>BUSDEV-005</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1893938050-5465116515-976643203-9858</Data><Data Name='SubjectUserSid'>S-1-5-21-1893938050-5465116515-976643203-9858</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0xA19C</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4732</EventID><Version>43</Version><Level>15</Level><Task>13826</Task><Opcode>16</Opcode><Keywords>1C42A5AA40833F28</Keywords><TimeCreated SystemTime='2021-01-02 12:14:21Z'/><EventRecordID>215617</EventRecordID><Correlation/><Execution ProcessID='447001' ThreadID='261227'/><Channel>Security</Channel><Computer>PROD-POS-005</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-1245327149-1292034276-934336989-1010</Data><Data Name='TargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1547923040-1192067256-934636039-3000</Data><Data Name='SubjectUserSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='SubjectUserName'>user_e</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0x0452</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4738</EventID><Version>17</Version><Level>10</Level><Task>13824</Task><Opcode>1</Opcode><Keywords>2FA24820C1AE8E2B</Keywords><TimeCreated SystemTime='2021-01-02 12:13:21Z'/><EventRecordID>590790</EventRecordID><Correlation/><Execution ProcessID='429578' ThreadID='928352'/><Channel>Security</Channel><Computer>BUSDEV-005</Computer><Security/></System><EventData><Data Name='Dummy'>-</Data><Data Name='TargetUserName'>user_k</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetSid'>S-1-5-21-1246627149-1292034276-934336989-7020</Data><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='SubjectUserName'>user_l</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0xAB37</Data><Data Name='PrivilegeList'>SeDebugPrivilege</Data><Data Name='SamAccountName'>user_g</Data><Data Name='DisplayName'>user_g</Data><Data Name='UserPrincipalName'>aaa@AAA.local</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'><never></Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>211</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0xAFEAB03</Data><Data Name='NewUacValue'>0x5429844</Data><Data Name='UserAccountControl'>-</Data><Data Name='UserParameters'>-</Data><Data Name='SidHistory'>S-1-5-21-1245327149-1292034276-934336989-1040</Data><Data Name='LogonHours'>%%1797</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4756</EventID><Version>45</Version><Level>2</Level><Task>8</Task><Opcode>1</Opcode><Keywords>382EBEEE9BADF100</Keywords><TimeCreated SystemTime='2021-01-02 12:13:21Z'/><EventRecordID>395486</EventRecordID><Correlation/><Execution ProcessID='221121' ThreadID='644793'/><Channel>Security</Channel><Computer>ACME-001</Computer><Security/></System><EventData><Data Name='MemberName'>CN=user_b,CN=Users,DC=windows,DC=local</Data><Data Name='MemberSid'>ACME-001\\\\user_b</Data><Data Name='TargetUserName'>Universal-Security-Group1</Data><Data Name='TargetDomainName'>ACME-001</Data><Data Name='TargetSid'>ACME-001\\\\Universal-Security-Group1</Data><Data Name='SubjectUserSid'>ACME-001\\\\Administrator</Data><Data Name='SubjectUserName'>user_b</Data><Data Name='SubjectDomainName'>ACME-001</Data><Data Name='SubjectLogonId'>0x3A81</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4756</EventID><Version>4</Version><Level>12</Level><Task>10</Task><Opcode>13</Opcode><Keywords>DEFC5C3243DF842F</Keywords><TimeCreated SystemTime='2021-01-02 12:13:51Z'/><EventRecordID>218937</EventRecordID><Correlation/><Execution ProcessID='524950' ThreadID='636201'/><Channel>Security</Channel><Computer>HOST-002</Computer><Security/></System><EventData><Data Name='MemberName'>CN=user_j,CN=Users,DC=windows,DC=local</Data><Data Name='MemberSid'>HOST-002\\\\user_j</Data><Data Name='TargetUserName'>Universal-Security-Group</Data><Data Name='TargetDomainName'>HOST-002</Data><Data Name='TargetSid'>HOST-002\\\\Universal-Security-Group</Data><Data Name='SubjectUserSid'>HOST-002\\\\Administrator</Data><Data Name='SubjectUserName'>user_j</Data><Data Name='SubjectDomainName'>HOST-002</Data><Data Name='SubjectLogonId'>0xB111</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4776</EventID><Version>35</Version><Level>16</Level><Task>14336</Task><Opcode>18</Opcode><Keywords>Failure Audit</Keywords><TimeCreated SystemTime='2021-01-02 12:14:51Z'/><EventRecordID>90919</EventRecordID><Correlation/><Execution ProcessID='330217' ThreadID='53893'/><Channel>Security</Channel><Computer>SE-006</Computer><Security/></System><EventData><Data Name='PackageName'>MICROSOFT_AUTHENTICATION_PACKAGE_V1_0</Data><Data Name='TargetUserName'>user_e</Data><Data Name='Workstation'>Domain_E</Data><Data Name='Status'>0xC0000234</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4781</EventID><Version>46</Version><Level>2</Level><Task>13824</Task><Opcode>8</Opcode><Keywords>6600AD16055C25F3</Keywords><TimeCreated SystemTime='2021-01-02 12:14:31Z'/><EventRecordID>93035</EventRecordID><Correlation/><Execution ProcessID='19804' ThreadID='542599'/><Channel>Security</Channel><Computer>BUSDEV-007</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_l</Data><Data Name='NewTargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1890958050-1872069252-976643203-5898</Data><Data Name='SubjectUserSid'>S-1-5-21-1243627149-1292034276-934336989-4020</Data><Data Name='SubjectUserName'>user_g</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0xEB5F</Data><Data Name='PrivilegeList'>SeTakeOwnershipPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4781</EventID><Version>47</Version><Level>9</Level><Task>13824</Task><Opcode>19</Opcode><Keywords>2DECDFE2CA889784</Keywords><TimeCreated SystemTime='2021-01-02 12:14:01Z'/><EventRecordID>771549</EventRecordID><Correlation/><Execution ProcessID='932466' ThreadID='80256'/><Channel>Security</Channel><Computer>ACME-001</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_f</Data><Data Name='NewTargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1543223040-1192067256-934636039-1030</Data><Data Name='SubjectUserSid'>S-1-5-21-1245627149-1292034276-934336989-1027</Data><Data Name='SubjectUserName'>user_n</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0x4D76</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{03514235-4B06-11D1-AB04-01C04FC2DCD2}'/><EventID>4907</EventID><Version>7</Version><Level>15</Level><Task>13568</Task><Opcode>14</Opcode><Keywords>E8DA80A86ECB02D0</Keywords><TimeCreated SystemTime='2021-01-02 12:14:41Z'/><EventRecordID>826525</EventRecordID><Correlation/><Execution ProcessID='835560' ThreadID='190000'/><Channel>Security</Channel><Computer>COREDEV-003</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='SubjectUserName'>user_m</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0x46BA</Data><Data Name='ObjectServer'>Security</Data><Data Name='ObjectType'>Key</Data><Data Name='ObjectName'>\\\\REGISTRY\\\\MACHINE\\\\SYSTEM\\\\ControlSet001\\\\Services\\\\EventLog\\\\App_B</Data><Data Name='HandleId'>0x9E5C</Data><Data Name='OldSd'>O:SYG:SYD:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)</Data><Data Name='NewSd'>S:ARAI(AU;SAFA;0x1f0116;;;WD)</Data><Data Name='ProcessId'>0x2C0D</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_b.exe</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{0887F1E4-39EA-D53C-804F-31D568A06274}'/><EventID>4624</EventID><Version>8</Version><Level>2</Level><Task>12544</Task><Opcode>15</Opcode><Keywords>610609286E3E6177</Keywords><TimeCreated SystemTime='2021-01-02 12:13:41Z'/><EventRecordID>336764</EventRecordID><Correlation/><Execution ProcessID='113196' ThreadID='892612'/><Channel>Security</Channel><Computer>BUSDEV-005</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1245627149-1292034276-934336989-1027</Data><Data Name='SubjectUserName'>user_c</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0x5FC9</Data><Data Name='TargetUserSid'>S-1-5-21-1245227149-1292034276-934336989-1024</Data><Data Name='TargetUserName'>user_c</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetLogonId'>0x5FC9</Data><Data Name='LogonType'>5</Data><Data Name='LogonProcessName'>User32</Data><Data Name='AuthenticationPackageName'>Negotiate</Data><Data Name='WorkstationName'></Data><Data Name='LogonGuid'>{12F9A27C-BF97-4787-9364-D3138C55EB04}</Data><Data Name='TransmittedServices'>-</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0x438B</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_a.exe</Data><Data Name='IpAddress'>9fb9:2256:8e3f:4073:abfa:1980:4bf:ea22</Data><Data Name='IpPort'>31286</Data><Data Name='ImpersonationLevel'>%%1833</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{0887F1E4-39EA-D53C-804F-31D568A06274}'/><EventID>4735</EventID><Version>24</Version><Level>12</Level><Task>13826</Task><Opcode>14</Opcode><Keywords>1E13BADEF215E815</Keywords><TimeCreated SystemTime='2021-01-02 12:14:51Z'/><EventRecordID>24520</EventRecordID><Correlation/><Execution ProcessID='429443' ThreadID='980663'/><Channel>Security</Channel><Computer>BUSDEV-002</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_i</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1543923040-1192067256-934636039-1006</Data><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='SubjectUserName'>user_n</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0x4D76</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_h</Data><Data Name='SidHistory'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4625</EventID><Version>1</Version><Level>5</Level><Task>12544</Task><Opcode>6</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:13:31Z'/><EventRecordID>799995</EventRecordID><Correlation/><Execution ProcessID='164087' ThreadID='18053'/><Channel>Security</Channel><Computer>BUSDEV-003</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='SubjectUserName'>user_e</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0452</Data><Data Name='TargetUserSid'>S-1-5-21-1246627149-1292034276-934336989-7020</Data><Data Name='TargetUserName'>user_e</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='Status'>Failure Audit</Data><Data Name='FailureReason'>%%2304</Data><Data Name='SubStatus'>Failure Audit</Data><Data Name='LogonType'>4</Data><Data Name='LogonProcessName'>Winlogon</Data><Data Name='AuthenticationPackageName'>Negotiate</Data><Data Name='WorkstationName'>Domain_B</Data><Data Name='TransmittedServices'>service_A</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0x0FCC</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_c.exe</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>28339</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4672</EventID><Version>45</Version><Level>17</Level><Task>12548</Task><Opcode>12</Opcode><Keywords>709E70DC9053E53C</Keywords><TimeCreated SystemTime='2021-01-02 12:13:31Z'/><EventRecordID>402838</EventRecordID><Correlation/><Execution ProcessID='601687' ThreadID='225553'/><Channel>Security</Channel><Computer>COREDEV-005</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1893258050-1872069252-976643203-9828</Data><Data Name='SubjectUserName'>user_d</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>3EC3</Data><Data Name='PrivilegeList'>SeAssignPrimaryTokenPrivilege\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4720</EventID><Version>34</Version><Level>20</Level><Task>13824</Task><Opcode>9</Opcode><Keywords>FB590F36A7B11E0F</Keywords><TimeCreated SystemTime='2021-01-02 12:14:41Z'/><EventRecordID>969976</EventRecordID><Correlation/><Execution ProcessID='497115' ThreadID='329939'/><Channel>Security</Channel><Computer>PROD-MFS-001</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1547923040-1192067256-934636039-3000</Data><Data Name='SubjectUserSid'>S-1-5-21-1543423040-1192067256-934636039-1009</Data><Data Name='SubjectUserName'>user_m</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>46BA</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_h</Data><Data Name='DisplayName'>%%1793</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>%%1794</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>822</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0x257153D</Data><Data Name='NewUacValue'>0xB4B8C08</Data><Data Name='UserAccountControl'>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4781</EventID><Version>30</Version><Level>10</Level><Task>13824</Task><Opcode>17</Opcode><Keywords>F43A8E4072C96191</Keywords><TimeCreated SystemTime='2021-01-02 12:15:01Z'/><EventRecordID>463375</EventRecordID><Correlation/><Execution ProcessID='733781' ThreadID='410410'/><Channel>Security</Channel><Computer>ACME-003</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_n</Data><Data Name='NewTargetUserName'>user_a</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1543123040-1192067256-934636039-1003</Data><Data Name='SubjectUserSid'>S-1-5-21-1893938050-5465116515-976643203-9858</Data><Data Name='SubjectUserName'>user_a</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0x6C10</Data><Data Name='PrivilegeList'>SeAssignPrimaryTokenPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D3138C55EB04}'/><EventID>4797</EventID><Version>36</Version><Level>18</Level><Task>13824</Task><Opcode>8</Opcode><Keywords>E6057807E24C7F41</Keywords><TimeCreated SystemTime='2021-01-02 12:15:01Z'/><EventRecordID>909794</EventRecordID><Correlation/><Execution ProcessID='51708' ThreadID='821747'/><Channel>Security</Channel><Computer>ops-sys-001</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1245627149-1292034276-934336989-1027</Data><Data Name='SubjectUserName'>user_l</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xAB37</Data><Data Name='Workstation'>Domain_A</Data><Data Name='TargetUserName'>user_e</Data><Data Name='TargetDomainName'>Domain_A</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4756</EventID><Version>6</Version><Level>12</Level><Task>1</Task><Opcode>11</Opcode><Keywords>6E944E9A17DF3919</Keywords><TimeCreated SystemTime='2021-01-02 12:14:01Z'/><EventRecordID>234701</EventRecordID><Correlation/><Execution ProcessID='645148' ThreadID='675980'/><Channel>Security</Channel><Computer>HOST-003</Computer><Security/></System><EventData><Data Name='MemberName'>CN=user_h,CN=Users,DC=windows,DC=local</Data><Data Name='MemberSid'>HOST-003\\\\user_h</Data><Data Name='TargetUserName'>Universal-Security-Group</Data><Data Name='TargetDomainName'>HOST-003</Data><Data Name='TargetSid'>HOST-003\\\\Universal-Security-Group</Data><Data Name='SubjectUserSid'>HOST-003\\\\Administrator</Data><Data Name='SubjectUserName'>user_h</Data><Data Name='SubjectDomainName'>HOST-003</Data><Data Name='SubjectLogonId'>0xA19C</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{12F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4781</EventID><Version>23</Version><Level>19</Level><Task>13824</Task><Opcode>11</Opcode><Keywords>7CD86228237E7B39</Keywords><TimeCreated SystemTime='2021-01-02 12:15:01Z'/><EventRecordID>822791</EventRecordID><Correlation/><Execution ProcessID='717487' ThreadID='490781'/><Channel>Security</Channel><Computer>HOST-002</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_a</Data><Data Name='NewTargetUserName'>user_i</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1547923040-1192067256-934636039-3000</Data><Data Name='SubjectUserSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='SubjectUserName'>user_l</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xAB37</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4624</EventID><Version>15</Version><Level>6</Level><Task>12544</Task><Opcode>2</Opcode><Keywords>D6902C6ACDE30EF6</Keywords><TimeCreated SystemTime='2021-01-02 12:15:11Z'/><EventRecordID>637987</EventRecordID><Correlation/><Execution ProcessID='747781' ThreadID='603172'/><Channel>Security</Channel><Computer>PROD-MFS-005</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-32-544</Data><Data Name='SubjectUserName'>user_k</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0xBAC3</Data><Data Name='TargetUserSid'>S-1-5-21-1547923040-1192067256-934636039-3000</Data><Data Name='TargetUserName'>user_k</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetLogonId'>0xBAC3</Data><Data Name='LogonType'>8</Data><Data Name='LogonProcessName'>logonProcess1</Data><Data Name='AuthenticationPackageName'>Negotiate</Data><Data Name='WorkstationName'></Data><Data Name='LogonGuid'>{03514235-4B06-11D1-AB04-01C04FC2DCD2}</Data><Data Name='TransmittedServices'>service_A</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0xE988</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_c.exe</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data><Data Name='ImpersonationLevel'>%%1833</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4625</EventID><Version>6</Version><Level>4</Level><Task>12544</Task><Opcode>14</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:13:51Z'/><EventRecordID>772070</EventRecordID><Correlation/><Execution ProcessID='359772' ThreadID='959345'/><Channel>Security</Channel><Computer>ops-sys-003</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1890958050-1872069252-976643203-5898</Data><Data Name='SubjectUserName'>user_j</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>B111</Data><Data Name='TargetUserSid'>S-1-5-21-1245327149-1292034276-934336989-1040</Data><Data Name='TargetUserName'>user_j</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='Status'>Failure Audit</Data><Data Name='FailureReason'>%%2304</Data><Data Name='SubStatus'>Failure Audit</Data><Data Name='LogonType'>2</Data><Data Name='LogonProcessName'>Winlogon</Data><Data Name='AuthenticationPackageName'>Negotiate</Data><Data Name='WorkstationName'>Domain_C</Data><Data Name='TransmittedServices'>service_A</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0x1BC4</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_b.exe</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4728</EventID><Version>19</Version><Level>4</Level><Task>13826</Task><Opcode>17</Opcode><Keywords>E89442F9B3D9C8CA</Keywords><TimeCreated SystemTime='2021-01-02 12:14:11Z'/><EventRecordID>863655</EventRecordID><Correlation/><Execution ProcessID='293683' ThreadID='173759'/><Channel>Security</Channel><Computer>PROD-POS-006</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-1245627149-1292034276-934336989-1027</Data><Data Name='TargetUserName'>user_k</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1006</Data><Data Name='SubjectUserName'>user_j</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0xB111</Data><Data Name='PrivilegeList'>SeDelegateSessionUserImpersonatePrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4728</EventID><Version>49</Version><Level>16</Level><Task>13826</Task><Opcode>2</Opcode><Keywords>D6A55DB452DFE13E</Keywords><TimeCreated SystemTime='2021-01-02 12:15:01Z'/><EventRecordID>11727</EventRecordID><Correlation/><Execution ProcessID='101356' ThreadID='181543'/><Channel>Security</Channel><Computer>PROD-POS-005</Computer><Security/></System><EventData><Data Name='MemberName'>user_a</Data><Data Name='MemberSid'>S-1-5-21-1893958050-1872069252-976643203-9892</Data><Data Name='TargetUserName'>user_j</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1547923040-1192067256-934636039-3000</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>user_j</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0xB111</Data><Data Name='PrivilegeList'>SeAssignPrimaryTokenPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{221B21A6-1AE2-3F9A-24EF-22C392AC2A47}'/><EventID>4781</EventID><Version>50</Version><Level>19</Level><Task>13824</Task><Opcode>7</Opcode><Keywords>8A33D2EC2337DB21</Keywords><TimeCreated SystemTime='2021-01-02 12:14:41Z'/><EventRecordID>352679</EventRecordID><Correlation/><Execution ProcessID='654783' ThreadID='801674'/><Channel>Security</Channel><Computer>PROD-POS-002</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_m</Data><Data Name='NewTargetUserName'>user_j</Data><Data Name='TargetDomainName'>Domain_E</Data><Data Name='TargetSid'>S-1-5-21-1893558050-1872069252-976643203-9895</Data><Data Name='SubjectUserSid'>S-1-5-21-1245327149-1292034276-934336989-1010</Data><Data Name='SubjectUserName'>user_m</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0x46BA</Data><Data Name='PrivilegeList'>SeTakeOwnershipPrivilege</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4672</EventID><Version>47</Version><Level>12</Level><Task>12548</Task><Opcode>1</Opcode><Keywords>3C308378DFAC1E0B</Keywords><TimeCreated SystemTime='2021-01-02 12:13:11Z'/><EventRecordID>322299</EventRecordID><Correlation/><Execution ProcessID='780528' ThreadID='804491'/><Channel>Security</Channel><Computer>BUSDEV-001</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1543123040-8745867498-934636039-1060</Data><Data Name='SubjectUserName'>user_k</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>BAC3</Data><Data Name='PrivilegeList'>SeAssignPrimaryTokenPrivilege\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4756</EventID><Version>11</Version><Level>17</Level><Task>4</Task><Opcode>11</Opcode><Keywords>2B91326C7AAEA82D</Keywords><TimeCreated SystemTime='2021-01-02 12:13:41Z'/><EventRecordID>288183</EventRecordID><Correlation/><Execution ProcessID='382703' ThreadID='444125'/><Channel>Security</Channel><Computer>COREDEV-005</Computer><Security/></System><EventData><Data Name='MemberName'>CN=user_n,CN=Users,DC=windows,DC=local</Data><Data Name='MemberSid'>COREDEV-005\\\\user_n</Data><Data Name='TargetUserName'>Universal-Security-Group1</Data><Data Name='TargetDomainName'>COREDEV-005</Data><Data Name='TargetSid'>COREDEV-005\\\\Universal-Security-Group1</Data><Data Name='SubjectUserSid'>COREDEV-005\\\\Administrator</Data><Data Name='SubjectUserName'>user_n</Data><Data Name='SubjectDomainName'>COREDEV-005</Data><Data Name='SubjectLogonId'>0x4D76</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4756</EventID><Version>46</Version><Level>4</Level><Task>9</Task><Opcode>20</Opcode><Keywords>B0CAC429F6B64745</Keywords><TimeCreated SystemTime='2021-01-02 12:14:11Z'/><EventRecordID>768603</EventRecordID><Correlation/><Execution ProcessID='844437' ThreadID='382806'/><Channel>Security</Channel><Computer>COREDEV-002</Computer><Security/></System><EventData><Data Name='MemberName'>CN=user_l,CN=Users,DC=windows,DC=local</Data><Data Name='MemberSid'>COREDEV-002\\\\user_l</Data><Data Name='TargetUserName'>Universal-Security-Group1</Data><Data Name='TargetDomainName'>COREDEV-002</Data><Data Name='TargetSid'>COREDEV-002\\\\Universal-Security-Group1</Data><Data Name='SubjectUserSid'>COREDEV-002\\\\Administrator</Data><Data Name='SubjectUserName'>user_l</Data><Data Name='SubjectDomainName'>COREDEV-002</Data><Data Name='SubjectLogonId'>0xAB37</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4797</EventID><Version>9</Version><Level>5</Level><Task>13824</Task><Opcode>17</Opcode><Keywords>7E924D324C85A96F</Keywords><TimeCreated SystemTime='2021-01-02 12:14:51Z'/><EventRecordID>708985</EventRecordID><Correlation/><Execution ProcessID='132771' ThreadID='587764'/><Channel>Security</Channel><Computer>COREDEV-003</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1245227149-1292034276-934336989-1024</Data><Data Name='SubjectUserName'>user_d</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0x3EC3</Data><Data Name='Workstation'>Domain_E</Data><Data Name='TargetUserName'>user_k</Data><Data Name='TargetDomainName'>Domain_E</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{27C4A2F2-13CA-AA25-E903-D31268740239}'/><EventID>4799</EventID><Version>31</Version><Level>7</Level><Task>4</Task><Opcode>16</Opcode><Keywords>0x54A127AD6AAF089F</Keywords><TimeCreated SystemTime='2021-01-02 12:14:11Z'/><EventRecordID>478149</EventRecordID><Correlation/><Execution ProcessID='975155' ThreadID='98251'/><Channel>Security</Channel><Computer>user.local.machine</Computer><Security/></System><EventData><Data Name='TargetUserName'>abc</Data><Data Name='TargetDomainName'>abc</Data><Data Name='TargetSid'>WINDOWS\\\\krbtgt</Data><Data Name='SubjectUserSid'>WINDOWS\\\\krbtgt</Data><Data Name='SubjectUserName'>abc</Data><Data Name='SubjectDomainName'>abc</Data><Data Name='SubjectLogonId'>0x2D9</Data><Data Name='CallerProcessId'>0x2D9</Data><Data Name='CallerProcessName'>D:\\\\Windows\\\\System32\\\\3E58892.exe</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4625</EventID><Version>47</Version><Level>14</Level><Task>12544</Task><Opcode>11</Opcode><Keywords>0x8010000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:13:21Z'/><EventRecordID>160804</EventRecordID><Correlation/><Execution ProcessID='57127' ThreadID='547541'/><Channel>Security</Channel><Computer>SE-002</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1543123040-8745867498-934636039-1060</Data><Data Name='SubjectUserName'>user_f</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>A369</Data><Data Name='TargetUserSid'>S-1-5-21-1593958050-8945515464-976643203-9888</Data><Data Name='TargetUserName'>user_f</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='Status'>Failure Audit</Data><Data Name='FailureReason'>%%2304</Data><Data Name='SubStatus'>Failure Audit</Data><Data Name='LogonType'>7</Data><Data Name='LogonProcessName'>Winlogon</Data><Data Name='AuthenticationPackageName'>Kerberos</Data><Data Name='WorkstationName'>Domain_B</Data><Data Name='TransmittedServices'>service_A</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0x06DF</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_c.exe</Data><Data Name='IpAddress'>::1</Data><Data Name='IpPort'>0</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{43514235-4B06-11D1-AB04-00C04FC2DCD2}'/><EventID>4720</EventID><Version>10</Version><Level>5</Level><Task>13824</Task><Opcode>17</Opcode><Keywords>7E072618A18F0329</Keywords><TimeCreated SystemTime='2021-01-02 12:14:21Z'/><EventRecordID>903013</EventRecordID><Correlation/><Execution ProcessID='856563' ThreadID='592971'/><Channel>Security</Channel><Computer>ops-sys-002</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_d</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1543123040-8745867498-934636039-1060</Data><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='SubjectUserName'>user_a</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>6C10</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_d</Data><Data Name='DisplayName'>%%1793</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>%%1794</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>879</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0xB52D155</Data><Data Name='NewUacValue'>0x3085B5E</Data><Data Name='UserAccountControl'>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4722</EventID><Version>0</Version><Level>0</Level><Task>13824</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:13:51Z'/><EventRecordID>1851</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='3228'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='TargetUserName'>aramani</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0x9caebb</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{54849625-5478-4994-A5BA-3E3B0328C30D}'/><EventID>4728</EventID><Version>0</Version><Level>0</Level><Task>13826</Task><Opcode>0</Opcode><Keywords>0x8020000000000000</Keywords><TimeCreated SystemTime='2021-01-02 12:14:01Z'/><EventRecordID>1849</EventRecordID><Correlation/><Execution ProcessID='508' ThreadID='3228'/><Channel>Security</Channel><Computer>WIN-9DV9ENFEJEG</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-3971707290-3287975982-528657165-1001</Data><Data Name='TargetUserName'>None</Data><Data Name='TargetDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='TargetSid'>S-1-5-21-3971707290-3287975982-528657165-513</Data><Data Name='SubjectUserSid'>S-1-5-21-3971707290-3287975982-528657165-500</Data><Data Name='SubjectUserName'>Administrator</Data><Data Name='SubjectDomainName'>WIN-9DV9ENFEJEG</Data><Data Name='SubjectLogonId'>0x9caebb</Data><Data Name='PrivilegeList'>-</Data></EventData></Event></Events>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{82F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4624</EventID><Version>14</Version><Level>19</Level><Task>12544</Task><Opcode>16</Opcode><Keywords>2EE8DB3681C874EC</Keywords><TimeCreated SystemTime='2021-01-02 12:14:01Z'/><EventRecordID>291765</EventRecordID><Correlation/><Execution ProcessID='794305' ThreadID='656917'/><Channel>Security</Channel><Computer>HOST-002</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1548923040-1192067256-934636039-6000</Data><Data Name='SubjectUserName'>user_d</Data><Data Name='SubjectDomainName'>Domain_E</Data><Data Name='SubjectLogonId'>0x3EC3</Data><Data Name='TargetUserSid'>S-1-5-21-1243627149-1292034276-934336989-4020</Data><Data Name='TargetUserName'>user_d</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetLogonId'>0x3EC3</Data><Data Name='LogonType'>3</Data><Data Name='LogonProcessName'>User32</Data><Data Name='AuthenticationPackageName'>Kerberos</Data><Data Name='WorkstationName'></Data><Data Name='LogonGuid'>{27C4A2F2-13CA-AA25-E903-D31268740239}</Data><Data Name='TransmittedServices'>-</Data><Data Name='LmPackageName'>-</Data><Data Name='KeyLength'>0</Data><Data Name='ProcessId'>0x3E03</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\example_f.exe</Data><Data Name='IpAddress'>fa7c:7c28:3581:2a38:6ed1:e765:a4cb:acf0</Data><Data Name='IpPort'>0</Data><Data Name='ImpersonationLevel'>%%1833</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{82F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4634</EventID><Version>42</Version><Level>18</Level><Task>12545</Task><Opcode>0</Opcode><Keywords>9FEB9E5C84C474E3</Keywords><TimeCreated SystemTime='2021-01-02 12:13:21Z'/><EventRecordID>747232</EventRecordID><Correlation/><Execution ProcessID='728297' ThreadID='268976'/><Channel>Security</Channel><Computer>SE-003</Computer><Security/></System><EventData><Data Name='TargetUserSid'>=S-1-5-21-1893258050-1872069252-976643203-9828</Data><Data Name='TargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetLogonId'>A19C</Data><Data Name='LogonType'>10</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{82F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4728</EventID><Version>36</Version><Level>1</Level><Task>13826</Task><Opcode>9</Opcode><Keywords>C72A561BDC76D3A1</Keywords><TimeCreated SystemTime='2021-01-02 12:14:31Z'/><EventRecordID>666669</EventRecordID><Correlation/><Execution ProcessID='964014' ThreadID='444566'/><Channel>Security</Channel><Computer>ACME-004</Computer><Security/></System><EventData><Data Name='MemberName'>user_i</Data><Data Name='MemberSid'>S-1-5-21-838359158-542134535-930774774-22481</Data><Data Name='TargetUserName'>user_l</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1893958050-1872069252-976643203-2898</Data><Data Name='SubjectUserSid'>S-1-5-21-1543123040-8745867498-934636039-1060</Data><Data Name='SubjectUserName'>user_f</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0xA369</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{82F9A27C-BF97-4787-9364-D31B6C55EB04}'/><EventID>4781</EventID><Version>26</Version><Level>9</Level><Task>13824</Task><Opcode>1</Opcode><Keywords>0DCA0E60C26545EA</Keywords><TimeCreated SystemTime='2021-01-02 12:15:11Z'/><EventRecordID>891200</EventRecordID><Correlation/><Execution ProcessID='345444' ThreadID='641866'/><Channel>Security</Channel><Computer>ACME-003</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_k</Data><Data Name='NewTargetUserName'>user_e</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1890958050-1872069252-976643203-8898</Data><Data Name='SubjectUserSid'>S-1-5-21-1543423040-1192067256-934636039-1009</Data><Data Name='SubjectUserName'>user_e</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>0x0452</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-00C24FC2DCD2}'/><EventID>4648</EventID><Version>8</Version><Level>17</Level><Task>1</Task><Opcode>13</Opcode><Keywords>0x3A8D378570710F3B</Keywords><TimeCreated SystemTime='2021-01-02 12:14:51Z'/><EventRecordID>138947</EventRecordID><Correlation/><Execution ProcessID='231087' ThreadID='227462'/><Channel>Security</Channel><Computer>user.local.machine</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>WINDOWS\\\\TASERVER$</Data><Data Name='SubjectUserName'>TASERVER$</Data><Data Name='SubjectDomainName'>TASERVER$</Data><Data Name='SubjectLogonId'>0xE4D</Data><Data Name='LogonGuid'>{E3514235-4B06-11D1-AB04-00C24FC2DCD2}</Data><Data Name='TargetUserName'>TASERVER$</Data><Data Name='TargetDomainName'>WINDOWS.LOCAL</Data><Data Name='TargetLogonGuid'>{E3514235-4B06-11D1-AB04-00C24FC2DCD2}</Data><Data Name='TargetServerName'>TASERVER$</Data><Data Name='TargetInfo'>TASERVER$</Data><Data Name='ProcessId'>0xE4D</Data><Data Name='ProcessName'>C:\\\\Windows\\\\System32\\\\26BBC83.exe</Data><Data Name='IpAddress'>189.233.103.123</Data><Data Name='IpPort'>977</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-00C24FC2DCD2}'/><EventID>4672</EventID><Version>37</Version><Level>19</Level><Task>12548</Task><Opcode>19</Opcode><Keywords>1CE4A167FFA0AF1A</Keywords><TimeCreated SystemTime='2021-01-02 12:15:11Z'/><EventRecordID>376884</EventRecordID><Correlation/><Execution ProcessID='887259' ThreadID='992489'/><Channel>Security</Channel><Computer>ops-sys-002</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1245627149-1292034276-934336989-1021</Data><Data Name='SubjectUserName'>user_j</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>B111</Data><Data Name='PrivilegeList'>SeAssignPrimaryTokenPrivilege\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-00C24FC2DCD2}'/><EventID>4720</EventID><Version>7</Version><Level>16</Level><Task>13824</Task><Opcode>6</Opcode><Keywords>061704A8222E73D8</Keywords><TimeCreated SystemTime='2021-01-02 12:13:41Z'/><EventRecordID>910410</EventRecordID><Correlation/><Execution ProcessID='56637' ThreadID='547829'/><Channel>Security</Channel><Computer>ops-sys-003</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_h</Data><Data Name='TargetDomainName'>Domain_B</Data><Data Name='TargetSid'>S-1-5-21-1543123040-1192067256-934636039-1003</Data><Data Name='SubjectUserSid'>S-1-5-21-1893558050-1872069252-976643203-9895</Data><Data Name='SubjectUserName'>user_c</Data><Data Name='SubjectDomainName'>Domain_B</Data><Data Name='SubjectLogonId'>5FC9</Data><Data Name='PrivilegeList'>-</Data><Data Name='SamAccountName'>user_h</Data><Data Name='DisplayName'>%%1793</Data><Data Name='UserPrincipalName'>-</Data><Data Name='HomeDirectory'>%%1793</Data><Data Name='HomePath'>%%1793</Data><Data Name='ScriptPath'>%%1793</Data><Data Name='ProfilePath'>%%1793</Data><Data Name='UserWorkstations'>%%1793</Data><Data Name='PasswordLastSet'>%%1794</Data><Data Name='AccountExpires'>%%1794</Data><Data Name='PrimaryGroupId'>350</Data><Data Name='AllowedToDelegateTo'>server_2/computer_b</Data><Data Name='OldUacValue'>0x90B7525</Data><Data Name='NewUacValue'>0x887A1B1</Data><Data Name='UserAccountControl'>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-00C24FC2DCD2}'/><EventID>4732</EventID><Version>18</Version><Level>12</Level><Task>13826</Task><Opcode>16</Opcode><Keywords>84ABDC8B69EC7A2C</Keywords><TimeCreated SystemTime='2021-01-02 12:14:41Z'/><EventRecordID>973179</EventRecordID><Correlation/><Execution ProcessID='472145' ThreadID='670866'/><Channel>Security</Channel><Computer>PROD-POS-004</Computer><Security/></System><EventData><Data Name='MemberName'>-</Data><Data Name='MemberSid'>S-1-5-21-1246627149-1292034276-934336989-7020</Data><Data Name='TargetUserName'>user_g</Data><Data Name='TargetDomainName'>Domain_A</Data><Data Name='TargetSid'>S-1-5-21-1893258050-1872069252-976643203-9828</Data><Data Name='SubjectUserSid'>S-1-5-21-1245227149-1292034276-934336989-1024</Data><Data Name='SubjectUserName'>user_j</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xB111</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4722</EventID><Version>18</Version><Level>8</Level><Task>13824</Task><Opcode>2</Opcode><Keywords>BB7E1B51E13542B8</Keywords><TimeCreated SystemTime='2021-01-02 12:14:11Z'/><EventRecordID>924760</EventRecordID><Correlation/><Execution ProcessID='607134' ThreadID='320476'/><Channel>Security</Channel><Computer>PROD-MFS-001</Computer><Security/></System><EventData><Data Name='TargetUserName'>user_e</Data><Data Name='TargetDomainName'>Domain_D</Data><Data Name='TargetSid'>S-1-5-21-1543223040-1192067256-934636039-1030</Data><Data Name='SubjectUserSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='SubjectUserName'>user_b</Data><Data Name='SubjectDomainName'>Domain_D</Data><Data Name='SubjectLogonId'>0x0452</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4768</EventID><Version>16</Version><Level>5</Level><Task>9</Task><Opcode>12</Opcode><Keywords>0xD588E3AC50AFE84C</Keywords><TimeCreated SystemTime='2021-01-02 12:13:11Z'/><EventRecordID>218952</EventRecordID><Correlation/><Execution ProcessID='634303' ThreadID='257473'/><Channel>Security</Channel><Computer>user.local.machine</Computer><Security/></System><EventData><Data Name='TargetUserName'>SERVER2012R2$</Data><Data Name='TargetDomainName'>abc.xyz</Data><Data Name='TargetSid'>WINDOWS\\\\krbtgt</Data><Data Name='ServiceName'>10EF3394</Data><Data Name='ServiceSid'>SERVER2012R2$\\\\10EF3394</Data><Data Name='TicketOptions'>0x10EF3394</Data><Data Name='Status'>0x5</Data><Data Name='TicketEncryptionType'>0x79</Data><Data Name='PreAuthType'>2</Data><Data Name='IpAddress'>::ffff:10.0.3.143</Data><Data Name='IpPort'>58144</Data><Data Name='CertIssuerName'></Data><Data Name='CertSerialNumber'></Data><Data Name='CertThumbprint'></Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4781</EventID><Version>47</Version><Level>8</Level><Task>13824</Task><Opcode>12</Opcode><Keywords>528841732BA68313</Keywords><TimeCreated SystemTime='2021-01-02 12:14:21Z'/><EventRecordID>733313</EventRecordID><Correlation/><Execution ProcessID='718222' ThreadID='636237'/><Channel>Security</Channel><Computer>SE-004</Computer><Security/></System><EventData><Data Name='OldTargetUserName'>user_j</Data><Data Name='NewTargetUserName'>user_c</Data><Data Name='TargetDomainName'>Domain_C</Data><Data Name='TargetSid'>S-1-5-21-1543923040-1192067256-934636039-1000</Data><Data Name='SubjectUserSid'>S-1-5-21-1893958050-1872069252-976643203-9898</Data><Data Name='SubjectUserName'>user_n</Data><Data Name='SubjectDomainName'>Domain_C</Data><Data Name='SubjectLogonId'>0x4D76</Data><Data Name='PrivilegeList'>-</Data></EventData></Event>\\n\",\n   \"<Event xmlns='http://schemas.microsoft.com/win/2004/08/events/event'><System><Provider Name='Microsoft-Windows-Security-Auditing' Guid='{E3514235-4B06-11D1-AB04-02C04FC2DCD2}'/><EventID>4797</EventID><Version>24</Version><Level>5</Level><Task>13824</Task><Opcode>5</Opcode><Keywords>12002A47A2C30388</Keywords><TimeCreated SystemTime='2021-01-02 12:13:41Z'/><EventRecordID>503024</EventRecordID><Correlation/><Execution ProcessID='825626' ThreadID='802540'/><Channel>Security</Channel><Computer>BUSDEV-005</Computer><Security/></System><EventData><Data Name='SubjectUserSid'>S-1-5-21-1543423040-1192067256-934636039-1009</Data><Data Name='SubjectUserName'>user_l</Data><Data Name='SubjectDomainName'>Domain_A</Data><Data Name='SubjectLogonId'>0xAB37</Data><Data Name='Workstation'>Domain_A</Data><Data Name='TargetUserName'>user_k</Data><Data Name='TargetDomainName'>Domain_A</Data></EventData></Event>\\n\"\n  ],\n  \"_user\": \"nobody\",\n  \"_key\": \"eb0edd18ed8ee1dc9dd062baf1ad5af7\"\n }\n]"}],"_postman_id":"10260516-4351-4a17-9d5d-e5691a5918fd"},{"name":"data_sampling_by_name / Get Data sampling record by data source","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"053aef20-6a87-4d83-b187-867a9fcf2138","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"main:retail_transaction\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_by_name","description":"<p><strong>This endpoint retrieves a data sampling record, it requires a GET call with the following data:</strong></p>\n<ul>\n<li>\"data_name\": name of the data source</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sampling","data_sampling_by_name"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e1f1d6f5-06bf-42da-ad31-1c68aa59ee54","name":"data_sampling_by_name / Get Data sampling record by data source","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"main:retail_transaction\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_by_name"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:17:48 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"715"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"current_detected_format\": \"raw_start_by_timestamp %a %d %b %Y %H:%M:%S\",\n \"current_detected_format_dcount\": \"1\",\n \"current_detected_format_id\": \"84fb236745d5ed942ed495037b8187e8\",\n \"data_name\": \"main:retail_transaction\",\n \"data_sample_anomaly_ack_mtime\": \"N/A\",\n \"data_sample_anomaly_ack_new_format\": \"N/A\",\n \"data_sample_anomaly_ack_previous_format\": \"N/A\",\n \"data_sample_anomaly_ack_status\": \"N/A\",\n \"data_sample_anomaly_detected\": \"0\",\n \"data_sample_anomaly_reason\": \"normal\",\n \"data_sample_feature\": \"enabled\",\n \"data_sample_iteration\": \"9\",\n \"data_sample_mtime\": \"1609589700\",\n \"data_sample_status_colour\": \"green\",\n \"data_sample_status_message\": \"INFO: No anomalies were detected during the last data sampling operated on Sat Jan  2 12:15:00 2021, the status is normal and the data sampling feature is enabled. Click on the button Manage data sampling for more details.\",\n \"data_sourcetype\": \"retail_transaction\",\n \"exclusive_match_anomaly\": \"0\",\n \"model_type\": \"inclusive\",\n \"multiformat_detected\": \"false\",\n \"previous_detected_format\": \"raw_start_by_timestamp %a %d %b %Y %H:%M:%S\",\n \"previous_detected_format_dcount\": \"1\",\n \"previous_detected_format_id\": \"84fb236745d5ed942ed495037b8187e8\",\n \"raw_sample\": [\n  \"Thu 24 Dec 2020 13:05:35 GMT, transaction with user=\\\"santa@acme.com\\\", cardref=\\\"4012888888881881\\\", status=\\\"completed\\\"\\n\",\n  \"Thu 24 Dec 2020 13:11:45 GMT, transaction with user=\\\"robert@acme.com\\\", cardref=\\\"XXXXXXXXXXXXXX\\\", status=\\\"completed\\\"\\n\",\n  \"Thu 24 Dec 2020 13:12:12 GMT, transaction with user=\\\"jbar@acme.com\\\", cardref=\\\"XXXXXXXXXXXXXX\\\", status=\\\"completed\\\"\\n\",\n  \"Thu 24 Dec 2020 13:12:48 GMT, transaction with user=\\\"janedoe@acme.com\\\", cardref=\\\"30569309025904\\\", status=\\\"completed\\\"\\n\",\n  \"Thu 24 Dec 2020 13:24:22 GMT, transaction with user=\\\"padington@acme.com\\\", cardref=\\\"XXXXXXXXXXXXXX\\\", status=\\\"failed\\\"\\n\",\n  \"Thu 24 Dec 2020 13:34:24 GMT, transaction with user=\\\"jfoo@acme.com\\\", cardref=\\\"XXXXXXXXXXXXXX\\\", status=\\\"failed\\\"\\n\",\n  \"Thu 24 Dec 2020 13:47:48 GMT, transaction with user=\\\"jsmith@acme.com\\\", cardref=\\\"371449635398431\\\", status=\\\"completed\\\"\\n\"\n ],\n \"_user\": \"nobody\",\n \"_key\": \"ab994e3b00751d45591c7abc2b7a1061\"\n}"}],"_postman_id":"053aef20-6a87-4d83-b187-867a9fcf2138"},{"name":"data_sampling_del / Delete a data sampling record for a given data source","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"f98e3afe-020f-4aa2-9cdd-e8eaa317db1d","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"main:retail_transaction\",\n    \"comment_update\": \"Automated API driven deletion.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_del","description":"<p><strong>This endpoint deletes a data sampling record for a given data source, it requires a DELETE call with the following data:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the data source</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sampling","data_sampling_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"38f0ebf8-3b67-4d1b-a295-0f11ab4265da","name":"data_sampling_del / Delete a data sampling record for a given data source","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"main:retail_transaction\",\n    \"comment_update\": \"Automated API driven deletion.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:18:16 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"82"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key ab994e3b00751d45591c7abc2b7a1061 was deleted from the collection."}],"_postman_id":"f98e3afe-020f-4aa2-9cdd-e8eaa317db1d"},{"name":"data_sampling_reset / Reset and run sampling for a given data source","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"4099f78a-70f9-4818-9946-85e96d9e991e","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"main:sample9-customformat\",\n    \"comment_update\": \"Automated API driven deletion.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_reset","description":"<p><strong>This endpoint clears the data sampling record state and runs the sampling operation for a given data source, it requires a POST call with the following data:</strong></p>\n<ul>\n<li><p>\"data_name\": name of the data source</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sampling","data_sampling_reset"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"50347f3f-05fc-471e-9bf8-75296f1a0c9f","name":"data_sampling_del / Delete a data sampling record for a given data source","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"main:retail_transaction\",\n    \"comment_update\": \"Automated API driven deletion.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:18:16 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"82"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key ab994e3b00751d45591c7abc2b7a1061 was deleted from the collection."}],"_postman_id":"4099f78a-70f9-4818-9946-85e96d9e991e"}],"id":"89ef4c7b-b2e6-4a10-a05a-1123eaf19714","description":"<p><strong>The Data sampling and event format recognition feature is a powerful automated workflow that provides the capabilities to monitor the raw events formats to automatically detect anomalies and misbehaviour at scale.</strong></p>\n<p>See: <a href=\"https://trackme.readthedocs.io/en/latest/userguide.html#data-sampling-and-event-formats-recognition\">https://trackme.readthedocs.io/en/latest/userguide.html#data-sampling-and-event-formats-recognition</a></p>\n","event":[{"listen":"prerequest","script":{"id":"4ced38a4-5ff3-497c-af31-308e328c251a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d32f8cbc-d2eb-4790-9fac-3b2ac2766e9e","type":"text/javascript","exec":[""]}}],"_postman_id":"89ef4c7b-b2e6-4a10-a05a-1123eaf19714","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Data Sampling models endpoints","item":[{"name":"data_sampling_models / Get data sampling custom models","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"84241aae-d985-4d25-baf0-0cc4d2db4820","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_models","description":"<p><strong>This endpoint retrieves the data sampling custom models collection, it requires a GET call with no options required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sampling","data_sampling_models"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"21964369-4d0d-4a55-be90-43d483e9fe5c","name":"data_sampling_models / Get data sampling custom models","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_models"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:19:33 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"291"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"model_name\": \"Example format\",\n  \"model_regex\": \"^\\\\{\\\"extraData\\\":\",\n  \"model_type\": \"inclusive\",\n  \"model_id\": \"4c46a2fe5f07006e456bf9b659c7ce7d\",\n  \"sourcetype_scope\": \"sample9-customformat\",\n  \"mtime\": 1609589947096,\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff064bbd84724156d458e18\"\n }\n]"}],"_postman_id":"84241aae-d985-4d25-baf0-0cc4d2db4820"},{"name":"data_sampling_models_by_name / Get data sampling custom model by name","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"0de15339-225e-4236-83cc-308c2622d457","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"model_name\": \"Example format\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_models_by_name","description":"<p><strong>This endpoint retrieves a data sampling custom model collection, it requires a GET call with the following data:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sampling","data_sampling_models_by_name"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d1fc5345-d343-47ab-b314-74041271255f","name":"data_sampling_models_by_name / Get data sampling custom model by name","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"model_name\": \"Example format\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_models_by_name"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:19:53 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"277"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"model_name\": \"Example format\",\n \"model_regex\": \"^\\\\{\\\"extraData\\\":\",\n \"model_type\": \"inclusive\",\n \"model_id\": \"4c46a2fe5f07006e456bf9b659c7ce7d\",\n \"sourcetype_scope\": \"sample9-customformat\",\n \"mtime\": 1609589947096,\n \"_user\": \"nobody\",\n \"_key\": \"5ff064bbd84724156d458e18\"\n}"}],"_postman_id":"0de15339-225e-4236-83cc-308c2622d457"},{"name":"data_sampling_models_add / Add a new custom model or update","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"527fe27c-4054-4ef0-9b34-f149960d432c","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"model_name\": \"Example format\",\n    \"model_type\": \"inclusive\",\n    \"model_regex\": \"^\\\\{\\\"extraData\\\":\",\n    \"sourcetype_scope\": \"sample9-customformat\",\n    \"comment_update\": \"Automated API driven creation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_models_add","description":"<p><strong>This endpoint creates a new data sampling custom model, it requires a POST call with the following data:</strong></p>\n<ul>\n<li><p>\"model_name\": name of the custom model</p>\n</li>\n<li><p>\"model_regex\":</p>\n</li>\n</ul>\n<p>The regular expression to be used by the custom model, special characters should be escaped.</p>\n<ul>\n<li>\"model_type\":</li>\n</ul>\n<p>The type of match for this model, valid options are “inclusive” (rule must match) and “exclusive” (rule must not match)</p>\n<ul>\n<li>\"sourcetype_scope\":</li>\n</ul>\n<p>OPTIONAL: value of the sourcetype to match, if unset defaults to “*”. You can enter a list of sourcetypes as a comma separated list of values, wilcards and spaces should not be used.</p>\n<ul>\n<li>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</li>\n</ul>\n<p><em>Note: if a custom model referenced under the same name exists already, it will be updated using the information provided.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sampling","data_sampling_models_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"578b3ad1-2f43-4dc9-a617-6d6ba2a5e1bc","name":"data_sampling_models_add / Add a new custom model or update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"model_name\": \"Example format\",\n    \"model_type\": \"inclusive\",\n    \"model_regex\": \"^\\\\{\\\"extraData\\\":\",\n    \"sourcetype_scope\": \"sample9-customformat\",\n    \"comment_update\": \"Automated API driven creation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_models_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:19:07 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"291"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"model_name\": \"Example format\",\n  \"model_regex\": \"^\\\\{\\\"extraData\\\":\",\n  \"model_type\": \"inclusive\",\n  \"model_id\": \"4c46a2fe5f07006e456bf9b659c7ce7d\",\n  \"sourcetype_scope\": \"sample9-customformat\",\n  \"mtime\": 1609589947096,\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff064bbd84724156d458e18\"\n }\n]"}],"_postman_id":"527fe27c-4054-4ef0-9b34-f149960d432c"},{"name":"data_sampling_models_del / Delete a custom model","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"153f3482-5778-4dc4-9882-a2ce9a8ce15c","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"model_name\": \"Example format\",\n    \"comment_update\": \"Automated API driven deletion.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_models_del","description":"<p><strong>This endpoint deletes a custom data sampling model, it requires a DELETE call with the following data:</strong></p>\n<ul>\n<li><p>\"model_name\": name of the custom model</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","data_sampling","data_sampling_models_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1658f410-3b3f-4a14-bcf0-074388744dde","name":"data_sampling_models_del / Delete a custom model","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"model_name\": \"Example format\",\n    \"comment_update\": \"Automated API driven deletion.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/data_sampling/data_sampling_models_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:20:29 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff064bbd84724156d458e18 was deleted from the collection."}],"_postman_id":"153f3482-5778-4dc4-9882-a2ce9a8ce15c"}],"id":"857bced0-0f8a-4304-8276-efdf516f55c8","description":"<p><strong>The Data sampling and event format recognition feature is a powerful automated workflow that provides the capabilities to monitor the raw events formats to automatically detect anomalies and misbehaviour at scale.</strong></p>\n<p>See: <a href=\"https://trackme.readthedocs.io/en/latest/userguide.html#manage-custom-rules\">https://trackme.readthedocs.io/en/latest/userguide.html#manage-custom-rules</a></p>\n","event":[{"listen":"prerequest","script":{"id":"f031bac7-2bee-42b5-bfd0-5ab2770d7a00","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3cc701b1-3b36-4b93-b67c-e4f2c2ca1f2f","type":"text/javascript","exec":[""]}}],"_postman_id":"857bced0-0f8a-4304-8276-efdf516f55c8","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Tag policies endpoints","item":[{"name":"tag_policies / Get tag policies","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6ad39385-de67-4100-aacf-8dea385a0481","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/tag_policies/tag_policies","description":"<p><strong>This endpoint retrieves the tag policies collection, it requires a GET call with no options required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","tag_policies","tag_policies"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b5f70937-47eb-4bd3-8dc8-6acbd3e449d1","name":"tag_policies / Get tag policies","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/tag_policies/tag_policies"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:22:10 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"200"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"tags_policy_id\": \"Example policy\",\n  \"tags_policy_value\": \"OS,Linux\",\n  \"tags_policy_regex\": \"linux_*\",\n  \"mtime\": 1609590104352,\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff06558d84724156d458e1b\"\n }\n]"}],"_postman_id":"6ad39385-de67-4100-aacf-8dea385a0481"},{"name":"tag_policies_by_id / Get tag policy by id","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"fe5e673c-c011-4435-85cc-6d06f9f1d4b0","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tags_policy_id\": \"Example policy\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/tag_policies/tag_policies_by_id","description":"<p><strong>This endpoint retrieves a tag policy by its id, it requires a GET call with the following data:</strong></p>\n<ul>\n<li>\"tags_policy_id\": ID of the tags policy</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","tag_policies","tag_policies_by_id"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"305d6747-f750-40e0-b187-0256895b20cc","name":"tag_policies_by_id / Get tag policy by id","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tags_policy_id\": \"Example policy\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/tag_policies/tag_policies_by_id"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:22:35 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"188"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"tags_policy_id\": \"Example policy\",\n \"tags_policy_value\": \"OS,Linux\",\n \"tags_policy_regex\": \"linux_*\",\n \"mtime\": 1609590104352,\n \"_user\": \"nobody\",\n \"_key\": \"5ff06558d84724156d458e1b\"\n}"}],"_postman_id":"fe5e673c-c011-4435-85cc-6d06f9f1d4b0"},{"name":"tag_policies_add / Add a new tag policy or update","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"baca5212-f15f-43ef-a7d6-6fccf6a9291c","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tags_policy_id\": \"Example policy\",\n    \"tags_policy_regex\": \"linux_*\",\n    \"tags_policy_value\": \"OS,Linux\",\n    \"comment_update\": \"Automated API driven creation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/tag_policies/tag_policies_add","description":"<p><strong>This endpoint creates a new tag policy, it requires a POST call with the following data:</strong></p>\n<ul>\n<li><p>\"tags_policy_id\": ID of the tag policy</p>\n</li>\n<li><p>\"tags_policy_regex\": The regular expression to be used by the tags policy, special characters should be escaped.</p>\n</li>\n<li><p>\"tags_policy_value\": List of tags to be applied as a comma separated list of values</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n<p><em>Note: if a tag policy referenced with the same ID exists already, it will be updated using the information provided.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","tag_policies","tag_policies_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6cee966e-6feb-4b6f-b374-0f220ccb550f","name":"tag_policies_add / Add a new tag policy or update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tags_policy_id\": \"Example policy\",\n    \"tags_policy_regex\": \"linux_*\",\n    \"tags_policy_value\": \"OS,Linux\",\n    \"comment_update\": \"Automated API driven creation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/tag_policies/tag_policies_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:21:44 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"200"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"tags_policy_id\": \"Example policy\",\n  \"tags_policy_value\": \"OS,Linux\",\n  \"tags_policy_regex\": \"linux_*\",\n  \"mtime\": 1609590104352,\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff06558d84724156d458e1b\"\n }\n]"}],"_postman_id":"baca5212-f15f-43ef-a7d6-6fccf6a9291c"},{"name":"tag_policies_del / Delete a tag policy","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"0a039f0f-4e94-43b4-8082-2867df591f56","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tags_policy_id\": \"Example policy\",\n    \"comment_update\": \"Automated API driven deletion.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/tag_policies/tag_policies_del","description":"<p><strong>This endpoint deletes a tag policy, it requires a DELETE call with the following data:</strong></p>\n<ul>\n<li><p>\"tags_policy_id\": ID of the tag policy</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","tag_policies","tag_policies_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e0dd682a-4ba4-4142-b868-e5981e3714f3","name":"tag_policies_del / Delete a tag policy","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tags_policy_id\": \"Example policy\",\n    \"comment_update\": \"Automated API driven deletion.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/tag_policies/tag_policies_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:23:26 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff06558d84724156d458e1b was deleted from the collection."}],"_postman_id":"0a039f0f-4e94-43b4-8082-2867df591f56"}],"id":"28f30067-bf61-4161-96a9-476c0b0b1f98","description":"<p><strong>Tags are keywords that can be defined per data source, this feature provides additional filtering options to group multiple data sources based on any custom criterias.</strong></p>\n<p>See: <a href=\"https://trackme.readthedocs.io/en/latest/userguide.html#tags\">https://trackme.readthedocs.io/en/latest/userguide.html#tags</a></p>\n","event":[{"listen":"prerequest","script":{"id":"397c32e0-4fe3-4676-9863-9724c10bf8ec","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"17b8ccb3-43a0-43ec-9491-ac486378bb8e","type":"text/javascript","exec":[""]}}],"_postman_id":"28f30067-bf61-4161-96a9-476c0b0b1f98","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Lagging classes endpoints","item":[{"name":"lagging_classes / Get lagging classes","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"e5be1093-ab09-497b-a9e5-ec436de63b73","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes/lagging_classes","description":"<p><strong>This endpoint retrieves the lagging classes collection, it requires a GET call with no options required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","lagging_classes","lagging_classes"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1cc47dd7-9cb6-4df3-b47f-7eadf3e7f8f9","name":"lagging_classes / Get lagging classes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes/lagging_classes"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:24:50 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"162"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"name\": \"pan:traffic\",\n  \"level\": \"sourcetype\",\n  \"object\": \"data_source\",\n  \"value\": \"900\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff065f3d84724156d458e1e\"\n }\n]"}],"_postman_id":"e5be1093-ab09-497b-a9e5-ec436de63b73"},{"name":"lagging_classes_by_name / Get lagging class by name","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"c4dc4bd8-eabd-471b-a5e2-3ca239776922","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"pan:traffic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes/lagging_classes_by_name","description":"<p><strong>This endpoint retrieves a lagging class by its name, it requires a GET call with the following data:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","lagging_classes","lagging_classes_by_name"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c05a5e20-2970-47d9-8e57-4289c5f4b0ee","name":"lagging_classes_by_name / Get lagging class by name","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"pan:traffic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes/lagging_classes_by_name"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:25:12 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"150"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"name\": \"pan:traffic\",\n \"level\": \"sourcetype\",\n \"object\": \"data_source\",\n \"value\": \"900\",\n \"_user\": \"nobody\",\n \"_key\": \"5ff065f3d84724156d458e1e\"\n}"}],"_postman_id":"c4dc4bd8-eabd-471b-a5e2-3ca239776922"},{"name":"lagging_classes_add / Add a new lagging class or update","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"e5b87029-b34d-4c4f-b200-8eecdf1d75fe","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"pan:traffic\",\n    \"level\": \"sourcetype\",\n    \"object\": \"data_source\",\n    \"value\": \"900\",\n    \"comment_update\": \"Automated API driven creation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes/lagging_classes_add","description":"<p><strong>This endpoint creates a new tag policy, it requires a POST call with the following data:</strong></p>\n<ul>\n<li><p>\"name\": name of the lagging class</p>\n</li>\n<li><p>\"level\": which level the lagging class is based on, valid otions are: sourcetype / index / priority</p>\n</li>\n<li><p>\"object\": which type of objects the lagging class is applied to, valid options are: data_source / data_host / all</p>\n</li>\n<li><p>\"value\": the lagging value in seconds, an integer is expected</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n<p><em>Note: if a lagging class referenced under the same name exists already, it will be updated using the information provided.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","lagging_classes","lagging_classes_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"71fa1899-785e-477d-9045-4320d5847cf6","name":"lagging_classes_add / Add a new lagging class or update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"pan:traffic\",\n    \"level\": \"sourcetype\",\n    \"object\": \"data_source\",\n    \"value\": \"900\",\n    \"comment_update\": \"Automated API driven creation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes/lagging_classes_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:24:19 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"162"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"name\": \"pan:traffic\",\n  \"level\": \"sourcetype\",\n  \"object\": \"data_source\",\n  \"value\": \"900\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff065f3d84724156d458e1e\"\n }\n]"}],"_postman_id":"e5b87029-b34d-4c4f-b200-8eecdf1d75fe"},{"name":"lagging_classes_del / Delete a lagging class","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"444fc2f8-a571-4204-be46-fbd83f1b4461","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"pan:traffic\",\n    \"comment_update\": \"Automated API driven deletion.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes/lagging_classes_del","description":"<p><strong>This endpoint deletes a tag policy, it requires a DELETE call with the following data:</strong></p>\n<ul>\n<li><p>\"name\": name of the lagging class</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","lagging_classes","lagging_classes_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"63092920-0823-4c1f-8634-303439531dd4","name":"lagging_classes_del / Delete a lagging class","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"pan:traffic\",\n    \"comment_update\": \"Automated API driven deletion.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes/lagging_classes_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:25:43 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff065f3d84724156d458e1e was deleted from the collection."}],"_postman_id":"444fc2f8-a571-4204-be46-fbd83f1b4461"}],"id":"88849b65-dfc3-4373-a672-7de8fab4e9b6","description":"<p><strong>The Lagging classes feature provides capabilities to manage and configure the maximal lagging values allowed in a centralised and automated fashion, based on different factors.</strong></p>\n<p>See: <a href=\"https://trackme.readthedocs.io/en/latest/userguide.html#lagging-classes\">https://trackme.readthedocs.io/en/latest/userguide.html#lagging-classes</a></p>\n","event":[{"listen":"prerequest","script":{"id":"c6e54acc-4a48-4be3-90be-a53c048ed840","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2c03ba74-972c-4e7a-8e11-20a88af92d12","type":"text/javascript","exec":[""]}}],"_postman_id":"88849b65-dfc3-4373-a672-7de8fab4e9b6","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Lagging classes metrics endpoints","item":[{"name":"lagging_classes_metrics / Get lagging classes","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"b90b0573-991d-4560-8ad6-2dbf7b0b1823","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes_metrics/lagging_classes_metrics","description":"<p><strong>This endpoint retrieves the lagging classes collection, it requires a GET call with no options required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","lagging_classes_metrics","lagging_classes_metrics"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"be7ef3b3-a8f6-46f7-a4f5-4393944021ea","name":"lagging_classes_metrics / Get lagging classes","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes_metrics/lagging_classes_metrics"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:27:57 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"133"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"metric_category\": \"docker\",\n  \"metric_max_lag_allowed\": \"900\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff066b5d84724156d458e21\"\n }\n]"}],"_postman_id":"b90b0573-991d-4560-8ad6-2dbf7b0b1823"},{"name":"lagging_classes_metrics_by_name / Get lagging class by name","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"d689a5b3-8411-4b1c-aa7a-1b17452015b7","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_category\": \"docker\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes_metrics/lagging_classes_metrics_by_name","description":"<p><strong>This endpoint retrieves a lagging class by its name, it requires a GET call with the following data:</strong></p>\n<ul>\n<li>\"metric_category\": name of the metric category</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","lagging_classes_metrics","lagging_classes_metrics_by_name"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"706e2147-a95e-4660-ad3c-c600ce1a3e67","name":"lagging_classes_metrics_by_name / Get lagging class by name","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_category\": \"docker\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes_metrics/lagging_classes_metrics_by_name"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:28:25 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"123"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"metric_category\": \"docker\",\n \"metric_max_lag_allowed\": \"900\",\n \"_user\": \"nobody\",\n \"_key\": \"5ff066b5d84724156d458e21\"\n}"}],"_postman_id":"d689a5b3-8411-4b1c-aa7a-1b17452015b7"},{"name":"lagging_classes_metrics_add / Add a new lagging class or update","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"7e6d9a57-ac51-4815-9845-13cbd317abab","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_category\": \"docker\",\n    \"metric_max_lag_allowed\": \"900\",\n    \"comment_update\": \"Automated API driven creation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes_metrics/lagging_classes_metrics_add","description":"<p><strong>This endpoint creates a new tag policy, it requires a POST call with the following data:</strong></p>\n<ul>\n<li><p>\"metric_category\": name of the metric category</p>\n</li>\n<li><p>\"metric_max_lag_allowed\": the lagging value in seconds, an integer is expected</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n<p><em>Note: if a lagging class referenced under the same name exists already, it will be updated using the information provided.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","lagging_classes_metrics","lagging_classes_metrics_add"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4cbe3ea1-28b6-4d2f-ae9a-f3034c089bb0","name":"lagging_classes_metrics_add / Add a new lagging class or update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_category\": \"docker\",\n    \"metric_max_lag_allowed\": \"900\",\n    \"comment_update\": \"Automated API driven creation.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes_metrics/lagging_classes_metrics_add"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:27:33 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"133"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"metric_category\": \"docker\",\n  \"metric_max_lag_allowed\": \"900\",\n  \"_user\": \"nobody\",\n  \"_key\": \"5ff066b5d84724156d458e21\"\n }\n]"}],"_postman_id":"7e6d9a57-ac51-4815-9845-13cbd317abab"},{"name":"lagging_classes_metrics_del / Delete a lagging class","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"6396b499-980c-4a83-a516-d66d1ed6716c","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_category\": \"docker\",\n    \"comment_update\": \"Automated API driven deletion.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes_metrics/lagging_classes_metrics_del","description":"<p><strong>This endpoint deletes a tag policy, it requires a DELETE call with the following data:</strong></p>\n<ul>\n<li><p>\"metric_category\": name of the metric category</p>\n</li>\n<li><p>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","lagging_classes_metrics","lagging_classes_metrics_del"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0e3288e5-862a-49b9-b989-36dc7ca376cc","name":"lagging_classes_metrics_del / Delete a lagging class","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_category\": \"docker\",\n    \"comment_update\": \"Automated API driven deletion.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/lagging_classes_metrics/lagging_classes_metrics_del"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sat, 02 Jan 2021 12:29:19 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 5ff066b5d84724156d458e21 was deleted from the collection."}],"_postman_id":"6396b499-980c-4a83-a516-d66d1ed6716c"}],"id":"cfa88332-7df7-4cc5-ad3b-546e3d336a07","description":"<p><strong>The Lagging classes feature provides capabilities to manage and configure the maximal lagging values allowed in a centralised and automated fashion, based on different factors. These endpoints are specific to metric hosts.</strong></p>\n<p>See: <a href=\"https://trackme.readthedocs.io/en/latest/userguide.html#lagging-classes\">https://trackme.readthedocs.io/en/latest/userguide.html#lagging-classes</a></p>\n","event":[{"listen":"prerequest","script":{"id":"ff1e5005-bcdf-4db6-b3ac-c9ddc23c527f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c5445d8c-b190-4f5b-bfc2-efef6741ff70","type":"text/javascript","exec":[""]}}],"_postman_id":"cfa88332-7df7-4cc5-ad3b-546e3d336a07","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Smart status","item":[{"name":"ds_smart_status / Smart Status for data source","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"ba99cfa2-94f9-45d9-9d1b-efd591bb080c","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_name\": \"network:pan:traffic\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/smart_status/ds_smart_status","description":"<p><strong>This endpoint runs the Smart status investigations for a data source and returns a JSON response with a smart_status, smart_core and further correlations, it requires a GET call with the following information:</strong></p>\n<ul>\n<li>\"data_name\": name of the data source</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","smart_status","ds_smart_status"],"host":["localhost"],"query":[{"disabled":true,"key":"data_name","value":"firewall:pan:traffic"}],"variable":[]}},"response":[],"_postman_id":"ba99cfa2-94f9-45d9-9d1b-efd591bb080c"},{"name":"dh_smart_status / Smart Status for data host","event":[{"listen":"test","script":{"id":"442ae57a-af9f-4571-a08a-9b9aebbb78c3","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"9aab2236-0711-4ca8-8606-2e223a305931","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data_host\": \"FIREWALL.PAN.AMER.DESIGN.NODE1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/smart_status/dh_smart_status","description":"<p><strong>This endpoint runs the Smart status investigations for a data host and returns a JSON response with a smart_status, smart_code and further correlations, it requires a GET call with the following information:</strong></p>\n<ul>\n<li>\"data_host\": name of the data host</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","smart_status","dh_smart_status"],"host":["localhost"],"query":[{"disabled":true,"key":"data_name","value":"firewall:pan:traffic"}],"variable":[]}},"response":[],"_postman_id":"9aab2236-0711-4ca8-8606-2e223a305931"},{"name":"mh_smart_status / Smart Status for metric host","event":[{"listen":"test","script":{"id":"b2263788-340f-42c1-a4a8-78fcc2de8018","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"df457006-12ad-42e7-be70-1de1750b731f","protocolProfileBehavior":{"disableBodyPruning":true,"followOriginalHttpMethod":false,"strictSSL":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metric_host\": \"telegraf-node1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/smart_status/mh_smart_status","description":"<p><strong>This endpoint runs the Smart status investigations for a metric host and returns a JSON response with a smart_status, smart_code and further correlations, it requires a GET call with the following information:</strong></p>\n<ul>\n<li>\"metric_host\": name of the metric host</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","smart_status","mh_smart_status"],"host":["localhost"],"query":[{"disabled":true,"key":"data_name","value":"firewall:pan:traffic"}],"variable":[]}},"response":[],"_postman_id":"df457006-12ad-42e7-be70-1de1750b731f"}],"id":"9d02c7b5-500d-43d3-8dcf-3015aec69bad","description":"<p><strong>The Smart status endpoints provide advanced analysis and correlation of the current state of an entity:</strong></p>\n<ul>\n<li>Investigate the current state and provide a comprehensive and human readable description</li>\n<li>Correlate between the different information handled by TrackMe such as the flipping state behaviour, Data sampling, Outliers detection, etc.</li>\n<li>Dynamically performs further automated investigations depending on the current root cause of the anomalies to ease the idenfitication of the issue</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"42ba6d08-b9c5-4a58-acb2-1ade92d109b3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"afdd2329-99aa-4d9e-806b-d6a08cfa305b","type":"text/javascript","exec":[""]}}],"_postman_id":"9d02c7b5-500d-43d3-8dcf-3015aec69bad","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Backup and Restore endpoints","item":[{"name":"backup / Get backup archive files available","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"de7083e7-5f72-405b-a749-7e86c96e8874","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/backup_and_restore/backup","description":"<p><strong>This endpoint lists all the backup files available on the search head, files are stored in the backup directory of the application, it requires a GET call with no arguments.</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","backup_and_restore","backup"],"host":["localhost"],"query":[{"disabled":true,"key":"data_name","value":"firewall:pan:traffic"}],"variable":[]}},"response":[{"id":"d5ec5acb-ffff-45fa-93e1-919ef269a685","name":"backup / Get backup archive files available","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:8089/services/trackme/v1/backup_and_restore/backup","protocol":"https","host":["localhost"],"port":"8089","path":["services","trackme","v1","backup_and_restore","backup"],"query":[{"key":"data_name","value":"firewall:pan:traffic","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 05 Feb 2021 14:28:11 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"168"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\"backup_files\": \"['/opt/splunk/etc/apps/trackme/backup/trackme-backup-20210205-142635.tgz', '/opt/splunk/etc/apps/trackme/backup/trackme-backup-20210205-142607.tgz']\"}"}],"_postman_id":"de7083e7-5f72-405b-a749-7e86c96e8874"},{"name":"backup / Run backup KVstore collections","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"c2b22305-f39e-4470-9be4-df38d39b019d","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"**This endpoint performs a purge of backup archive files older than x days, it requires a DELETE call with the following arguments:**\n\n- retention_days: OPTIONAL: the maximal retention for backup archive files in days, if not specified defaults to 7 days","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/backup_and_restore/backup","description":"<p><strong>This endpoint performs a backup of all TrackMe collections in a compressed tarball file stored in the backup directory of the application, it requires a POST call with no arguments.</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","backup_and_restore","backup"],"host":["localhost"],"query":[{"disabled":true,"key":"data_name","value":"firewall:pan:traffic"}],"variable":[]}},"response":[{"id":"8606bd7d-8867-473a-a29d-6f80e05ab83e","name":"backup / Run backup KVstore collections","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:8089/services/trackme/v1/backup_and_restore/backup","protocol":"https","host":["localhost"],"port":"8089","path":["services","trackme","v1","backup_and_restore","backup"],"query":[{"key":"data_name","value":"firewall:pan:traffic","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 04 Feb 2021 23:42:35 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"153"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{ \"backup_archive\": \"/opt/splunk/etc/apps/trackme/backup/trackme-backup-20210204-234234.tgz\", \"report\": \"23 collections backed up / 5 collections empty\"}"}],"_postman_id":"c2b22305-f39e-4470-9be4-df38d39b019d"},{"name":"backup / Purge older backup archive files","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"421d6798-4a8d-4b92-96ca-c3bd524effdd","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"retention_days\": \"7\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/backup_and_restore/backup","description":"<p><strong>This endpoint performs a purge of backup archive files older than x days, it requires a DELETE call with the following arguments:</strong></p>\n<ul>\n<li>retention_days: (integer) OPTIONAL: the maximal retention for backup archive files in days, if not specified defaults to 7 days</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","backup_and_restore","backup"],"host":["localhost"],"query":[{"disabled":true,"key":"data_name","value":"firewall:pan:traffic"}],"variable":[]}},"response":[{"id":"4d5d0c21-4946-4674-98d8-aa8d8cf7b234","name":"backup / Purge older backup archive files","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"retention_days\": \"7\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:8089/services/trackme/v1/backup_and_restore/backup","protocol":"https","host":["localhost"],"port":"8089","path":["services","trackme","v1","backup_and_restore","backup"],"query":[{"key":"data_name","value":"firewall:pan:traffic","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 05 Feb 2021 14:29:12 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"79"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\"status\": \"There were no backup archive files older than 7 days to be purged\"}"}],"_postman_id":"421d6798-4a8d-4b92-96ca-c3bd524effdd"},{"name":"restore / Perform a restore of KVstore collections","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"95c95014-0ba3-4c69-892b-d13cbee48cdd","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"backup_archive\": \"trackme-backup-20210205-142635.tgz\",\n    \"dry_run\": \"false\",\n    \"target\": \"all\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/backup_and_restore/restore","description":"<p><strong>This endpoint performs a backup of all TrackMe collections in compressed tarball file stored in the backup directory of the application, it requires a POST call with thre following arguments:</strong></p>\n<ul>\n<li><p>backup_archive: The archive file to be restoring from, the tarball compressed file must be located in the backup directory of the trackMe application.</p>\n</li>\n<li><p>dry_run: (true / false) OPTIONAL: if true, the endpoint will only verify that the archive can be found and successfully extracted, there will be no modifications at all. (default to true)</p>\n</li>\n<li><p>target: (all / name of the KVstore json file) OPTIONAL: restore all available KVstore collection files (all) or choose a specific KVstore json file target to restore a unique collection. (default to all)</p>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","backup_and_restore","restore"],"host":["localhost"],"query":[{"disabled":true,"key":"data_name","value":"firewall:pan:traffic"}],"variable":[]}},"response":[{"id":"a0fc772b-b877-4d52-a20e-e82f31364b6e","name":"restore / Perform a restore of KVstore collections","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"backup_archive\": \"trackme-backup-20210205-142635.tgz\",\n    \"dry_run\": \"false\",\n    \"target\": \"all\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://localhost:8089/services/trackme/v1/backup_and_restore/restore","protocol":"https","host":["localhost"],"port":"8089","path":["services","trackme","v1","backup_and_restore","restore"],"query":[{"key":"data_name","value":"firewall:pan:traffic","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 05 Feb 2021 14:30:15 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"395"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{ \"backup_archive\": \"/opt/splunk/etc/apps/trackme/backup/trackme-backup-20210205-142635.tgz\", \"status\": \"restore is now complete, please reload TrackMe\",\"collections_files_restored\": \"['kv_trackme_data_source_monitoring_blacklist_sourcetype.json', 'kv_trackme_maintenance_mode.json', 'kv_trackme_data_host_monitoring_blacklist_host.json', 'kv_trackme_tags_policies.json', 'kv_trackme_metric_lagging_definition.json', 'kv_trackme_data_sampling.json', 'kv_trackme_data_source_monitoring_blacklist_index.json', 'kv_trackme_custom_lagging_definition.json', 'kv_trackme_summary_investigator_volume_outliers.json', 'kv_trackme_host_monitoring.json', 'kv_trackme_data_sampling_custom_models.json', 'kv_trackme_logical_group.json', 'kv_trackme_elastic_sources.json', 'kv_trackme_data_source_monitoring.json', 'kv_trackme_metric_host_monitoring.json', 'kv_trackme_data_source_monitoring_blacklist_host.json', 'kv_trackme_metric_host_monitoring_blacklist_host.json', 'kv_trackme_metric_host_monitoring_blacklist_metric_category.json', 'kv_trackme_data_host_monitoring_blacklist_sourcetype.json', 'kv_trackme_audit_changes.json', 'kv_trackme_metric_host_monitoring_blacklist_index.json', 'kv_trackme_data_host_monitoring_blacklist_index.json', 'kv_trackme_elastic_sources_dedicated.json']\"}"}],"_postman_id":"95c95014-0ba3-4c69-892b-d13cbee48cdd"}],"id":"5cd4eee5-19b4-4539-ba4c-5bb50841b042","description":"<p>The major part of TrackMe content is stored in many KVstore collections, you can use these builtin endpoints to access and perform backups, as well as restoring the entire lists of collections or a specific KVstore collection.</p>\n","_postman_id":"5cd4eee5-19b4-4539-ba4c-5bb50841b042","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}},{"name":"Identity Cards","item":[{"name":"identity_cards_collection / Get entire identity cards collection","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"2a2aa328-851c-4d97-9b1a-5ddbca1f3297","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/identity_cards/identity_cards_collection","description":"<p><strong>This endpoint retrieves the entire Identity Cards collection returned as a JSON array, it requires a GET call with no data required:</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","identity_cards","identity_cards_collection"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b8508b97-2479-4420-baea-dfddcb6e0160","name":"identity_cards_collection / Get entire identity cards collection","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/identity_cards/identity_cards_collection"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sun, 21 Feb 2021 15:46:18 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"227"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"object\": [\n   \"linux_amer:linux_secure\",\n   \"linux_apac:linux_secure\"\n  ],\n  \"doc_link\": \"https://www.acme.com/splunkadmin\",\n  \"doc_note\": \"Read the docs.\",\n  \"_user\": \"nobody\",\n  \"_key\": \"60327fd8af39041f28403191\"\n }\n]"}],"_postman_id":"2a2aa328-851c-4d97-9b1a-5ddbca1f3297"},{"name":"identity_cards_get_card / Get an identity card","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"a9ace961-56c9-4ab8-b09f-8b9c1658debe","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object\": \"linux_amer:linux_secure\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/identity_cards/identity_cards_get_card","description":"<p><strong>This endpoint retrieves the identity card linked to a specific data source, it requires a GET call with the following information:</strong></p>\n<ul>\n<li>\"object\": name of the data source</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","identity_cards","identity_cards_get_card"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"06c2ec3d-f7a2-4e97-a881-d1c0e5d8a726","name":"identity_cards_get_card / Get an identity card","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object\": \"linux_amer:linux_secure\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/identity_cards/identity_cards_get_card"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sun, 21 Feb 2021 15:46:33 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"213"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object\": [\n  \"linux_amer:linux_secure\",\n  \"linux_apac:linux_secure\"\n ],\n \"doc_link\": \"https://www.acme.com/splunkadmin\",\n \"doc_note\": \"Read the docs.\",\n \"_user\": \"nobody\",\n \"_key\": \"60327fd8af39041f28403191\"\n}"}],"_postman_id":"a9ace961-56c9-4ab8-b09f-8b9c1658debe"},{"name":"identity_cards_get_card_by_doc_link / Get an identity card for a doc_link","event":[{"listen":"test","script":{"id":"bfb90ccb-07e2-4dea-b241-c0cc2bbbe685","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"09d69407-360b-49d9-b020-8378ae0cfa4e","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"doc_link\": \"https://www.acme.com/splunkadmin\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/identity_cards/identity_cards_get_card_by_doc_link","description":"<p><strong>This endpoint retrieves the identity card by the doc_link value, it requires a GET call with the following information:</strong></p>\n<ul>\n<li>\"doc_link\": name of the data source</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","identity_cards","identity_cards_get_card_by_doc_link"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"608b19c1-495e-42f7-88a9-6eef39811be1","name":"identity_cards_get_card_by_doc_link / Get an identity card for a doc_link","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"doc_link\": \"https://www.acme.com/splunkadmin\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/identity_cards/identity_cards_get_card_by_doc_link"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sun, 21 Feb 2021 23:31:48 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"139"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"doc_link\": \"https://www.acme.com/splunkadmin\",\n \"doc_note\": \"Read the docs.\",\n \"_user\": \"nobody\",\n \"_key\": \"6032ec7e7e8f2844dd3b5e92\"\n}"}],"_postman_id":"09d69407-360b-49d9-b020-8378ae0cfa4e"},{"name":"identity_cards_add_card / Add an identity card","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"d54319dd-27ab-4c68-beb9-d4875c6f0076","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"doc_link\": \"https://www.acme.com/splunkadmin\",\n    \"doc_note\": \"Read the docs.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/identity_cards/identity_cards_add_card","description":"<p><strong>This endpoint creates a new identity card that can later on be associated with one or more data sources (if the card based on the doc_link does not exist it is created, if the card exists already, the doc_link and doc_note are updated and the definition of object is preserved), it requires a POST call with the following data required:</strong></p>\n<ul>\n<li>\"doc_link\": \"documentation link, this will be made available in the source identity card\"</li>\n<li>\"doc_note\": \"OPTIONAL: documentation note\"</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","identity_cards","identity_cards_add_card"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d43c62bc-8c6c-4726-a9e0-5b8b294c863e","name":"identity_cards_add_card / Add an identity card","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"doc_link\": \"https://www.acme.com/splunkadmin\",\n    \"doc_note\": \"Read the docs.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/identity_cards/identity_cards_add_card"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sun, 21 Feb 2021 15:33:56 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"149"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"[\n {\n  \"doc_link\": \"https://www.acme.com/splunkadmin\",\n  \"doc_note\": \"Read the docs.\",\n  \"_user\": \"nobody\",\n  \"_key\": \"60327d647e8f2844dd3b4fab\"\n }\n]"}],"_postman_id":"d54319dd-27ab-4c68-beb9-d4875c6f0076"},{"name":"identity_cards_associate_card / Associate an existing card with an object","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"2b004482-f33c-4444-b88a-5e4eaf9a390f","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"60327fd8af39041f28403191\",\n    \"object\": \"linux_apac:linux_secure\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/identity_cards/identity_cards_associate_card","description":"<p><strong>This endpoint associates an existing identity card with a data source (if there are data sources associated with this card already, the list of data sources is preserved and the data source to be associated is added to the list), it requires a POST call with the following data required:</strong></p>\n<ul>\n<li>\"object\": the data source name to be associated with this card</li>\n<li>\"key\": the KVstore unique key for this identity card</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","identity_cards","identity_cards_associate_card"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bf8cc665-4903-4c8b-b6d6-de2ec09f18ff","name":"identity_cards_associate_card / Associate an existing card with an object","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"60327fd8af39041f28403191\",\n    \"object\": \"linux_apac:linux_secure\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/identity_cards/identity_cards_associate_card"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sun, 21 Feb 2021 15:46:03 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"213"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n \"object\": [\n  \"linux_amer:linux_secure\",\n  \"linux_apac:linux_secure\"\n ],\n \"doc_link\": \"https://www.acme.com/splunkadmin\",\n \"doc_note\": \"Read the docs.\",\n \"_user\": \"nobody\",\n \"_key\": \"60327fd8af39041f28403191\"\n}"}],"_postman_id":"2b004482-f33c-4444-b88a-5e4eaf9a390f"},{"name":"identity_cards_unassociate / Unassociate identity card from an object","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"30977c45-8d43-4c52-a2b0-2548b584db6d","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object\": \"linux_apac:linux_secure\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/identity_cards/identity_cards_unassociate","description":"<p><strong>This endpoint unassociates the identify card of an object (other data sources association are preserved, if this data source is the last associated with this card, the card is preserved), it requires a POST call with the following data required:</strong></p>\n<ul>\n<li>\"object\": the object name (data source) to remove association for</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","identity_cards","identity_cards_unassociate"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f7e8d45e-1835-41ed-a15b-bc8fd75bbd26","name":"identity_cards_unassociate / Unassociate identity card from an object","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object\": \"linux_apac:linux_secure\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/identity_cards/identity_cards_unassociate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Feb 2021 17:49:18 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"87"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": \"object linux_apac:linux_secure already has no identity card association.\"\n}"},{"id":"fb9fbf47-65ce-47ae-b77c-4713f2bfe484","name":"identity_cards_unassociate / Unassociate identity card from an object","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"object\": \"linux_apac:linux_secure\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/identity_cards/identity_cards_unassociate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 21 Feb 2021 17:49:04 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"123"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": \"object linux_apac:linux_secure has been unassociated from identity card record key: 60327fd8af39041f28403191\"\n}"}],"_postman_id":"30977c45-8d43-4c52-a2b0-2548b584db6d"},{"name":"identity_cards_delete_card / Remove an identity card","event":[{"listen":"test","script":{"id":"67a781db-ece4-4e2f-9059-33a95ebd59cf","exec":["pm.test(\"Status code is 200\", function () {","  pm.response.to.have.status(200);","});"],"type":"text/javascript"}}],"id":"a2364cb7-e3ee-423a-bb55-5e07ef8264d4","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false,"followOriginalHttpMethod":false},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"key\": \"60327fd8af39041f28403191\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/identity_cards/identity_cards_delete_card","description":"<p><strong>This endpoint deletes an idenfity card by the Kvstore key, it requires a DELETE call with the following information:</strong></p>\n<ul>\n<li>\"key\": KVstore unique identifier for this record</li>\n<li>\"update_comment\": OPTIONAL: a comment for the update, comments are added to the audit record, if unset will be defined to: API update</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}},"urlObject":{"protocol":"https","port":"8089","path":["services","trackme","v1","identity_cards","identity_cards_delete_card"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"80af1ca8-2f68-4ab2-acf4-1b5b3f61daf2","name":"identity_cards_delete_card / Remove an identity card","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"_key\": \"6032a59c7e8f2844dd3b553e\"\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:8089/services/trackme/v1/identity_cards/identity_cards_delete_card"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Sun, 21 Feb 2021 18:25:41 GMT"},{"key":"Expires","value":"Thu, 26 Oct 1978 00:00:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Content-Length","value":"74"},{"key":"Vary","value":"*"},{"key":"Connection","value":"Keep-Alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server","value":"Splunkd"}],"cookie":[],"responseTime":null,"body":"Record with _key 6032a59c7e8f2844dd3b553e was deleted from the collection."}],"_postman_id":"a2364cb7-e3ee-423a-bb55-5e07ef8264d4"}],"id":"2f7687ce-8f1d-4ac9-89e0-d6e2dc2201a7","description":"<p><strong>Data identity cards allow you to define a Web link and a documentation note that will be stored in a KVstore collection, and made available automatically via the UI and the out of the box alert.</strong></p>\n<p>See: <a href=\"https://trackme.readthedocs.io/en/latest/userguide.html#data-identity-card\">https://trackme.readthedocs.io/en/latest/userguide.html#data-identity-card</a></p>\n","_postman_id":"2f7687ce-8f1d-4ac9-89e0-d6e2dc2201a7","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","id":"a79aba27-3338-4548-8a1d-6dd66e1bef42","name":"TrackMe - REST API Reference - v1","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"admin"},{"key":"password","value":"ch@ngeM3"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]}},"event":[{"listen":"prerequest","script":{"id":"5b27f6fa-b033-4043-8df1-eadae2348b11","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"10a879aa-4b9d-4dfd-985f-d8f8b19934a8","type":"text/javascript","exec":[""]}}],"variable":[{"key":"SPLUNK_URL","value":"localhost"},{"key":"SPLUNK_PORT","value":"8089"},{"key":"SPLUNK_LOGIN","value":"admin"},{"key":"SPLUNK_PASSWD","value":"ch@ngeM3"}]}