Tagged Questions
The malicious tag has no wiki summary.
30
votes
16answers
1k views
Security in programmming?
What is the best book to read about security issues that should be kept in mind while programming?
What should a c++ programmer know about security?
Is it worth buying any one of the following book ...
20
votes
7answers
594 views
What makes you trust that a piece of open source software is not malicious?
We developers are in a unique position when it comes to the ability to not only be skeptical about the capabilities provided by open source software, but to actively analyze the code since it is ...
16
votes
4answers
878 views
What is this weird script I found on facebook?
Not so much a question to help my own programming, but I found this page on facebook with a cool illusion and a page that says "to see the real illusion, copy and paste this code into your address ...
10
votes
6answers
5k views
Hide a C# program from the task manager?
Is there any way to hide a C# program from the Windows Task Manager?
EDIT:
Thanks for the overwhelming response! Well I didn't intend to do something spooky. Just wanted to win a bet with my friend ...
8
votes
8answers
1k views
Catching SQL Injection and other Malicious Web Requests
I am looking for a tool that can detect malicious requests (such as obvious SQL injection gets or posts) and will immediately ban the IP address of the requester/add to a blacklist. I know, I know, ...
6
votes
3answers
476 views
4
votes
0answers
116 views
Why is Google Chrome pinging “mdioussrvd” and other random hosts that don't resolve? [closed]
I notice when I start up Google Chrome it makes a few bad requests to random host names, such as mdioussrvd, azwvtdbpjh, and lblhkhlklj.
I'm wondering what is causing this and/or what the purpose ...
4
votes
2answers
167 views
Is There A Way To Detect A Key Logging Software?
I might write a program to detect malicious (or non-malicious) software that is key logging (logging key strokes to gain information).
What tactics would be used?
Is there certain code to look ...
4
votes
3answers
1k views
Can someone decode this javascript?
I found this javascript in a Facebook viral page here. I think the code is malicious so I would like to know what it does.
Here is the code:
javascript: var ...
3
votes
4answers
283 views
PHP: Help decoding malicious code
eval(gzuncompress(base64_decode('eF5Tcffxd3L0CY5WjzcyNDG2NDc3MLGMV4+1dSwqSqzU0LQGAJCPCMM='))); ...
3
votes
6answers
199 views
How do I strip malicious web tags(Javascript redirects, XXS) from my Submit News Web Form?
So I have a Form that has multiple input fields. One for Text, one for the user, those things. Anyway so when the user submits the form a php script inserts the data into a SQL database table. On my ...
3
votes
1answer
217 views
Embedding Javascript Within an Image File
I've noticed a new trend in distributing potentially unsafe code where people will post an image to a server with a watermark suggesting that they change the filename to have a .HTA file extension.
I ...
2
votes
4answers
512 views
My site is loading some other site, causing it to redirect to it
My site, http://moremariners.com is making a request to http://bookiemonster.com/ads.php (which isnt even a real page), causing it to redirect to the page on mobile browsers. You can see that the ...
2
votes
2answers
151 views
Is this dangerous Javascript?
<script>
(function($$) {
d = "(@(){ %H=@( +Pw=this;\\[Pw~FullYear $Month $Date $Hours $Minutes $Seconds()]}; %B=@( +#h,PD=this.#H(),i=0;PD[1]+=1;while(i++<7){#h=PD[i] ...
2
votes
3answers
58 views
Ajax, PHP and Security?
My question is that suppose, in my web app, I use ajax to call upon methods on the server side, isn't it creating a security hole in the app? Like, say I have an option for the user to deactivate the ...
2
votes
4answers
148 views
Illegal prime numbers: What is it exactly? [closed]
I don't know if you know this situation, but sometimes I'm just browsing from one Wikipedia page to the next. So I also saw this one about illegal primes. I read the article and it sounds really ...
2
votes
4answers
174 views
How to prevent arbitrary code execution vulnerability in our programs?
You always read in changelogs when your system or browser or any program updates that they fixed a bug that made possible that an attacker can execute any code in your computer with a forged website, ...
2
votes
3answers
342 views
Normalizing achievements with multiple sources
I'm looking for a good algorithm recommendation.
I have Users and Achievements. Users create Achievements and then give them to other Users. Associated with each Achievement is the point value that ...
1
vote
1answer
67 views
Filter malicious PHP code function
I've created a CMS system that grabs website source code from FTP addresses and uploads it to the current server. The issue with this is I don't want to be uploading dangerous code that can control my ...
1
vote
2answers
122 views
Need help removing iFrame hack from website?
Ok, so somewhere on my site is a Javascript file that after a few seconds, injects an iframe to an unknown site into the page. What it injects fails miserably and the HTML is a bit messed up, but it's ...
1
vote
2answers
32 views
Can Google Analytics reports be poisoned?
Are Google Analytics reports vulnerable to having false data injected by malicious users?
Could a malicious user edit the Google Analytics javascript that runs on your page in order to put some false ...
1
vote
1answer
71 views
malicious injection before php closing tag
I'm writing as of I've a few services operating with the Wordpress platform, I've been locking down the sites in many different ways but I've seen a few friends being infected with this same thing.
I ...
1
vote
0answers
68 views
Malicious code appeared in ASP .NET application and caused an error
I've been developing an ASP .Net application for several months and two weeks ago I faced a strange error. It appears in dynamic javascript code that seems malicious. The appearance of the error ...
1
vote
6answers
480 views
What does this script do? Is it malicious?
This script was added to a defaced web page of a client web site running PHP. I have no clue what this script can do, and do not know whether this is really malicious. Can someone advise. Please find ...
0
votes
1answer
88 views
Is Citrix client drive mapping a bad idea for external clients?
We are setting up a citrix solution for co-workers from an external partner to access applications in our organisation. The question is if it's a bad idea to allow Citrix Client Drive mapping from a ...
0
votes
1answer
157 views
How to prevent Malicious File Execution in ASP.NET
I currently have a asp.net site that allows users to upload files and subsequently view them using HTTP. Is there a simple way to prevent a user from uploading a malicious script/file onto my server ...
0
votes
0answers
36 views
android data filtering for malicious code
In my android application, I would need constant interaction with the web server(remote) for updates, sending user comments etc. Just like we have check for malicious code on the web server, can we ...
0
votes
0answers
40 views
Is there a website(database) with malicious URLs for smartphones?
Is there a website-database that constists of malicious URLs (with exploits etc.) for smarthones (Android, iPhone etc.), such as Zeus Tracker, or CLEAN MX and gets updated very often?
0
votes
3answers
126 views
Securing against JS injection with ASP.NET MVC
I would like to allow users to post HTML to a site but need to ensure that no Javascript is injected into the site.
So far I have created a validation attribute to check the incoming html for dodgy ...
0
votes
2answers
225 views
what is the equivalent of EXPLAIN form SQLite in SQL Server?
I used an SQLite database and run an EXPLAIN statement before executing the actual query to verify if there was any attempt to write on the database.
Now, we have migrated to SQL Server and I need to ...
0
votes
2answers
127 views
Can loading and resizing an uploaded image be dangerous?
I have ASP.NET form with an upload control for users to post an image. On the server I load that image (using the Bitmap class) and resize it.
Is there any danger in doing that when users upload ...
0
votes
4answers
138 views
In java what are the packages containing operating system level commands?
I want to to detect whether a given program can perform malicious operations like forking , interprocess piping , input/output redirection, file handling etc.
Actually I am developing a program that ...