Slashdot Mirror


User: juct

juct's activity in the archive.

Stories
0
Comments
12
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 12

  1. english version of the heise story on CCC Hackers Break DECT Telephones' Security · · Score: 1
  2. The IMEI is *not* transmitted on Is Apple Tracking iPhone Users Through IMEI? · · Score: 1

    heise Security did some research on this issue and actually captured the packets with the requests for stock prices. And while they did contain a number, it was certainly not the IMEI of the iphone. For what it is worth: the weather application even transmitted a different imei parameter. see: Controversial checks of stock prices with iPhone bye, ju

  3. Re:All tests were run on localhost on OS X Leopard Firewall Flawed · · Score: 4, Informative

    Yes you are missing something.

    I run all tests from a linux machine. Look at the packet dumps. It shows two machines communicating over a network.
    Look at the IP address given as an argument to ntpdate -- it is a public IP of an ISP that I queried from our company network.
    Look at the quoted logfile entries. All of them show that the tests have been run from external machines.

    bye, ju

  4. Re:Anyone tested this? on OS X Leopard Firewall Flawed · · Score: 2, Interesting

    This guy missed to run with "sudo" -- so lsof has not sufficient rights to query.
    Do a

    sudo lsof -iUDP

    and you will see all the services listening on UDP ports.

    bye, ju

  5. Re:OSX and security on Ars Technica Reviews OS X 10.5 · · Score: 2, Insightful

    In fact I could have gone into lengths discussing this (*).

    But it's as simple as this: If I choose "Block all incoming connctions", I expect that it blocks all incomming requests.
    What is wrong with this approach?

    (*) Ok some of the caveats of this new design: The firewall automatically trusts all applications digitally signed by Apple. The problem is, that Apple delivers a digitally signed version of netcat, which provides you with a transparent communication endpoint (signed by Apple, therefor passing the firewall in limited access mode). So all the programmer of an (unsigned!) trojan needs to do is replace his calls to listen() (that would present a dialog asking for permssion) with a suitable combination of fork/exec -- in fact he could even write a wrapper library implementing this. So at the end of the day, your firewall is worthless again.

    Note, that I didn't even start to talk about possible vulnerabilities in digitally signed applications yet.

    bye, ju

  6. Re:OSX and security on Ars Technica Reviews OS X 10.5 · · Score: 2, Informative

    You used "lsof -iUDP" which indeed reveals nothing.
    Try with "sudo lsof -iUDP" ...

    bye, ju

  7. Re:OSX and security on Ars Technica Reviews OS X 10.5 · · Score: 2, Informative

    The only assumption in this article is: If your OS vendor supplies you with a firewall and you choose "Block all incoming connections" it should do simply that. If it does not and others can still connect to your system over the internet, there is something wrong with the firewall.

    bye, ju

  8. Re:OSX and security on Ars Technica Reviews OS X 10.5 · · Score: 2, Informative

    There must be something wrong. Not even Bonjour is running... You propably have the deactivated services. bye, ju

  9. Original article on Microsoft WGA Phones Home Even When Told No · · Score: 2, Informative

    You might want to read the original article WGA notification just doesn't stop by heise Security instead of the gibberish google translation of the german version ;-).

  10. Re:Far Fetched on 2007 in Security · · Score: 1

    Of course some of the stuff is far fetched -- that's where the fun is ...

    But while I agree that the number of zombies may decline, I don't think the number of attacks will do so. This only means, that an infected PC is "worth" more and the bad guys will put more effort into staying unnoticed and keeping control. We already see that trend in the latest botnet clients like Spamthru: decentralized control infrastructure is beeing built, rootkits are used, rivals are removed and so on ...

    bye, ju

    And yes -- I am an editor of heise Security ;-)

  11. Re:My Smoothwall review on SmoothWall Firewall Review · · Score: 1

    BTW: I *did* follow the symlinks - as the pppd daemon did, when it was complaining about the permissive access rights. Perhaps this is fixed by now - I sure hope so.
    And there are multiple users on the system -- even if they cannot log in: Squid for example runs with uid "nobody" and has/had access rights to files with passwords and secret keys -- w.o. any need. This is unnecessarily increasing risks. Obviously there is a lack of understanding of basic security concepts.
    bye, ju

  12. My Smoothwall review on SmoothWall Firewall Review · · Score: 5, Insightful
    Just a couple of comments to the Smoothwall answer to my review:
    My major concern is not, that somebody other than the administrator might log into the machine. The major issue of a firewall system is, to tighten security, not to remove existing security mechanisms like tight access rigts to sensitive files, shaddow passwords, etc. But that is exactly what Smoothwall does in direct comparism to any standard linux distribution.
    I'm sorry, if the text doesn't make it clear, that I'm not complaining about the format of files but about sensitive files with passwords or secret keys, that are world readable (ie mode 0644). Something like
    -rw-r--r-- /etc/ipsec.secrets
    is a bad thing - period.
    I made every effort, to get "printable" response from the developers. I wrote several E-Mails about the issues to Richard Morrel - who was named as contact person- and I went to the IRC channel of the developers. The only printable comment to the subject I got there is "This doesn't matter".