misp-objects/objects/domain-crawled/definition.json

39 lines
843 B
JSON
Raw Normal View History

2020-02-14 17:08:37 +01:00
{
"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"
2020-02-14 17:08:37 +01:00
},
"url": {
"description": "domain url",
"categories": [
"Network activity",
"External analysis"
],
"ui-priority": 1,
"misp-attribute": "url",
"multiple": true
}
},
"version": 2,
2020-02-14 17:08:37 +01:00
"description": "A domain crawled over time",
"meta-category": "network",
"uuid": "bad4888d-c44e-4612-b08f-3d97c1e0014a",
2020-02-14 17:11:42 +01:00
"name": "domain-crawled"
2020-02-14 17:08:37 +01:00
}