• 14 Posts
  • 14 Comments
Joined 4 months ago
cake
Cake day: July 1st, 2024

help-circle

  • Your assertion that the document is malicious without any evidence is what I’m concerned about.

    I did not assert malice. I asked questions. I’m open to evidence proving or disproving malice.

    At some point you have to decide to trust someone. The comment above gave you reason to trust that the document was in a standard, non-malicious format. But you outright rejected their advice in a hostile tone. You base your hostility on a youtube video.

    There was too much uncertainty there to inspire trust. Getoffmylan had no idea why the data was organised as serialised java.

    You should read the essay “on trusting trust” and then make a decision on whether you are going to participate in digital society or live under a bridge with a tinfoil hat.

    I’ll need a more direct reference because that phrase gives copious references. Do you mean this study? Judging from the abstract:

    To what extent should one trust a statement that a program is free of Trojan horses? Perhaps it is more important to trust the people who wrote the software.

    I seem to have received software pretending to be a document. Trust would naturally not be a sensible reaction to that. In the infosec discipline we would be incompetent fools to loosely trust whatever comes at us. We make it a point to avoid trust and when trust cannot be avoided we seek justfiication for trust. We have a zero-trust principle. We also have the rule of leaste privilige which means not to extend trust/permissions where it’s not necessary for the mission. Why would I trust a PDF when I can take steps to access the PDF in a way that does not need excessive trust?

    The masses (security naive folks) operate in the reverse-- they trust by default and look for reasons to distrust. That’s not wise.

    In Canada, and elsewhere, insurance companies know everything about you before you even apply, and it’s likely true elsewhere too.

    When you move, how do they find out if you don’t tell them? Tracking would be one way.

    Privacy is about control. When you call it paranoia, the concept of agency has escaped you. If you have privacy, you can choose what you disclose. What would be good rationale for giving up control?

    Even if they don’t have personally identifiable information, you’ll be in a data bucket with your neighbours, with risk profiles based on neighbourhood, items being insuring, claim rates for people with similar profiles, etc. Very likely every interaction you have with them has been going into a LLM even prior to the advent of ChatGPT, and they will have scored those interactions against a model.

    If we assume that’s true, what do you gain by giving them more solid data to reinforce surreptitious snooping? You can’t control everything but It’s not in your interest to sacrifice control for nothing.

    But what you will end up doing instead is triggering fraudulent behaviour flags. There’s something called “address fraud”, where people go out of their way to disguise their location, because some lower risk address has better rates or whatever.

    Indeed for some types of insurance policies the insurer has a legitimate need to know where you reside. But that’s the insurer’s problem. This does not rationalize a consumer who recklessly feeds surreptitious surveillance. Street wise consumers protect themselves of surveillance. Of course they can (and should) disclose their new address if they move via proper channels.

    Why? Because someone might take a vacation somewhere and interact from another state. How long is a vacation? It’s for the consumer to declare where they intend to live, e.g. via “declaration of domicile”. Insurance companies will harrass people if their intel has an inconsistency. Where is that trust you were talking about? There is no reciprocity here.

    When you do everything you can to scrub your location, this itself is a signal that you are operating as a highly paranoid individual and that might put you in a bucket.

    Sure, you could end up in that bucket if you are in a strong minority of street wise consumers. If the insurer wants to waste their time chasing false positives, the time waste is on them. I would rather laugh at that than join the street unwise club that makes the street wise consumers stand out more.








  • My request to a Carnegie Mellon (#CMU) researcher was ignored. The ACM website published someone’s work which was said to include source code. Then the code was omitted from the attached ZIP file, which only contained another copy of the article. I asked the lead researcher (a prof) for the code and was ignored. Also asked the other researchers (apparently students), who also ignored the request. The code would have made it possible to reproduce the research and verify it.

    ACM also ignored my request and also neglected to fix the misinfo (the claim that source code is available).

    It seems like this should taint the research in some way. Why don’t they want people reproducing the research? I mean, if the idea is that scientific research is “peer reviewed” for integrity, it seems like a façade. Or is there some kind of 3rd party who would call this out?

    @theRealBassist@lemmy.world





  • Indeed, but what what was logged? Suppose the tracker pixel is something like:

    https://www.website.com/uniqueDirForTracking/b1946ac92492d2347c6235b4d2611184.gif

    and I visit that URL from Tor. The server at www.website.com can easily log the (useless) Tor IP and timestamp, but does it log the b1946ac92492d2347c6235b4d2611184? I’m not an expert on this which is why I am asking, but with my rough understanding I suspect that transaction might break down to multiple steps:

    1. a TLS negotiation just with the www.website.com host
    2. if successful, a session cookie may or may not be sent.
    3. the “document” (“image”) is fetched by an HTTPGET req (using the cookie, if given).

    If the negotiation is blocked by the firewall, does the server ever even see the request for b1946ac92492d2347c6235b4d2611184.gif?