Adding phone company of the sending SMS number

While sharing some data using this object, we saw the need to add the phone company of the number sending the sms. 
With it we can make good local correlations and have an idea of flaws ocurring on phone number release by these companies.
Using web services like Truecaller, it's possible to enrich an analysis with this data.
pull/252/head
Carlos Borges 2020-05-13 20:42:55 -03:00 committed by GitHub
parent 1bb723d90b
commit e5ed919e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -16,6 +16,11 @@
"misp-attribute": "text",
"ui-priority": 0
},
"phone-company": {
"description": "Phone company of the number used to send the SMS",
"misp-attribute": "text",
"ui-priority": 0
}
"received-date": {
"description": "Received date of the SMS",
"disable_correlation": true,
@ -54,4 +59,4 @@
],
"uuid": "4851a3dc-e1a6-43ac-9d97-f0d13a099fd2",
"version": 3
}
}