Solved Domain is sending out spam email from default account email

xerox

Verified User
Joined
Jul 16, 2019
Messages
145
Hello,

I discovered that one of my directadmin account which have wordpress installed is sending out email from default email address e.g. [email protected].

The email is going to [email protected].

How to track where it is sending out and how and finally how to stop the spam?

Any ideas?
 
Last edited:
Hm, all I see is this (domain modified as random.com):

Code:
451=type=email&[email protected]&method=outgoing&id=1n02hZ-0007WY-6c&authenticated_id=randomcom&sender_host_address=&log_time=1640183685&message_size=451&local_part=sunsmasler&domain=gmail.com&path=/home/randomcom/domains/random.com/public_html/wp-admin
143=type=email&email=&method=outgoing&id=1n02ha-0007Wf-IS&authenticated_id=randomcom&sender_host_address=&log_time=1640183686&message_size=143&local_part=sunsmasler&domain=gmail.com&path=/home/randomcom/domains/random.com/public_html/wp-admin
 
With WordPress, I see many websites are outdated, and use unsecured forms. Outdated WP core + plugins + themes can be exploited. These unsecured forms can be exploited for sending spams. Then in case that these WordPress websites use default mail() function, you will see outgoing emails from default email account (DA username).

DA has some tools such as BlockCracking and EasySpamFighter, have you tried them? Or use other paid solutions such as SpamExperts or MailChannels.
 
chattr +i = best protection!
but a lot of our users with old websites still using this method :)
e0e5f774657d69aa53062d7e84583d7b.jpg
 
With WordPress, I see many websites are outdated, and use unsecured forms. Outdated WP core + plugins + themes can be exploited. These unsecured forms can be exploited for sending spams. Then in case that these WordPress websites use default mail() function, you will see outgoing emails from default email account (DA username).

DA has some tools such as BlockCracking and EasySpamFighter, have you tried them? Or use other paid solutions such as SpamExperts or MailChannels.

Found a way to recognize where it comes from.

Taked a look into directadmin users dashboard -> Email usage.
There was wordpress plugin which was executed from php file, port 4881.

Also I changed both passwords and closed that port.

Thanks!
 
Back
Top