Skip to content

Commit

Permalink
Added WebCrawler to superschema
Browse files Browse the repository at this point in the history
and added positive sample
  • Loading branch information
Maximilian Staab committed Aug 26, 2022
1 parent 72700b4 commit c009cac
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
28 changes: 28 additions & 0 deletions samples/positive/development/webcrawler_sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"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": "WebCrawler",
"Date": "2018-02-05T14:17:10Z",
"SourceIp": "192.0.2.59",
"SourcePort": 443,
"Ongoing": true,
"Samples": [
{
"ContentType": "text/plain",
"Base64Encoded": false,
"Description": "Requested page does't exist",
"Payload": "GET /login.php 404"
}
]
}
}
3 changes: 3 additions & 0 deletions schemas/development/xarf.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
},
{
"$ref": "openservice.schema.json"
},
{
"$ref": "webcrawler.schema.json"
}
]
}

0 comments on commit c009cac

Please sign in to comment.