mirror of https://github.com/MISP/misp-objects
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
parent
1bb723d90b
commit
e5ed919e26
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue