My site is being reported as a threat

My domain rizzit.net is being reported as a virus only by avast.

I have a virus total scan result here: https://www.virustotal.com/en/url/738bc0f627afa6bf3054f4543e57c1f5b2a40dbd6a4142414b758dbcf7b28ed1/analysis/

Typically only when a user looks at a image a “threat” is detected.

Here is an example: https://rizzit.net/Sup5URS.jpg

That is a screenshot of this thread.

I have done as asked. Changed passwords, removed all non essential files, and I looked through all my PHP code for any malicious code. Please help

hey and welcome to the avast forum im no expert but acording to zulu it could be something in your domain. hoppeful someone a litle more experice will drop be and give you a hand and pinpoint where the problrm lies

http://zulu.zscaler.com/submission/show/aa238d03a0e01baf31c1ca3fd492961f-1453141008

Typically only when a user looks at a image a "threat" is detected.
and what does the message from avast say?

Sucuri report https://sitecheck.sucuri.net/results/rizzit.net

DNS issues here
http://www.nabber.org/projects/dnscheck/?domain=rizzit.net
http://www.dnsinspect.com/rizzit.net/1453144513

OK here
http://dnscheck.pingdom.com/?domain=rizzit.net&timestamp=1453144500&view=1
https://www.ssllabs.com/ssltest/analyze.html?d=rizzit.net

IP issues here
http://multirbl.valli.org/lookup/160.153.94.47.html

MALICIOUS CODE DETECTED: https://sitecheck.sucuri.net/results/rizzit.net

Clean here: http://killmalware.com/rizzit.net/

No vulnerable libraries: http://retire.insecurity.today/#!/scan/06432afe7256101bf53a904f46e3b67be1a257a13b380cbe55062f0a985a93f8

Apache and PHP have to be updated: http://prntscr.com/9rsat1

You may also want to consider adding Incapsula or CloudFlare for security, my recommendation: Incapsula, it gives better security.

There is some insecurity on the site, but no malware per se. The address you entered is unnecessarily exposing the following response headers which divulge its choice of web platform:

Server: Apache/2.4.12
X-Powered-By: PHP/5.4.43
Configuring the application to not return unnecessary headers keeps this information silent and makes it significantly more difficult to identify the underlying frameworks.
Error here:

 <Error>
<script/>
<script>
navigator.CookiesOK="I explicitly accept all cookies";
</script>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>9D2EF20B2D01F17A</RequestId>
<HostId>
p+1d45+sEA9V14BMPEMGe8DkGf0IIpX2dKtdoB4cly18PuzxioWFHYrc6sWsKazUXdECENrsv30=
</HostId>
</Error>

http://www.domxssscanner.com/scan?url=http%3A%2F%2Frizzit.net%2Flogin.php
So let us rather look at this piece of code from this scan:

<h3>
 <b>Fatal error</b>: Call to undefined function _e() in <b>/home/rizzit/public_html/login_data.php</b> on line <b>6</b>


PHP tag clean-up needed! This piece of coding there needs attention to remove that error. :wink:

There is no function e_ or _e(). The function should be _e: or _e: () (info credits go to JAL)

Have a nice day,

polonus (volunteer website security analyst and website error-hunter)

Thank you all for your replies. I did not expect this much assistance. The user script is one I found on code canyon. I have removed its entirety.

What are the next steps to remove my wsebsite from avast detection?

By the way, the detection was URL:Mal

By the way, the detection was URL:Mal
URL:Mal = Blacklisted URL or IP

What do I need to do to have this removed?

Have notified avast team, you may get a reply later today

Highly appreciated.

I cannot see any malicious activity right now, so I unblocked the domain :wink:

Thank you!