Earlier quoted context omitted.
Axciom, Epsilon and similar companies track your credit card purchases and correlate them with a profile of who they think you are. If you work for a large corporation that is probably easier to identify than a small one. http://www.acxiom.com/ http://www.epsilon.com/
I assumed that when I buy something on a card, it's more or less private. The transaction should be known only to: me, the merchant, our respective banks, Visa, and I guess the IRS if they come and ask for it. If I understand correctly, youre saying my entire purchase history is shared with random third party marketing companies. Full transaction data, PII included, no anonymization. How is that even remotely OK?
Dell Computers Has Been Hacked
101–110 of 218 posts
Re: Dell Computers Has Been Hacked
#102Earlier quoted context omitted.
Axciom, Epsilon and similar companies track your credit card purchases and correlate them with a profile of who they think you are. If you work for a large corporation that is probably easier to identify than a small one. http://www.acxiom.com/ http://www.epsilon.com/
I assumed that when I buy something on a card, it's more or less private. The transaction should be known only to: me, the merchant, our respective banks, Visa, and I guess the IRS if they come and ask for it. If I understand correctly, youre saying my entire purchase history is shared with random third party marketing companies. Full transaction data, PII included, no anonymization. How is that even remotely OK?
Re: Dell Computers Has Been Hacked
#103Earlier quoted context omitted.
Unfortunately people have started putting the tracking server side.
You mean GoogleAnalytics-tracking on the server side? Please expand on that, I'm not very versed in all that marketing spy-modules. Do you mean that some internet-shop (or blog or whatever) makes a request to GA or some similar service to share that I was at their website? If so, what information do they share? My IP, cookies or what? I always assumed that very point of GA was outsourcing tracking users to some other…
If you want to see a simplified version of what this log looks like, run 'python -m SimpleHTTPServer' and visit localhost:8000.
Re: Dell Computers Has Been Hacked
#104Throwaway account because I just shared this story with a buddy of mine: I, too, have received these "Dell" tech support calls and angrily yell at them as I hang up within 15seconds. Lately though, I received a bombardment of calls (15 to be exact) in the past 3 days from the same number. I answered the one of them, and it had the same 1minute 10s message saying to call the number back regarding a computer threat the…
It would be nice - not a solution, but an improvement nevertheless - if there was something like a "firewall" for phones, that allowed you to block calls based on the caller. I have never been harassed like that, but I have often wished for a feature like that.
Go into your router settings through which you use your landline (or the settings in the phone app on your phone), it should look like this http://www.digiversum.de/wp-content/uploads/2012/05/Rufsperr... and then add the number you want to block.
Re: Dell Computers Has Been Hacked
#105Earlier quoted context omitted.
C doesn't even have strings, but you would typically be using char arrays instead. All you need is a pointer to the array in order to access it. However, if you just have the pointer then you are lacking to essential pieces of information, the length of the string and the capacity of the string. The length of the string is however by convention determined by the first NULL byte (zero termination), so it is important…
If you find it complicated, then you should not use C, nor should you use it for things it's not intended for. In theory, string handling in C is straightforward enough. In practice, string handling in C is the source of a crazy number of security vulnerabilities and other bugs, even in popular and relatively well regarded software written by experts. No-one should still need to use C in 2016. We know how to fix many…
Rust.
Re: Dell Computers Has Been Hacked
#106Earlier quoted context omitted.
It already happens unofficially. How do you think banks assess your lending/borrowing habits when you apply for a loan? There are detective agencies who track credit cards and other things (like a few examples someone gave in this very thread).
There is a huge difference between a "private" rating system and a public rating that uses your friends against you as manipulation. See Extra Credit's description[1] of how this works. We aren't there yet , but consider that Facebook wants to use your social network associations in your credit score[2]. [1] https://www.youtube.com/watch?v=lHcTKWiZ8sI [2] http://www.theatlantic.com/technology/archive/2015/09/facebo..…
Re: Dell Computers Has Been Hacked
#107Earlier quoted context omitted.
If they could prevent/stop caller id spoofing, that would be a big help in at least the detection phase of phone system security. It's really hard to identify a threat if they can look like they're anybody.
This is too easy with VoIP. It should be illegal for anybody to spoof Caller-ID for deception. The only acceptable caller-id transmitted should be one of: a) the actual origin number; b) the number for a company switchboard that accepts incoming calls to the originating group; or c) blocked number.
Re: Dell Computers Has Been Hacked
#108Earlier quoted context omitted.
You mean GoogleAnalytics-tracking on the server side? Please expand on that, I'm not very versed in all that marketing spy-modules. Do you mean that some internet-shop (or blog or whatever) makes a request to GA or some similar service to share that I was at their website? If so, what information do they share? My IP, cookies or what? I always assumed that very point of GA was outsourcing tracking users to some other…
Everytime you access a website a server is serving you files. Apache (and most web servers) keep logs of this. With Apache defaults you get IP address, the route accessed, and the User-Agent of the user. This is rudimentary information, but if you have these logs from multiple sites, it's pretty easy to roughly track someone. Tracking images in emails use this same principle, a unique link to krick.png is put in an e…
Re: Dell Computers Has Been Hacked
#109Throwaway account because I just shared this story with a buddy of mine: I, too, have received these "Dell" tech support calls and angrily yell at them as I hang up within 15seconds. Lately though, I received a bombardment of calls (15 to be exact) in the past 3 days from the same number. I answered the one of them, and it had the same 1minute 10s message saying to call the number back regarding a computer threat the…
I prefer not to hang up right away. Instead, I try to waste a bit of their time. For automated calls, I just put down the phone and wait a while to hang up. But for people? I try other means of time wasting, so they can't call someone else to scam them. Last time they called, I told them that it was good that they called, because my computer had detected a virus on their computer and that I wanted them to download an…
Re: Dell Computers Has Been Hacked
#110Earlier quoted context omitted.
Unfortunately people have started putting the tracking server side.
You mean GoogleAnalytics-tracking on the server side? Please expand on that, I'm not very versed in all that marketing spy-modules. Do you mean that some internet-shop (or blog or whatever) makes a request to GA or some similar service to share that I was at their website? If so, what information do they share? My IP, cookies or what? I always assumed that very point of GA was outsourcing tracking users to some other…
I'm not in that particular market, but I know people who are and tbh more often than not I think it's an arms race the individual simply cannot win. Unless there's a conscious effort from browser-makers to actively counter tracking practices, you should assume everything you do on the web is public and can be tracked by multiple parties.