mirror of https://github.com/MISP/misp-objects
chg: [typosquatting] jq_all_the_things
parent
7518752dff
commit
350c9b07cf
|
@ -1,14 +1,5 @@
|
|||
{
|
||||
"attributes": {
|
||||
"queried-domain": {
|
||||
"categories": [
|
||||
"Network activity",
|
||||
"External analysis"
|
||||
],
|
||||
"description": "Domain name",
|
||||
"misp-attribute": "domain",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"a-record": {
|
||||
"categories": [
|
||||
"Network activity",
|
||||
|
@ -49,15 +40,17 @@
|
|||
"multiple": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"website-title": {
|
||||
"description": "Website's title of the current queried domain",
|
||||
"disable_correlation": false,
|
||||
"misp-attribute": "text",
|
||||
"recommended": false,
|
||||
"queried-domain": {
|
||||
"categories": [
|
||||
"Network activity",
|
||||
"External analysis"
|
||||
],
|
||||
"description": "Domain name",
|
||||
"misp-attribute": "domain",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"website-similarity": {
|
||||
"description": "Similarity between website of both research and current variations domain",
|
||||
"ratio-similarity": {
|
||||
"description": "Similarity probability",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"recommended": false,
|
||||
|
@ -70,12 +63,19 @@
|
|||
"recommended": false,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"ratio-similarity": {
|
||||
"description": "Similarity probability",
|
||||
"website-similarity": {
|
||||
"description": "Similarity between website of both research and current variations domain",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"recommended": false,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"website-title": {
|
||||
"description": "Website's title of the current queried domain",
|
||||
"disable_correlation": false,
|
||||
"misp-attribute": "text",
|
||||
"recommended": false,
|
||||
"ui-priority": 1
|
||||
}
|
||||
},
|
||||
"description": "Typosquatting result",
|
||||
|
@ -86,4 +86,4 @@
|
|||
],
|
||||
"uuid": "22151d90-b39b-498c-86c7-126ddd2e1a55",
|
||||
"version": 1
|
||||
}
|
||||
}
|
|
@ -11,15 +11,15 @@
|
|||
"recommended": false,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"variations-number": {
|
||||
"description": "Number of variations for the research domain.",
|
||||
"variations-found-number": {
|
||||
"description": "Number of variations for the research domain that some info is found.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"recommended": false,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"variations-found-number": {
|
||||
"description": "Number of variations for the research domain that some info is found.",
|
||||
"variations-number": {
|
||||
"description": "Number of variations for the research domain.",
|
||||
"disable_correlation": true,
|
||||
"misp-attribute": "text",
|
||||
"recommended": false,
|
||||
|
|
Loading…
Reference in New Issue