Store message URLs in analysis output

This commit is contained in:
Janik Besendorf
2026-07-29 16:20:04 +02:00
parent 53fb12aee8
commit c261316d7a
15 changed files with 190 additions and 3 deletions
+8
View File
@@ -18,6 +18,14 @@ class TestSMSModule:
run_module(m)
assert len(m.results) == 1
assert len(m.timeline) == 2
assert m.url_results == [
{
"url": "https://badbadbad.example.org/",
"expanded_url": None,
"timestamp": "2019-08-29 23:13:30.000000",
"source": "sms",
}
]
assert len(m.alertstore.alerts) == 0
def test_detection(self, indicator_file):