We use exchange 2013 and relay permission is given to certain machines(IP's). These machines can send email as any existing or non existent user under our domain. but they are only allowed to send email from a particular email address.
So far I have achieved the following
created an alert if a machine sends an email from another email address which is not allowed or approved. but this works only for a search like
index="myindex" OriginalClientIp="10.x.x.x" NOT Sender="
[email protected]" | table Sender Recipients Timestamp OriginalClientIp
I have a list of email addresses and IP's.
There will be a max of two email addresses from each IP
any way to lookup a table and list out non matching "from email addresses"?
... View more