Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
Godlike VPS
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Merry Christmas 2025 and Happy New Year 2026! [DEALS MEGATHREAD]

19192949697138

Comments

  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @cainyxues said:

    @beanman109 said:
    all my omhies hate ipv6

    ahem...

    AS206540 – BEANSUMMERHOST NEXTGEN SHED HOSTING SOLUTIONS LLC

    me running an ipv6 only ASN and my hatred towards ipv6 should not be mutually exclsuive

    Thanked by 4ralf tentor geo cainyxues
  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire

    Emmmm hold on

  • @Hudafullstack said:
    @HostDZire

    📦IN Cloud VPS #4
    AMD EPYC || 8vCore || 16GB RAM || 200GB NVMe || 8TB BW/mo || 10Gbit - Shared || 1 IPV4 ||
    Flashhh salee... Price: $20/ Annually

    Haha

  • Happy new LET year

    Thanked by 1FAT32
  • Happy New Year!

    Thanked by 1FAT32
  • 384_cz384_cz Member
    edited December 2025

    Is this a good script for abuse emails?

    import smtplib, ssl
    import re
    from ipwhois import IPWhois
    mymail = "[email protected]"
    context = ssl.create_default_context()
    server.login(mymail, "ENTER YOUR PASSWORD HERE")
    server = smtplib.SMTP_SSL("384.cz", 465, context=context)
    while True:
            logline = input("Log line:")
            ip=logline.split(" ")[0]
            print(ip)
            obj = IPWhois(ip)
            results = obj.lookup_whois(get_referral=True) #obj.lookup_rdap() #(bootstrap=False)
            #print(str(results))
            match = re.search(r'[\w.+-]+@[\w-]+\.[\w.-]+', str(results))
            try:
                    email = match.group(0)
                    print(email)
            except Exception as e:
                    print(e)
                    continue
    
            message = "From: \"384.cz Abuse Department\" <[email protected]> \n"
            message += "To: "+email+"\n"
            message += "Subject: Webserver abuse from "+ip+"\n\n"
            message += "Dear Sir/Madam,\n\nOur webserver 384.cz received traffic from "+ip+" that is a vulnerability scan and/or an attempt to exploit a weakness\n"
            message += "According to WHOIS, that IP is under your responsibility.\n"
            message += "Please take appropriate measures to avoid this in the future.\n"
            #message += "I would also like you to tell me why did this happen\n"
            message += "Log line is attached below.\n\n"
            message += "Best Regards,\n\n384.cz's abuse department\[email protected]\n\n\n"
            message += logline
    
    
            context = ssl.create_default_context()
    #       with smtplib.SMTP_SSL("384.cz", 465, context=context) as server:
            server.sendmail(mymail, [email,mymail], message)
    

    The Most Good Reguards,

    384.cz

  • @beanman109 said:

    @cainyxues said:

    @beanman109 said:
    all my omhies hate ipv6

    ahem...

    AS206540 – BEANSUMMERHOST NEXTGEN SHED HOSTING SOLUTIONS LLC

    me running an ipv6 only ASN and my hatred towards ipv6 should not be mutually exclsuive

    Doesn't your hate for ipv6 stemmed from you job dealing with ipv6?

  • HostDZireHostDZire Member, Patron Provider

    @beanman109 said:

    @HostDZire said:

    @beanman109 said:
    any deals

    What do you need ?

    cheap smal plate chimken (2c4gb) anywhere in amerika or europ pls

    I found one stock for $22/ Annually USA vps you were looking for.
    DM me if you want it.

  • Happy New Year

  • rpqurpqu Member
    edited December 2025

    @384_cz said:
    Is this a good script for abuse emails?

    import smtplib, ssl
    import re
    from ipwhois import IPWhois
    mymail = "[email protected]"
    context = ssl.create_default_context()
    server.login(mymail, "ENTER YOUR PASSWORD HERE")
    server = smtplib.SMTP_SSL("384.cz", 465, context=context)
    while True:
            logline = input("Log line:")
            ip=logline.split(" ")[0]
            print(ip)
            obj = IPWhois(ip)
            results = obj.lookup_whois(get_referral=True) #obj.lookup_rdap() #(bootstrap=False)
            #print(str(results))
            match = re.search(r'[\w.+-]+@[\w-]+\.[\w.-]+', str(results))
            try:
                    email = match.group(0)
                    print(email)
            except Exception as e:
                    print(e)
                    continue
    
            message = "From: \"384.cz Abuse Department\" <[email protected]> \n"
            message += "To: "+email+"\n"
            message += "Subject: Webserver abuse from "+ip+"\n\n"
            message += "Dear Sir/Madam,\n\nOur webserver 384.cz received traffic from "+ip+" that is a vulnerability scan and/or an attempt to exploit a weakness\n"
            message += "According to WHOIS, that IP is under your responsibility.\n"
            message += "Please take appropriate measures to avoid this in the future.\n"
            #message += "I would also like you to tell me why did this happen\n"
            message += "Log line is attached below.\n\n"
            message += "Best Regards,\n\n384.cz's abuse department\[email protected]\n\n\n"
            message += logline
    
    
            context = ssl.create_default_context()
    #       with smtplib.SMTP_SSL("384.cz", 465, context=context) as server:
            server.sendmail(mymail, [email,mymail], message)
    

    The Most Good Reguards,

    384.cz

    What's the acceptable timeframe for failed ssh, vulnerability scanner, etc? I got decades worth of unwarranted scanning log

  • @rpqu said:

    @384_cz said:
    Is this a good script for abuse emails?

    import smtplib, ssl
    import re
    from ipwhois import IPWhois
    mymail = "[email protected]"
    context = ssl.create_default_context()
    server.login(mymail, "ENTER YOUR PASSWORD HERE")
    server = smtplib.SMTP_SSL("384.cz", 465, context=context)
    while True:
            logline = input("Log line:")
            ip=logline.split(" ")[0]
            print(ip)
            obj = IPWhois(ip)
            results = obj.lookup_whois(get_referral=True) #obj.lookup_rdap() #(bootstrap=False)
            #print(str(results))
            match = re.search(r'[\w.+-]+@[\w-]+\.[\w.-]+', str(results))
            try:
                    email = match.group(0)
                    print(email)
            except Exception as e:
                    print(e)
                    continue
    
            message = "From: \"384.cz Abuse Department\" <[email protected]> \n"
            message += "To: "+email+"\n"
            message += "Subject: Webserver abuse from "+ip+"\n\n"
            message += "Dear Sir/Madam,\n\nOur webserver 384.cz received traffic from "+ip+" that is a vulnerability scan and/or an attempt to exploit a weakness\n"
            message += "According to WHOIS, that IP is under your responsibility.\n"
            message += "Please take appropriate measures to avoid this in the future.\n"
            #message += "I would also like you to tell me why did this happen\n"
            message += "Log line is attached below.\n\n"
            message += "Best Regards,\n\n384.cz's abuse department\[email protected]\n\n\n"
            message += logline
    
    
            context = ssl.create_default_context()
    #       with smtplib.SMTP_SSL("384.cz", 465, context=context) as server:
            server.sendmail(mymail, [email,mymail], message)
    

    The Most Good Reguards,

    384.cz

    What's the acceptable timeframe for failed ssh, vulnerability scanner, etc? I got decades worth of unwarranted scanning

    One month probably

  • HostDZireHostDZire Member, Patron Provider

    @Hudafullstack said:
    @HostDZire

    📦IN Cloud VPS #4
    AMD EPYC || 8vCore || 16GB RAM || 200GB NVMe || 8TB BW/mo || 10Gbit - Shared || 1 IPV4 ||
    Flashhh salee... Price: $20/ Annually

  • @HostDZire said:

    @beanman109 said:

    @HostDZire said:

    @beanman109 said:
    any deals

    What do you need ?

    cheap smal plate chimken (2c4gb) anywhere in amerika or europ pls

    I found one stock for $22/ Annually USA vps you were looking for.
    DM me if you want it.

    Do you have SFO or LAX?

  • @HostDZire said:

    @Hudafullstack said:
    @HostDZire

    📦IN Cloud VPS #4
    AMD EPYC || 8vCore || 16GB RAM || 200GB NVMe || 8TB BW/mo || 10Gbit - Shared || 1 IPV4 ||
    Flashhh salee... Price: $20/ Annually

    Leaseweb?

  • anubhavhiranianubhavhirani Member
    edited December 2025

    @Hudafullstack said:
    @HostDZire

    📦IN Cloud VPS #4
    AMD EPYC || 8vCore || 16GB RAM || 200GB NVMe || 8TB BW/mo || 10Gbit - Shared || 1 IPV4 ||
    Flashhh salee... Price: $20/ Annually

    $25 + GST (please) 🫣 @HostDZire

  • HostDZireHostDZire Member, Patron Provider

    @lisgten said:

    @HostDZire said:

    @beanman109 said:

    @HostDZire said:

    @beanman109 said:
    any deals

    What do you need ?

    cheap smal plate chimken (2c4gb) anywhere in amerika or europ pls

    I found one stock for $22/ Annually USA vps you were looking for.
    DM me if you want it.

    Do you have SFO or LAX?

    Its gone, @beanman109 took it.

    Thanked by 2beanman109 barbarza
  • @anubhavhirani said:

    @Hudafullstack said:
    @HostDZire

    📦IN Cloud VPS #4
    AMD EPYC || 8vCore || 16GB RAM || 200GB NVMe || 8TB BW/mo || 10Gbit - Shared || 1 IPV4 ||
    Flashhh salee... Price: $20/ Annually

    $25 + GST (please) 🫣 @HostDZire

    Agree 🤭

  • Are there any other socially acceptable crimes other that non-payment of taxes?

  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire
    edited December 2025

    Can anyone price match / provide refugee deals for my VirMach offers?

  • @384_cz said:

    @rpqu said:

    @384_cz said:
    Is this a good script for abuse emails?

    import smtplib, ssl
    import re
    from ipwhois import IPWhois
    mymail = "[email protected]"
    context = ssl.create_default_context()
    server.login(mymail, "ENTER YOUR PASSWORD HERE")
    server = smtplib.SMTP_SSL("384.cz", 465, context=context)
    while True:
            logline = input("Log line:")
            ip=logline.split(" ")[0]
            print(ip)
            obj = IPWhois(ip)
            results = obj.lookup_whois(get_referral=True) #obj.lookup_rdap() #(bootstrap=False)
            #print(str(results))
            match = re.search(r'[\w.+-]+@[\w-]+\.[\w.-]+', str(results))
            try:
                    email = match.group(0)
                    print(email)
            except Exception as e:
                    print(e)
                    continue
    
            message = "From: \"384.cz Abuse Department\" <[email protected]> \n"
            message += "To: "+email+"\n"
            message += "Subject: Webserver abuse from "+ip+"\n\n"
            message += "Dear Sir/Madam,\n\nOur webserver 384.cz received traffic from "+ip+" that is a vulnerability scan and/or an attempt to exploit a weakness\n"
            message += "According to WHOIS, that IP is under your responsibility.\n"
            message += "Please take appropriate measures to avoid this in the future.\n"
            #message += "I would also like you to tell me why did this happen\n"
            message += "Log line is attached below.\n\n"
            message += "Best Regards,\n\n384.cz's abuse department\[email protected]\n\n\n"
            message += logline
    
    
            context = ssl.create_default_context()
    #       with smtplib.SMTP_SSL("384.cz", 465, context=context) as server:
            server.sendmail(mymail, [email,mymail], message)
    

    The Most Good Reguards,

    384.cz

    What's the acceptable timeframe for failed ssh, vulnerability scanner, etc? I got decades worth of unwarranted scanning

    One month probably

    That's quite short. Though, I get it, because IP are transfered all the time.

  • rpqurpqu Member
    edited December 2025

    @384_cz said:
    Are there any other socially acceptable crimes other that non-payment of taxes?

    Taxes is ...

    Thanked by 1FAT32
  • @FAT32 said:
    Can anyone price match / provide refugee deals for my VirMach offers?

    @djunior made some claims...

    Thanked by 3FAT32 admax geo
  • JordJord Moderator, Host Rep, Megathread Squad

    So what we are saying is there are no deals? Right got it.....

  • @FAT32 said:
    Can anyone price match / provide refugee deals for my VirMach offers?

    do you want other providers to deadpool the same way, or what

  • @FAT32 said:
    Can anyone price match / provide refugee deals for my VirMach offers?

    Can they match the personalized support that virmach also offered? Virmach the virmached.

    Thanked by 2FAT32 admax
  • sh97sh97 Member, Host Rep

    @HostDZire said:

    @beanman109 said:
    any deals

    What do you need ?

    What about 2c/4g in NL for $12 (considering 4c/8g is $24)

    Also just curious, will you bringing in own hardware at other leaseweb locations?

  • beanman109beanman109 Member, Host Rep, Megathread Squad

    @Decicus said:

    @FAT32 said:
    Can anyone price match / provide refugee deals for my VirMach offers?

    do you want other providers to deadpool the same way, or what

    cascading deadpool refuge offers

    Thanked by 3Decicus FAT32 geo
  • @FAT32 said: refugee deals for my VirMach

    So finally you're giving up?

    Me too. I only have ONE (sacrilege!) VM now. Don't know how long it'll last. It was a good run while things lasted. Let a Tokyo expire. Felt sad. Seems like a good decision though. Tokyo is gone now. Those puzzles still haunt enthrall me. As do those Easter eggs. I remember those more than the VMs. Plus of course the 8/8/88....

    Thanked by 4FAT32 admax Decicus geo
  • FAT32FAT32 Administrator, Deal Compiler Extraordinaire

    @Decicus said:

    @FAT32 said:
    Can anyone price match / provide refugee deals for my VirMach offers?

    do you want other providers to deadpool the same way, or what

    I mean it has been working well for ~7 years, sooo that's already more than the duration of a lot of hosts here

  • HostDZireHostDZire Member, Patron Provider
    edited December 2025

    @sh97 said:

    @HostDZire said:

    @beanman109 said:
    any deals

    What do you need ?

    What about 2c/4g in NL for $12 (considering 4c/8g is $24)

    Also just curious, will you bringing in own hardware at other leaseweb locations?

    Cant do $12 because $6 is my IP cost.
    I can do $18 for 2C 4G

    And Yes, Singapore and HK is next.
    But hardware price went crazy, what a bad timing to host own hardware :'(

Sign In or Register to comment.