Merge pull request #232 from Terrtia/master

domain-crawled object
pull/239/head
Alexandre Dulaunoy 2020-02-16 21:04:16 +01:00 committed by GitHub
commit 48bb38d67a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
{
"required": [
"domain"
],
"attributes": {
"text": {
"description": "A description of the tuple",
"disable_correlation": true,
"ui-priority": 1,
"misp-attribute": "text",
"recommended": false
},
"domain": {
"description": "Domain name",
"categories": [
"Network activity",
"External analysis"
],
"ui-priority": 1,
"misp-attribute": "domain",
"multiple": true
},
"url": {
"description": "domain url",
"categories": [
"Network activity",
"External analysis"
],
"ui-priority": 1,
"misp-attribute": "url",
"multiple": true
}
},
"version": 1,
"description": "A domain crawled over time",
"meta-category": "network",
"uuid": "bad4888d-c44e-4612-b08f-3d97c1e0014a",
"name": "domain-crawled"
}