Malware on the Site?

General discussion on all things Omaha.
User avatar
stormchaser
Planning Board
Posts: 2380
Joined: Fri Jun 01, 2018 8:14 am

Malware on the Site?

Post by stormchaser »

It “might” be a false positive but every time I go to the Nebraska and Iowa forum on this site, my router blocks malware. It’s only on that specific section so I doubt it’s a false positive. Just letting the admins know anyway :)


Image
User avatar
stormchaser
Planning Board
Posts: 2380
Joined: Fri Jun 01, 2018 8:14 am

Re: Malware on the Site?

Post by stormchaser »

This is the specific file/link in question:

Image
User avatar
Omaha Cowboy
The Don
Posts: 1013711
Joined: Wed Jan 07, 2004 5:31 am
Location: West Omaha

Re: Malware on the Site?

Post by Omaha Cowboy »

Thanks for letting us know-

I’m not seeing that when I log onto that forum..But we’ll have it looked into…

Ciao..LiO…Peace
Go Cowboys!
User avatar
BRoss
IT Director
Posts: 10003363
Joined: Fri Aug 04, 2006 7:39 pm
Location: West Central Omaha

Re: Malware on the Site?

Post by BRoss »

stormchaser wrote: Fri Nov 19, 2021 5:57 pm This is the specific file/link in question:

Image
That file it is pointing out is the avatar of a member who is mainly only active in the Nebraska and Iowa forum. The image is no longer found and returns a 404. I don't see anything malicious with it.

Code: Select all

>> curl -v http://vitahound.com/wp-content/uploads/2014/10/Black-Lab-Dog-100x100.jpg
*   Trying 50.87.170.99...
* TCP_NODELAY set
* Connected to vitahound.com (50.87.170.99) port 80 (#0)
> GET /wp-content/uploads/2014/10/Black-Lab-Dog-100x100.jpg HTTP/1.1
> Host: vitahound.com
> User-Agent: curl/7.55.1
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Date: Sat, 20 Nov 2021 01:16:11 GMT
< Server: Apache
< Content-Length: 315
< Content-Type: text/html; charset=iso-8859-1
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
</body></html>
* Connection #0 to host vitahound.com left intact
User avatar
Brad
Photographer
Posts: 1036520
Joined: Sat Feb 28, 2004 6:03 pm
Location: Omaha, NE

Re: Malware on the Site?

Post by Brad »

I just changed his avatar, see if its better now.
User avatar
stormchaser
Planning Board
Posts: 2380
Joined: Fri Jun 01, 2018 8:14 am

Re: Malware on the Site?

Post by stormchaser »

Brad wrote: Fri Nov 19, 2021 7:15 pm I just changed his avatar, see if its better now.
Just checked again in both normal and incognito mode - no warning message currently so I "think" it's all cleared up. I'll let you know if it ever ends up coming back. Thanks!
bbinks
Parks & Recreation
Posts: 1544
Joined: Thu Sep 14, 2006 4:10 pm

Re: Malware on the Site?

Post by bbinks »

I'd be happy to see the spam posts from Czechoslovakia or Russia stop.
User avatar
Brad
Photographer
Posts: 1036520
Joined: Sat Feb 28, 2004 6:03 pm
Location: Omaha, NE

Re: Malware on the Site?

Post by Brad »

bbinks wrote: Tue Nov 23, 2021 2:11 pm I'd be happy to see the spam posts from Czechoslovakia or Russia stop.
We ban their IP addresses every time, but I'm sure they are spoofing IP addresses like the robo calls do.

Honestly, the way we could eliminate about 90% of the would be to ban gmail email address, and obviously that's not going to happen.
User avatar
BRoss
IT Director
Posts: 10003363
Joined: Fri Aug 04, 2006 7:39 pm
Location: West Central Omaha

Re: Malware on the Site?

Post by BRoss »

To stop issues we had with slowness and errors in the past, I had to completely block huge ranges of IPs registered overseas.

One problem I've noticed lately though is they are going through AWS servers, which make them appear to be coming from the US.
Original
Home Owners Association
Posts: 181
Joined: Thu Aug 27, 2015 3:19 pm

Re: Malware on the Site?

Post by Original »

Another forum I have administered with different software lets you require a valid answer to a simple question to register, and even though it is the most basic possible thing you can imagine related to the topic, it stops enough of the automated registrations that it has been reduced to a manageable level for us. If phpBB lets you implement something like that, as simple as "what is the full name of state is Omaha in?", you may see an additional reduction in automated signups.

Maybe you do that now and I just don't remember since it has been years since I registered.
bbinks
Parks & Recreation
Posts: 1544
Joined: Thu Sep 14, 2006 4:10 pm

Re: Malware on the Site?

Post by bbinks »

Brad wrote: Tue Nov 23, 2021 6:26 pm
bbinks wrote: Tue Nov 23, 2021 2:11 pm I'd be happy to see the spam posts from Czechoslovakia or Russia stop.
We ban their IP addresses every time, but I'm sure they are spoofing IP addresses like the robo calls do.

Honestly, the way we could eliminate about 90% of the would be to ban gmail email address, and obviously that's not going to happen.
I don't remember if I had to verify my email address when I registered. Not sure if that would even help.
User avatar
BRoss
IT Director
Posts: 10003363
Joined: Fri Aug 04, 2006 7:39 pm
Location: West Central Omaha

Re: Malware on the Site?

Post by BRoss »

Original wrote: Wed Nov 24, 2021 9:38 am Another forum I have administered with different software lets you require a valid answer to a simple question to register, and even though it is the most basic possible thing you can imagine related to the topic, it stops enough of the automated registrations that it has been reduced to a manageable level for us. If phpBB lets you implement something like that, as simple as "what is the full name of state is Omaha in?", you may see an additional reduction in automated signups.

Maybe you do that now and I just don't remember since it has been years since I registered.
I think it used to be a question, but we had a bunch getting through and switched to captcha a few years back. It may be time to reconsider what we are using. I like the idea of also doing verification emails that bbinks is recommending.
Original
Home Owners Association
Posts: 181
Joined: Thu Aug 27, 2015 3:19 pm

Re: Malware on the Site?

Post by Original »

We do captcha along with the question. Our forum is a little more obscure, and has about 1/5th of the traffic here. So maybe not the best comparable, but defense in depth is always good against spam.
User avatar
BRoss
IT Director
Posts: 10003363
Joined: Fri Aug 04, 2006 7:39 pm
Location: West Central Omaha

Re: Malware on the Site?

Post by BRoss »

Original wrote: Wed Dec 01, 2021 9:37 am We do captcha along with the question. Our forum is a little more obscure, and has about 1/5th of the traffic here. So maybe not the best comparable, but defense in depth is always good against spam.
Looks like you can only use one captcha at a time without some kind of mod. But I just changed it to Q&A with a non-Googlable answer, so we'll see if that makes a difference.