178 reputation
5
bio website beautyofpeople.com
location Alphen aan Den Rijn, The Netherlands
age 52
visits member for 7 months
seen yesterday
stats profile views 5

Software developer at TimeTell BV, The Netherlands


1d
comment What can an attacker do with Bluetooth and how should it be mitigated?
BlueTooth security is explained in Episode 280 of Security Now grc.com/sn/past/2010.htm I'm not going to copy/paste from their transcript to a SE answer. As far as I remember from that episode you can take some measures but Bluetooth is crackable. Also, Bluetooth implementations differ because the specs are ambiguous, which leaves room for exploits (Maybe after all the years of its implementation, developers have converged to a practical standard, I don't know)
1d
comment Finding spam sending scripts?
Are you afraid that you have 'email spam sending scripts' on your server? If your server is compromised you're wasting time. Reformat and reinstall from backup. That's the only sensible solution, you'll never be able to track down and erase the malware to a point where you can guarantee that your server is clean again.
May
10
comment Overwriting hard drive to securely delete a file?
Your question is not entire clear and this makes answering it too broad: Did you install software or did you just copy some (data) files onto the machine, or created them? Please edit.
May
10
comment Intel How Strong is Your Password page, good advice?
@Johnny Yes they do. Google 'Mat Honan'
May
7
comment How to encrypt data on the server?
+1 for thinking outside the box ("encryption shouldn't be your focus")
Apr
25
awarded  Critic
Apr
18
answered Must read resource about security management?
Apr
15
comment ISO27000 implementation - Where do you get the standardization material?
You'd have to buy them, but when I was involved in this two years ago I managed to find illegal copies just by Googling.
Apr
12
comment Is social-engineering an actual threat
Another recent example: Mat Honan wired.com/gadgetlab/2012/08/apple-amazon-mat-honan-hacking
Apr
12
comment How can I identify / discover files hidden with ADS?
LNS: ntsecurity.nu/toolbox/lns
Mar
22
answered Recognizing malicious URL attempts against your website
Mar
21
comment How do I safely inspect a suspicious email attachment?
+1 This is exactly the answer to the OPs original question. Any mail app that lets you see the raw ASCII of the message is safe to look at the message and any attachments, whether it's an on-line (GMail) or a standalone app (Outlook etc). From there you can cut-n-paste to wherever you want for further investigation.
Mar
13
answered Are smartphones at least as safe as “regular” computers for personal data?
Feb
26
comment How to determine what type of encoding/encryption has been used?
If it is MD5 you could try any of the MD5 cracking websites like md5decrypter.co.uk. None of these are fast or guaranteed to give a result. Google for "md5 cracking" to find more. That will also give you an extendeed list at stottmeister.com/blog/2009/04/14/how-to-crack-md5-passwords
Feb
25
comment Why do we not trust an SSL certificate that expired recently?
@Michael Right - if driving 10 km/h over the 100 km/h speed limit is waved away then everybody drives 110 and complains about the ticket they get at 113 because they 'were only 3 over'. The same inflation applies.
Feb
15
comment Why are passwords limited to 16 characters?
"hashing a large amount of data can cause significant resource consumption" Calculating a (any) hash hardly takes CPUs. Hashes were designed for that.
Feb
15
comment Detect Bitcoin Mining
CPU/GPU usage is unreliable. If they have a screensaver running BOINC the load is always 100%
Feb
13
awarded  Commentator
Feb
13
comment How to use USB-Stick instead of passphrase?
Yep. Yubikey mimics a USB keyboard, that opens a lot of possibilities.
Feb
13
comment How does Near Field Communication (NFC) compare to RFID technologies? Looking for a functional primer
Some thoughts on NFC security: Security Now ep. 372 grc.com/securitynow.htm, but IIRC it does not address your specific questions