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.
 
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...
i am customizing a Linux distro [arch] into love os which I am building to impress my crush. I had an idea to integrate an ai model into the Linux system so it can speak like me but romantically. but I don't know what or how to do. I don't know the basic concept of Linux but yet I am customizing my os purely relying on chat gpt and perplexity. when i ask chat gpt about this it said to fine tune an ai model and integrate to the Linux distro and my friend said for the data to be fed to the ai...
Back
Top