Author Topic: My account is being hacked?  (Read 5435 times)

0 Members and 2 Guests are viewing this topic.

Offline paul

  • Contributor
  • Posts: 37
Re: My account is being hacked?
« Reply #25 on: October 09, 2021, 05:31:59 pm »
Its happened again,  four emails with “Failed Login Attempt”.

Three users with the same ip address, followed by seven users the next day with a different ip address.
However the user names are not found when I “search for members” so I guess the users accounts have already been blocked / deleted  ?

The user names were mostly random letters (again) and the ip addresses are 45.88.82.128 and 195.208.119.20
« Last Edit: October 09, 2021, 05:48:33 pm by paul »
 

Online MrMobodies

  • Super Contributor
  • ***
  • Posts: 1934
  • Country: gb
Re: My account is being hacked?
« Reply #26 on: October 10, 2021, 02:29:00 am »
Just noticed HPIB's country flag is showing Czech Republic and the IP address is assigned to Czech ISP MagnaLink and DDT has a British flag which is a long way away assuming they are in their respective countries according to flag they set.

https://whois.domaintools.com/188.122.198.84
Quote
IP Location   Czech Republic Czech Republic Hradec Kralove Magnalink A.s.
ASN   Czech Republic AS57728 HELIOSMB-AS, CZ (registered Oct 21, 2019)
Resolve Host   host84-198-122-188.magnalink.cz
Whois Server   whois.ripe.net
IP Address   188.122.198.84
« Last Edit: October 10, 2021, 02:38:23 am by MrMobodies »
 

Offline bson

  • Supporter
  • ****
  • Posts: 2386
  • Country: us
Re: My account is being hacked?
« Reply #27 on: October 10, 2021, 10:01:22 pm »
Many internet providers and most cellular network providers these days use carrier grade NAT (CG-NAT) on their IPv4 address space. This means that you could be sharing an IP address between multiple users. There just isn't enough IPv4 addresses to go around so that everyone has their own unique address (even if it's dynamically assigned).
It could also be a bug in the forum software.  If I try to login in as you, will it associate my address with your account?  It shouldn't, but if it does it would result in exactly these messages if someone is trying guess passwords for a large number of users.
 

Online EEVblog

  • Administrator
  • *****
  • Posts: 38378
  • Country: au
    • EEVblog
Re: My account is being hacked?
« Reply #28 on: October 11, 2021, 01:46:35 am »
Its happened again,  four emails with “Failed Login Attempt”.

Three users with the same ip address, followed by seven users the next day with a different ip address.
However the user names are not found when I “search for members” so I guess the users accounts have already been blocked / deleted  ?

The user names were mostly random letters (again) and the ip addresses are 45.88.82.128 and 195.208.119.20

A couple of people have mentioned this recently.
I presume it's just spam bots randomly attacking account.
 

Offline timbob

  • Contributor
  • Posts: 19
  • Country: us
Re: My account is being hacked?
« Reply #29 on: August 02, 2024, 12:28:21 am »
Just got and email about failed login today while was at work
 

Offline Andy Chee

  • Frequent Contributor
  • **
  • Posts: 922
  • Country: au
Re: My account is being hacked?
« Reply #30 on: August 02, 2024, 06:23:05 am »
I imagine it's a data scraper bot that is harvesting the thread subheader, for example:

Quote
DimitriP, Gertjan, mk_, darkspr1te, BennoG, RJSV, JMK, slavoy, Kim Christensen, djsb, coppercone2 and 183 Guests are viewing this board.

So a single bot machine (which explains the common IP address) located in India, Russia, North Korea, could scrape this list of names, and tryout some obvious passwords.

There's probably a bot just sitting on the Test Equipment forum (biggest forum) just scraping away.
« Last Edit: August 02, 2024, 06:27:01 am by Andy Chee »
 

Online EEVblog

  • Administrator
  • *****
  • Posts: 38378
  • Country: au
    • EEVblog
Re: My account is being hacked?
« Reply #31 on: August 06, 2024, 02:24:16 am »
Just had a forum user contect me that he got an email report that a dozen different new account were set up with part of his username used, sharing the same IP address.
The only conclusion I can come to was that his machien was infected with some sort of malware that was creating accounts. As how else would they kno his udername and use the same IP?
 

Offline Halcyon

  • Global Moderator
  • *****
  • Posts: 5857
  • Country: au
Re: My account is being hacked?
« Reply #32 on: August 06, 2024, 03:15:21 am »
Just had a forum user contect me that he got an email report that a dozen different new account were set up with part of his username used, sharing the same IP address.
The only conclusion I can come to was that his machien was infected with some sort of malware that was creating accounts. As how else would they kno his udername and use the same IP?

Username, I can understand, but IP address nope.
 

Offline ebastler

  • Super Contributor
  • ***
  • Posts: 6836
  • Country: de
Re: My account is being hacked?
« Reply #33 on: August 06, 2024, 05:11:19 am »
Just had a forum user contect me that he got an email report that a dozen different new account were set up with part of his username used, sharing the same IP address.
The only conclusion I can come to was that his machien was infected with some sort of malware that was creating accounts. As how else would they kno his udername and use the same IP?

Where did that email come from? Does SMF send such emails when it detects fraud attempts? (But why would the creation of an account which uses "part of one's username" be considered fraud? There are plenty of usernames here which share parts of the name.)

I am wondering whether the email itself was a scam attempt, trying to get the user's real credentials?
 

Offline Halcyon

  • Global Moderator
  • *****
  • Posts: 5857
  • Country: au
Re: My account is being hacked?
« Reply #34 on: August 06, 2024, 07:53:06 am »
Dave, I know you set up DMARC a little while ago, but I'd recommend implementing a stronger policy. Currently the policy is p=none (which is useful for testing), but worth moving that over to p=reject at some stage.

Also make sure any services sending emails on-behalf of eevblog.com are included in your SPF policy (if they don't login directly to your Google account).

https://checkcybersecurity.service.ncsc.gov.uk/email-security-check/results?domain=eevblog.com
 

Online EEVblog

  • Administrator
  • *****
  • Posts: 38378
  • Country: au
    • EEVblog
Re: My account is being hacked?
« Reply #35 on: August 07, 2024, 03:56:40 am »
Dave, I know you set up DMARC a little while ago, but I'd recommend implementing a stronger policy. Currently the policy is p=none (which is useful for testing), but worth moving that over to p=reject at some stage.

Did that and it caused all my email to be rejected by recipiant (gmail especially)
 

Online EEVblog

  • Administrator
  • *****
  • Posts: 38378
  • Country: au
    • EEVblog
Re: My account is being hacked?
« Reply #36 on: August 07, 2024, 03:57:32 am »
Just had a forum user contect me that he got an email report that a dozen different new account were set up with part of his username used, sharing the same IP address.
The only conclusion I can come to was that his machien was infected with some sort of malware that was creating accounts. As how else would they kno his udername and use the same IP?
Where did that email come from? Does SMF send such emails when it detects fraud attempts? (But why would the creation of an account which uses "part of one's username" be considered fraud? There are plenty of usernames here which share parts of the name.)
I am wondering whether the email itself was a scam attempt, trying to get the user's real credentials?

Yes, SMF detects failed login attempts and alerts the account holder via email.
 

Offline ebastler

  • Super Contributor
  • ***
  • Posts: 6836
  • Country: de
Re: My account is being hacked?
« Reply #37 on: August 07, 2024, 06:46:58 am »
Yes, SMF detects failed login attempts and alerts the account holder via email.

Sure, I know about these notification. But in your earlier post, you had mentioned "an email report that a dozen different new account were set up with part of his username used, sharing the same IP address".

What's the deal there? Would I receive an email if someone creates an account with a username which resembles mine? Or if someone creates a new account and comes from the same IP address which I have used at some point before -- i.e. someone just using the same internet provider as me?
 

Offline Halcyon

  • Global Moderator
  • *****
  • Posts: 5857
  • Country: au
Re: My account is being hacked?
« Reply #38 on: August 07, 2024, 07:50:07 am »
Dave, I know you set up DMARC a little while ago, but I'd recommend implementing a stronger policy. Currently the policy is p=none (which is useful for testing), but worth moving that over to p=reject at some stage.

Did that and it caused all my email to be rejected by recipiant (gmail especially)

That's working as intended. It also means something else is misconfigured (probably SPF). a policy of "none" is basically like having no DMARC at all.
 

Offline golden_labels

  • Super Contributor
  • ***
  • Posts: 1322
  • Country: pl
Re: My account is being hacked?
« Reply #39 on: August 07, 2024, 06:32:49 pm »
Until ebastler question is answered, I can deliver one guess.

Perhaps the user registered in another service using the same username and email address? If the service was run or compromised by the adversary, they would have their username, email address, and IP address. The first two is enough to send a scam email, pretending that it comes from some service (EEVblog forum in this case).(1) Having the IP address just makes it more believable.


(1) The EEVblog forum itself wouldn’t be special in this case. It just happened that the usernames agree for this particular website.
People imagine AI as T1000. What we got so far is glorified T9.
 

Offline madires

  • Super Contributor
  • ***
  • Posts: 8087
  • Country: de
  • A qualified hobbyist ;)
Re: My account is being hacked?
« Reply #40 on: August 07, 2024, 07:05:08 pm »
Dave, I know you set up DMARC a little while ago, but I'd recommend implementing a stronger policy. Currently the policy is p=none (which is useful for testing), but worth moving that over to p=reject at some stage.

Code: [Select]
host -t TXT _dmarc.eevblog.com
_dmarc.eevblog.com descriptive text "v=DMARC1; p=none; sp=none; fo=1; aspf=r; adkim=r;"

fo=1 (create forensic report for rejected emails) doesn't make much sense without also setting ruf=mailto:<some email address> to receive the reports.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf