Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
237 views

Single sign on cookie removed by anti spyware software

We have a single sign on implementation for a family of websites where the authentication cookie comes from the root domain (e.g. bar.com), allowing them to be logged into a child domain (e.g. ...
5
votes
8answers
3k views

Sniffing network traffic for signs of viruses/spyware

How can I connect a system to a network and sniff for virus/spyware related traffic? I'd like to plug in a network cable, fire up an appropriate tool sand have it scan the data for any signs of ...
4
votes
1answer
203 views

How to make sure an Android app was really compiled from said source code?

A lot of Android apps are open source, but how can we make sure the person who finally uploads to the Google Market does not include some spyware just before uploading? Background: Mobile apps ...
1
vote
4answers
476 views

Is a “Virus Free” or “Spyware Free” Certification Standard Practice For New Businesses? [closed]

I have seen several shareware sites that feature "virus free", and "spyware free" certified logos. I am planning on marketing my software for profit, but would it be worthwhile to get some sort of ...
0
votes
0answers
210 views

How to get rid of myEventWatcherDiv div added in Safari pages content?

Recently I had a bad luck and installed DIVX for Mac. Soon I figured out that it is badly engineered product and uninstalled it. However after that my Safari started adding the following HTML in all ...
0
votes
2answers
173 views

Open source or free spyware / malware detection?

I'm building a system to control where my company's ads are placed. Amongst our concerns are potentially malicious code on the target page. Is there any library / database / system that can detect ...
0
votes
1answer
72 views

How to ensure our IE toolbar is not marked as Spyware

We are porting our Firefox toolbar to IE. I've heard horror stories of developers having their toolbars marked as Spyware or Adware by the various anti-Spyware companies, and then having an awful time ...
0
votes
1answer
479 views

How to detect installed Anti-Spyware applications on XP using WMI

I need to get information about the spyware installed on a client machine using WMI? is this possible? Thanks!