so.. telive is working like a charm.. Still not figured out all functions. but i working on that. Big question i have..
let's supose that in one network are 4-5 services active.. network is air encrypted 1. One or more services are using multiple freqencies.. how can i detect wich terminals are paired or are in same service ? how can i detect how manny services are using this network?
br'
define what you mean by "service"? typically this will be one or more groups, that are used by a set of ISSIs.
example:
you see ISSIs 1,2,3,4,5,6,7,8,9,10, and GSSIs 100, 101 and 102. looking at the logs GSSI 100 is used by ISSIs 1,2,3,4; GSSI 101 is used by 2,3,4,5; and GSSI 102 is used by 6,7,8,9,10
so we can deduce that 100 and 101 are somehow related together (used by one company, we can call this a "service"). this user has ISSIs 1,2,3,4,5
group 102 is used by ISSIs 6,7,8,9,10. this may be another company, or this may be the same company (but ISSIs 6-10 never use groups 100 and 101), we can never be sure. now if you see ISSI 6 using GSSI 100, then most probably this is the same company.
this can get more complicated. suppose you have the police, firefighters and ambulances on different GSSIs oin the same network. suppose there is one GSSI used for calling the ambulance dispatch, and that this is also used by the police and firefighters. by doing only analysis which ISSI talks in which GSSI you would conclude that all GSSIs belong to one system (because there is one common GSSI), which is not true. of course if you can receive voice traffic, then it is easier to guess which is which.
i wrote a small patch for one of the users that will export all call information via a HTTP request, which is later processed via a php script and put into a database (ugly hack, but it worked for him). this was later processed to see which SSIs would be in the same call with each other, to discover the "services".
one day i will write something to interface the telive output with Maltego, and in Maltego you will be able to do any correlation you like: graph of who talks to who, which SSIs are active at which times etc