Hi,
Lets say that I have 10 users that are getting the same "spam" email sent to them. I would now like to be able to save these 10 email address and do a search over the last hour / 4 hours / 24 hours / whatever and see if any kombination of those same 10 users (or so) have recieved the same kind of message even in the future.
Lets say my users are named
A,B,C,D,E,F,G,H,I,J
and they all recieved the same kind of "spam" email yesterday.
I would now like to know if either of them, in combination recieved the "same email" again / together.
IE. did user A and B recieved the same email from "unkown source" OR did for exemple user E and G recieve the same email today ?
If so i would like to have an alert.
I was thinking to use some kind of lookup table for this ? However it is not really clear to me how i can go about to check if any combination of my users (in the lookup) received the same email ( as recipients together ) .
Is the question clear enough ?
Thanks!
I have already as per somesoni2:s suggestion a search that generates a lookup file that i in turn can use to check "todays" results.
However i belive i need to do a field join on all the possible combinations of recipients and check that agains a similar field join with "todays" multiple reciepients. Some kind of for loop over the recipients ? I am pretty sure i need to group together the possible combination of recipients and do a search for any of these kombinations ?
small log example;
<22>Apr 14 16:16:09 Maillogs_syslog: Info: MID 92013738 ICID 64542651 From: evil@badmuthefcker.com
<22>Apr 14 16:16:09 Maillogs_syslog: Info: MID 92013738 ICID 64542651 RID 0 To: A@mail.com
<22>Apr 14 16:16:09 Maillogs_syslog: Info: MID 92013738 ICID 64542651 RID 1 To: B@mail.com
<22>Apr 14 16:16:09 Maillogs_syslog: Info: MID 92013738 ICID 64542651 RID 2 To: C@mail.com
<22>Apr 14 16:16:10 Maillogs_syslog: Info: MID 92013738 Subject '=?utf-7?B?U09TUEVDSEE6IEFDVFVBTElaQUNJK0FOTS1OIERFIENVRU5UQQ==?='
... View more