diff --git a/samples/negative/development/invalid_url_and_ip_spamvertised.json b/samples/negative/development/invalid_url_and_ip_spamvertised.json new file mode 100644 index 0000000..0f4a065 --- /dev/null +++ b/samples/negative/development/invalid_url_and_ip_spamvertised.json @@ -0,0 +1,32 @@ +{ + "Version": "development", + "ReporterInfo": { + "ReporterOrg": "ExampleOrg", + "ReporterOrgDomain": "example.com", + "ReporterOrgEmail": "reports@example.com", + "ReporterContactEmail": "contact@example.com", + "ReporterContactName": "Mr. Example", + "ReporterContactPhone": "+ 01 000 1234567" + }, + "Disclosure": true, + "Report": { + "ReportClass": "Activity", + "ReportType": "Spamvertised", + "Date": "2024-08-03T14:17:10Z", + "SourceIp": "http://bad-spamvertised.spam", + "SourcePort": 54321, + "SourceUrl": "192.0.2.55", + "DestinationIp": "198.51.100.33", + "DestinationPort": 25, + "SmtpMailFromAddress": "spamvertised@example.com", + "SmtpRcptToAddress": "victim@example.com", + "Samples": [ + { + "ContentType": "message/rfc822", + "Base64Encoded": true, + "Description": "The spamvertised mail", + "Payload": "bWFpbA==" + } + ] + } +}