|
| 1 | +len(results) == 2 |
| 2 | +"10.0.0.2" in results[0].Overflow.GetSources() |
| 3 | +results[0].Overflow.Sources["10.0.0.2"].IP == "10.0.0.2" |
| 4 | +results[0].Overflow.Sources["10.0.0.2"].Range == "" |
| 5 | +results[0].Overflow.Sources["10.0.0.2"].GetScope() == "Ip" |
| 6 | +results[0].Overflow.Sources["10.0.0.2"].GetValue() == "10.0.0.2" |
| 7 | +basename(results[0].Overflow.Alert.Events[0].GetMeta("datasource_path")) == "http-technology-probing.log" |
| 8 | +results[0].Overflow.Alert.Events[0].GetMeta("datasource_type") == "file" |
| 9 | +results[0].Overflow.Alert.Events[0].GetMeta("http_args_len") == "0" |
| 10 | +results[0].Overflow.Alert.Events[0].GetMeta("http_path") == "/crx/packmgr/service.jsp" |
| 11 | +results[0].Overflow.Alert.Events[0].GetMeta("http_status") == "403" |
| 12 | +results[0].Overflow.Alert.Events[0].GetMeta("http_user_agent") == "curl/7.68.0" |
| 13 | +results[0].Overflow.Alert.Events[0].GetMeta("http_verb") == "GET" |
| 14 | +results[0].Overflow.Alert.Events[0].GetMeta("log_type") == "http_access-log" |
| 15 | +results[0].Overflow.Alert.Events[0].GetMeta("service") == "http" |
| 16 | +results[0].Overflow.Alert.Events[0].GetMeta("source_ip") == "10.0.0.2" |
| 17 | +results[0].Overflow.Alert.Events[0].GetMeta("target_technology") == "adobe-aem-crx-package-manager-probing" |
| 18 | +results[0].Overflow.Alert.Events[0].GetMeta("timestamp") == "2026-04-01T10:00:01Z" |
| 19 | +results[0].Overflow.Alert.GetScenario() == "crowdsecurity/http-technology-probing" |
| 20 | +results[0].Overflow.Alert.Remediation == false |
| 21 | +results[0].Overflow.Alert.GetEventsCount() == 1 |
| 22 | +"10.0.0.1" in results[1].Overflow.GetSources() |
| 23 | +results[1].Overflow.Sources["10.0.0.1"].IP == "10.0.0.1" |
| 24 | +results[1].Overflow.Sources["10.0.0.1"].Range == "" |
| 25 | +results[1].Overflow.Sources["10.0.0.1"].GetScope() == "Ip" |
| 26 | +results[1].Overflow.Sources["10.0.0.1"].GetValue() == "10.0.0.1" |
| 27 | +basename(results[1].Overflow.Alert.Events[0].GetMeta("datasource_path")) == "http-technology-probing.log" |
| 28 | +results[1].Overflow.Alert.Events[0].GetMeta("datasource_type") == "file" |
| 29 | +results[1].Overflow.Alert.Events[0].GetMeta("http_args_len") == "0" |
| 30 | +results[1].Overflow.Alert.Events[0].GetMeta("http_path") == "/cgi-bin/videoconfiguration.cgi" |
| 31 | +results[1].Overflow.Alert.Events[0].GetMeta("http_status") == "404" |
| 32 | +results[1].Overflow.Alert.Events[0].GetMeta("http_user_agent") == "curl/7.68.0" |
| 33 | +results[1].Overflow.Alert.Events[0].GetMeta("http_verb") == "GET" |
| 34 | +results[1].Overflow.Alert.Events[0].GetMeta("log_type") == "http_access-log" |
| 35 | +results[1].Overflow.Alert.Events[0].GetMeta("service") == "http" |
| 36 | +results[1].Overflow.Alert.Events[0].GetMeta("source_ip") == "10.0.0.1" |
| 37 | +results[1].Overflow.Alert.Events[0].GetMeta("target_technology") == "acti-video-monitoring-panel-probing" |
| 38 | +results[1].Overflow.Alert.Events[0].GetMeta("timestamp") == "2026-04-01T10:00:00Z" |
| 39 | +results[1].Overflow.Alert.GetScenario() == "crowdsecurity/http-technology-probing" |
| 40 | +results[1].Overflow.Alert.Remediation == false |
| 41 | +results[1].Overflow.Alert.GetEventsCount() == 1 |
0 commit comments