Petition to protect the internet against hackers

  • Thread starter Thread starter tanus5
  • Start date Start date
  • Tags Tags
    hackers Internet
AI Thread Summary
The discussion focuses on urgent internet security concerns, particularly the ongoing battle between web developers and hackers, with users often caught in the middle. A petition is being circulated to gather support for a technology aimed at enhancing security for over 3,000 users and their 1 million web pages, as well as the broader internet community. The technology involves a plugin that utilizes virus definitions to identify and combat malware. There are considerations around encrypting virus definitions to protect them, but this poses challenges for user accessibility and understanding. Current methods for detecting infections involve string manipulation rather than hashing, which is deemed less effective for certain tasks. Recent updates to the plugin include encryption of virus definitions and new features to prevent malicious uploads and invalid characters in web requests. The developers are seeking signatures for their petition to bolster their efforts in improving web security.
tanus5
Messages
52
Reaction score
0
I would like your support in an urgent matter regarding internet security. As you know, hackers present a problem for both developers and users. This causes a game of cat and mouse between honest web developers and the hackers, with the users caught in the middle. Can I count on you to review our petition and technology? We are looking for experts and students to sign our petition which could help better protect, not only our current 3,000 users, and their over 1 million web pages, but also everyone on the internet, who are all potential targets for hackers.

Our technology:

http://www.vnetpublishing.com/websecuritytools/

Our fight:

http://ralphndiaritoch.info/2012/02/making-a-stand-against-anonymous-hackers-and-wordpress/

Our petition:

http://ralphndiaritoch.info/petition/
 
Last edited by a moderator:
Computer science news on Phys.org
I read the blog post.

I don't understand why you don't just encrypt the virus definitions and decode them later for use in the script?
 
Last edited:
DavidSnider,

I have considered doing that but it presents a few problems. First of all, depending on the encryption technique it may become impossible for users to create their own Virus definitions. Second of all explaining to average users how to create a virus definition file can be somewhat difficult, encrypting the files would only make it more difficult for them to understand. I am considering having a second "encrypted" repository, while maintaining support for raw static files and only including a fake static virus while keeping the distributed definitions encrypted. The real problem is getting them to restore the plugin to the repository so our users can get automatic update notifications. Currently if we make any changes to the plugin our existing users will have no way to know there is an improved version available. Encrypting definitions is on our TODO list though if we can find a way of implementing it which will not confuse the users.
 
OK.

How you are doing the matching of the virus definitions? Could you possibly just store the SHA-1 hash of the file and use that for comparison?
 
I am using the PHP explode function which splits a string by a delimiter, and I am using the virus as the delimiter. If the resulting array has a length > 1 than the file is infected. To repair the file the plugin then implodes the array with an empty string instead of re-implanting the virus. You can't do that with hashes. One additional note, there is one random file created by the plugin which has a known hash value. That is how the plugin identifies unknown Virus strains and will disable the website if the hash does not match since the plugin doesn't yet know how to get rid of the virus. The virus will most likely be "trapped" in that random PHP file making it fairly easy to identify the Virus and make a virus definition file.

Now that you know the facts, will you sign the petition? As you can see we are working for the best interest of our users. I know that no security system is 100% secure, but this algorithm is very successful at protecting and reclaiming web sites from hackers.
 
Last edited:
DavidSnider,

I took your advice and the latest version encrypts the virus definition files using a slightly modified XOR encryption system. The only deviation is that one bit in every byte is replaced with a checksum bit and every 8 bytes and at the end of the stream the stripped bits are inserted.

I also added a few new features such as protection against executable uploads, and protection against invalid multi-byte characters in the GET and POST fields. When I can find some free time I plan on releasing the plugin for more platforms.
 
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
Back
Top