Information Security Interview Questions
danielmiessler.com
Information Security Interview Questions
1–10 of 14 posts
Re: Information Security Interview Questions
#2What?
Re: Information Security Interview Questions
#3Your blog entry has encoding problem. Indeed, it protects me from reading it.
Re: Information Security Interview Questions
#4"Encoding is designed to protect the integrity of data as it crosses networks and systems" What?
Re: Information Security Interview Questions
#5"What port does ping work over?"
Seriously, don't ask trick questions in interviews. You put the candidate in the impossible position of having to correct the interviewer, and the reaction to that tells you absolutely nothing about what the candidate knows or will do in a real-world situation.
"at least access to one, even if it's not at home."
And yet, this candidate will often simply answer "None" because you didn't ask about access to a network, even if the candidate maintains multiple complex networks at family members' homes.
"Are open-source projects more or less secure than proprietary ones?"
Don't ask yes/no questions if what you really want are pros and cons. Ask for pros and cons instead. Interviewing shouldn't involve mindreading. A lot of people will respond to a question like this by stating a thesis and then defending that thesis.
A lot of your questions have that problem. You're asking specific things, hoping that the interviewee will catch on and give you general answers. That seems to be testing interview skills more than anything else.
Re: Information Security Interview Questions
#6Re: Information Security Interview Questions
#7Is it really true that you should compress before you encrypt? IT seems to me that the encrypted message should have the same amount of "information entropy" as the original message, so it should compress equally well.
EDIT: That and you get to encrypt a shorter data stream. I realize frequency attacks aren't as much of a concern these days but it's just the first thing that came to my mind.
Re: Information Security Interview Questions
#8Is it really true that you should compress before you encrypt? IT seems to me that the encrypted message should have the same amount of "information entropy" as the original message, so it should compress equally well.
I always thought it was good to compress first because you can more easily avoid frequency attacks. In that way I think it's better to compress then encrypt. EDIT: That and you get to encrypt a shorter data stream. I realize frequency attacks aren't as much of a concern these days but it's just the first thing that came to my mind.
Re: Information Security Interview Questions
#9Maybe. There will still be a link on the HTTP page that takes you to a HTTPS page with a login form. Someone with MITM access could alter that link. A better way would be to serve all pages via HTTPS