Skip to content

Commit 407a9ed

Browse files
author
Sebastian Wagner
committed
Merge branch 'maintenance' into develop
2 parents abd6db8 + 7499c83 commit 407a9ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"ShadowAttribute": [], "SharingGroup": [], "category": "Payload delivery", "comment": "", "deleted": false, "distribution": "5", "event_id": "2", "id": "7", "sharing_group_id": "0", "timestamp": "1465681304", "to_ids": false, "type": "url", "uuid": "575c8598-f1f0-4c16-a94a-0612c0a83866", "value": "http://fake.website.com/malware/is/here"}
1+
{"ShadowAttribute": [], "SharingGroup": [], "category": "Payload delivery", "comment": "", "deleted": false, "distribution": "5", "event_id": "2", "id": "7", "sharing_group_id": "0", "timestamp": "1465681304", "to_ids": false, "type": "url", "uuid": "575c8598-f1f0-4c16-a94a-0612c0a83866", "value": "http://fake.example.com/malware/is/here"}

intelmq/tests/bots/parsers/misp/misp_event.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"to_ids": false,
1515
"type": "url",
1616
"uuid": "575c8598-f1f0-4c16-a94a-0612c0a83866",
17-
"value": "http://fake.website.com/malware/is/here"
17+
"value": "http://fake.example.com/malware/is/here"
1818
},
1919
{
2020
"ShadowAttribute": [],

intelmq/tests/bots/parsers/misp/test_parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"feed.url": "http://192.168.56.102/",
3030
"time.observation": "2016-06-15T09:25:26+00:00",
3131
"time.source": "2016-06-11T21:41:44+00:00",
32-
"source.url": "http://fake.website.com/malware/is/here",
32+
"source.url": "http://fake.example.com/malware/is/here",
3333
"event_description.text": "Payload delivery",
34-
"event_description.url": "http://192.168.56.102/event/view/2",
34+
"event_description.url": "http://192.168.56.102/events/view/2",
3535
"classification.type": "ransomware",
3636
"malware.name": "locky",
3737
'misp.attribute_uuid': '575c8598-f1f0-4c16-a94a-0612c0a83866',

0 commit comments

Comments
 (0)