Skip to content

Commit

Permalink
- add negative development spamvertised sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanae committed Aug 5, 2024
1 parent 4bc7f2d commit 066a64c
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions samples/negative/development/invalid_url_and_ip_spamvertised.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"Version": "development",
"ReporterInfo": {
"ReporterOrg": "ExampleOrg",
"ReporterOrgDomain": "example.com",
"ReporterOrgEmail": "[email protected]",
"ReporterContactEmail": "[email protected]",
"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": "[email protected]",
"SmtpRcptToAddress": "[email protected]",
"Samples": [
{
"ContentType": "message/rfc822",
"Base64Encoded": true,
"Description": "The spamvertised mail",
"Payload": "bWFpbA=="
}
]
}
}

0 comments on commit 066a64c

Please sign in to comment.