download/file.php?mode=view&id=224&sid= ... 9c3f8bc11f
I've verified this by connecting to mysql as root. ( this will find them all )
Code: Select all
#mysql sqlgrey -u root -p
mysql> select * from connect where src like '%.%.%' and src not like '%.%.%.%';
Code: Select all
mysql> select * from connect where sender_domain = 'digitalrealty.com';
+------------------+----------------------+--------------+-------------------------------------------+---------------------------+
| sender_name | sender_domain | src | rcpt | first_seen |
+------------------+----------------------+--------------+-------------------------------------------+---------------------------+
| xxxxxxx | digitalrealty.com | 104.47.32 | xxxxxxxxxxxxxx@xxxxxxxxxxxxxxx | 2017-03-07 19:40:55 |
| xxxxxxx | digitalrealty.com | 104.47.32 | xxxxxxxxxxx@xxxxxxxxxxxxxxx | 2017-03-07 19:40:55 |
+------------------+----------------------+--------------+-------------------------------------------+---------------------------+
Code: Select all
sudo zgrep -i 'digitalrealty.com' /var/log/maillog-*.gz | grep '104.47.32'
Code: Select all
/var/log/maillog-20170224.gz:Feb 23 17:38:22 foster-spam sqlgrey: grey: throttling: 104.47.32(104.47.32.121), etc...etc...
A quick reverse lookup shows:
Code: Select all
dig -x 104.47.32.107
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.47.rc1.el6_8.4 <<>> -x 104.47.32.107
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 302
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;107.32.47.104.in-addr.arpa. IN PTR
;; ANSWER SECTION:
107.32.47.104.in-addr.arpa. 3600 IN PTR mail-sn1nam01on0107.outbound.protection.outlook.com.
/etc/sqlgrey/clients_fqdn_whitelist.local
Code: Select all
*.messagelabs.com
messagelabs.com
*.mxlogic.com
mxlogic.com
*.outbound.protection.outlook.com
outbound.protection.outlook.com