TSI has recently received a Certificate of Appreciation from our friends at Ft. Bragg, home of the Airborne and Special Ops.
TSI Commendations Part II
February 4, 2010 · Leave a Comment
→ Leave a CommentCategories: Uncategorized
TSI launches new web site!
February 3, 2010 · Leave a Comment
TSI has just launched a new web site catering specifically to customers with DoD 8570 requirements. The site can be found at www.Train8570.com. We are now offering our spring schedule of classes includding CISSP, CISSP, and a variety of CompTIA certification training courses. Onsite courses are a cost effective alternative to high travel costs. Contact us at Sales@Train8570.com to book your course today!
→ Leave a CommentCategories: Uncategorized
TSI Commendations
February 3, 2010 · Leave a Comment
Several of the founders of TSI have military backgrounds so it is always a special honor for us to be allowed to work with the worlds finest military. In 2008 we had the honor of training many of the soldiers in Fort Hood TX assigned to 1st Cavalry. This opportunity to help those who serve was capped when we recieved this letter of commendation from Brigadier General Rudesheim.
→ Leave a CommentCategories: Uncategorized
Tagged: TSI
Pandemic Preparation?
April 30, 2009 · 1 Comment
As I listen to the news this week and the number of H1N1 (Swine) Flu cases increases and we finally reach Pandemic status according to the WHO I wonder how many companies ever add elements to their BCP/DRP in order to be prepared to handle pandemics.
This is not the first, it wont be the last. The nature of our world these days allows for illness to be spread around the planet so quickly. Air travel is so easy and so common that the virus can jump states or countries very quickly. This is one of those items that you can’t predict based on the type of work that your business does or its physical location.
Does your business have a way to continue to function and operate if employees must stay home to care for their children because schools are closed? What would you do if a case of the Swine flu occurred within your user population? Send everyone home? Do your employees have the capability to work from home? How would you disinfect your workspace? How would you immediately care for everyone to keep them healthy?
Some basic questions that if addressed now could save your business a lot of money in the event of a pandemic later.
→ 1 CommentCategories: CISSP
Tagged: BCP
CISSP Quantitative Risk Analysis
April 28, 2009 · Leave a Comment
CISSP Quantitative Risk Analysis
Scenario Question
I read a joke the other day that went something like this:
Did you hear that there was a huge fire in the Yugo assembly plant? Over 80% of the building was destroyed. Insurance adjusters estimate the damages at $800.
This of course brings to mind a quantitative risk analysis. Remember, there are two main types of risk analysis – Qualitative and Quantitative. A qualitative risk analysis creates a scenario and attempts to rank seriousness of threats against the sensitivity of the asset. Quantitative risk analysis attempts to assign a specific cost to a threat.
Perhaps an exam type scenario question is in order:
There was a fire at a factory and 80% of the building was destroyed. The damage to the building was $800. Fire statistics reveal that the Yugo factory has had a similar fire an average of once every five years. Use this information to answer the following questions:
1. Given that the cost of the damages to the building was $800, what is the total asset value of the Yugo Factory?
a. $800
b. $1600
c. $500
d. $1000
2. Senior management decides to spend $1200 installing a fire prevention system in the newly repaired factory. This system requires a $100 per year maintenance contract that extends the warranty of the fire prevention system to 15 years assuming the maintenance is performed annually. The warranty covers the cost of all repairs including parts and labor. Would you advise management for or against buying this system?
a. Yes, buy the system; it will save the company $300 over the next 15 years.
b. No, do not buy the system; it will cost the company $300 over the next 15 years.
c. No, do not buy the system. Management should never spend more money preventing fires than the factory is worth.
d. Yes, buy the system it will save the company $100 over the next 15 years
3. What is the Annual Rate of Occurrence (ARO) of fires at the Yugo factory?
a. 2
b. .2
c. 5
d. .5
Answers:
1. D. $1000.
The formula for computing Single Loss Expectancy (SLE) is Asset Value (AV) x Exposure Factor (EF). In this scenario the SLE= $800 and the EF = 80% or .8. This gives the formula $800=AV X .8. Solving for AV we get AV = $800/.8 which gives us $1000 for the Asset Value. We can prove this equation by multiplying $1000 by .8 and we come up with $800.
2. B. No, do not buy the system; it will cost the company $300 over the next 15 years.
Assuming one fire every five years, and $800 of loss for each fire, we come up with three fires in 15 years for a total of $2400 in loss ($800 X 3 fires). The fire prevention system has an initial cost of $1200 and an additional $1500 over the next 15 years. The total cost of the system would be $2700.
$2400 – $2700 = -$300, so we would be losing $300.
3. B. .2
Statistics show us one fire every five years, or two fires every ten years. 2/10=.2, so the ARO is .2.
In this scenario we are assuming no loss of life and are not concerned with company reputation. In the real world the answers might be slightly different especially question number two as those two factors would likely swing the balance of the equation in the other direction. The scenario did not mention people, data, or reputation, so please do not add things into this question or the exam questions that you are not presented with.
→ Leave a CommentCategories: CISSP
Tagged: CISSP, Exam Question, Scenario
PPP – Authentication methods PAP and CHAP
April 10, 2009 · Leave a Comment
Once a PPP connection has been established and LCP has negotiated which authentication method(s) are available, an authentication protocol must be agreed upon and utilized. Those methods include Password Authentication Protocol (PAP), Challenge Handshake Authentication Protocol (CHAP) and Extensible Authentication Protocol (EAP). Due to the many flavors of EAP, I will not attempt to address those issues here.
PAP uses a simple two-way handshake only performed during the initiation of the connection. Once PPP LCP moves into the authentication phase, PAP passes the ID/Password pair in the clear (unencrypted) continuously until the authentication is acknowledged or the connection is terminated. The handshake may not be repeated during the resulting connection, which does not allow for replay protection. There is no specification in RFC as to how the password is stored on either end of the connection, but it must be available in plain text for both ends. Common implementation encrypts the password database for decryption during the authentication process.
CHAP is a much more robust authentication protocol and should be used whenever possible in place of PAP. Once LCP has negotiated for CHAP authentication, the authenticator (normally considered to be the server or device being connected to) sends a challenge packet consisting of challenge identifier number and a random number often called a “nonce” or just a challenge. The host device will then respond with a hash value created from the identifier, the password (called a “secret”) and the challenge. These three items will be concatenated (written end to end one after another) and hashed. The resultant message digest or hash value, will be returned to the authenticator in a packet that has the same identifier as the challenge. The reason for the identifier is to associate potential multiple unique challenges with this particular response. Upon receiving the response packet containing the message digest, the authenticator hashes the sent challenge identifier, the shared secret, and the sent challenge. The locally created message digest must be identical to the received message digest tin order to authenticate the host.
The creation of the hash value requires that the password be available in plain text to both ends of the authentication process. The secret is never sent across the wire in plain text, but must be maintained by both endpoints in a manner where the plaintext can be resolved i.e. plaintext or two way encrypted.
CHAP may be implemented in such a manner that the challenges may be periodically sent during the NCP phase. These challenges should be responded to by the host device. The random challenge itself prevents replay attacks while the option to resend the challenge is an aid to preventing session hijacking. The CHAP challenge may also be sent by the host device to authenticate the “server” side. This two way authentication could be used to set up a VPN or other communication path requiring mutual authentication, and is the default in many Cisco networking devices.
Cisco routers and other devices have an option to attempt multiple forms of authentication. This is NOT the recommended security setting. Each unique username should be allowed only one form of authentication, in our case either PAP or CHAP. PAP is the weaker and least advised authentication method. If a username is optioned to provide both PAP and CHAP authentication the secrets should be different. Remember CHAP send the password hashed and PAP in the clear. What good is it to use CHAP when other times PAP is used with the same clear text password? Always select CHAP or better yet EAP over PAP when possible.
→ Leave a CommentCategories: CISSP · Network Protocols · Secure Network Protocols
Tagged: Authentication, CHAP, PAP, PPP
CISSP Preparation – Practice Questions
April 10, 2009 · Leave a Comment
To practice or not to practice… that is the question.
My basic answer is YES. Do practice questions.
The complicated answer:
You must understand the reason you are doing the practice questions in order to get the most out of them. So what is the reason you ask? It is to get yourself used to answering questions of this nature. Most adults do not take exams on a regular basis. As a result most of us are not used to these convoluted questions.
Before I go further with that I have to add what you are NOT trying to get out of these practice questions. You are not doing these questions with the hope of memorizing them word for word so that by the time you get to the exam you have seen all of the questions and all of the answers. Expect that you will not see anything on the exam that you have seen in practice.
One of the most important things that you can get out of your practice questions is to identify why you got the questions wrong. It is better to identify this now, rather than after the exam. It is fun and makes you feel good when you get the questions right, but what you really want to be looking for is the questions that you get wrong and then understanding why you got it wrong.
Some of the reasons that you might get the question wrong is to look at it from a technical perspecitve rather than a managerial one. You might have missed a work (i.e. NOT). You might have added a word that was not there (i.e. NOT). You might have missed the actual question embedded within all of the words that they gave you.
One thing that I can promise you is that you will find bad questions. Questions that make you upset, mad or even angry. Practice questions are almost always written by people that had the thought AFTER writing a book or a course that they should probably write some practice questions as well, myself included. As a result they do not get all of the attention that they deserve and they are not evaluated and revised as necessary.
If you are dealing with a bad question what is most useful to you is to identify why it is a bad question. Was it poorly worded? Were the answers to close to each other? Were the answers synonymous? Was a word missing from the question or the answer? And so on. If you can explain why it is a bad question than you are showing that you do have a grasp of the topic which is what you need to be ready to take the exam.
So practice away. Just look for what has you getting the wrong answers in order to get you ready for the exam.
Now the next question I am often asked is which questions should you use?
If you have any of the study guide books there are questions that go along with them. They are ok. All of them.. they are ok. One note is the questions in the All-in-One used to be too long in comparison to the exam, but now they are not long enough.
There are a lot of questions on CCCure.org. I would recommend practicing at the two hardest levels. I like these questions because they are free. I am all about free. Buyer beware – you get what you pay for. There are a lot of bad questions in there. Just use them for practice. Identify why they are bad questions and let it go. If there is information in a question that goes against all you have read or learned or all of you own background tells you then let it go as a bad question, or go research somewhere else for more accurate info.
What if you want to spend money on questions. I would NOT recommend buying the Transender or any other similar questions. You are just as well off with CCCure. If you really want some good questions and are willing to pay for them get them from the source, (ISC)2. They have 300 questions available for purchase. The difference with these questions is that they went through the same process as the real test questions (minus going in to real exams) and are decent, solid questions. Click here to get to them.
Practice away !!!
→ Leave a CommentCategories: CISSP
CISSP Preparation – Books
April 9, 2009 · Leave a Comment
Are you getting ready to take the CISSP exam? Are you wondering where to start? Are you wondering how you will know when you are really ready to take the exam? I have some tips that I have found are very useful through my six years of teaching CISSP for (ISC)2.
Lets start with books.
I classify books available for preparing for this exam into three categories.
Category 1 = Cliff Notes
Category 2 = Full prep guides
Category 3 = Expert books
Category 1 includes CISSP for Dummies and the Passport by Mike Myers. The passport is currently out of print as I write but perhaps you can borrow one. I recommend either of these books. The basic difference between them is a style of writing. The CISSP for Dummies book is entertaining to boot, but if you are going to be aggravated by funny quips such as the different hash algorithms being compared to the Jackson family then go with the Passport book.
I would recommend using these books as you start your studying, through to the last week before you take the exam. When you first pick up this book I would take a walk through to start to identify the topics you are familiar with and those that you are not familiar with. As you identify areas that you need to work on you can then migrate to a book out of Category 2.
Category 2 books include the Official guide from (ISC)2, the All-in-One Exam Guide by Shon Harris, as well as many others. I recommend that you pick a book here that matches your reading style. For example the Official guide is a bit long winded on topics and that works great for some people, but not for others. Most people seem to work well with the All-in-One exam guide.
As you go through the list of topics in your Category 1 book and find things that you are less familiar with or not familiar with at all I would then recommend that you move to your Category 2 book to read more on that topic. Some people do read their Category 2 book from cover to cover, a couple of times even, although most do not. I find it to be most useful as a research aide.
Category 3 books include all of the real books out there on security. These are the books that are written by a subject matter expert on their topic of knowledge. If you are still left confused by Category 1 or 2 books, this is the place to turn for more detailed, or possibly, more accurate information. ISC2 has a list of books that falls into this category. My favorite cryptography books can be found here.
In general these books are too detailed for getting ready for the exam, although they could be very useful when you are looking for that additional information or clarification information for a specific project.
One other note regarding buying books, is that you don’t necessarily have to. There is free information available on the web. Just buyer beware you usually get what you pay for. One place that many turn to is CCCure. There are several study guides that people have put together and posted on this site. For the most part these are nice study guides and can save you some money.
Good luck
and study hard.
More coming on CISSP practice questions.
→ Leave a CommentCategories: CISSP
Tagged: CISSP
Sexting
April 8, 2009 · Leave a Comment
Whether you agree that this should be legally punished or not is not the issue for this moment. The issue right now is that your teen could end up in trouble with the law.
Talk to your teens now. Know what your teen is using their cell phone for now.
There is a growing trend with teens taking partially nude or nude photos of themselves with their cell phone and then sending them to others (boyfriend, girlfriend, etc.) This is Child Pornography. Child Pornography laws were probably not conceived with the idea of prosecuting the children, but their pictures are covered by the Child Pornography laws.
As a parent, aunt, uncle, grandparent you have the additional concern of your children sending partially nude or nude pics of themselves. My guess is you don’t want them engaging in that activity. Do you know what they are sending? This is not likely to be something that the average teen would admit to the adults in their life. If you dont know find out. If they wont tell you be the parent and find out.
There is a reasonably priced device, and I am sure others exist out there other than this one, for viewing what is on the SIM card of their phone, which includes the deleted pictures and text messages which are not visible from the phone itself. The Cell Phone Spy.
Whether you choose to spy on your childrens phones or not is your choice. I simply recommend that you FIND OUT what they are doing with their phones before they get into more trouble than they can imagine.
→ Leave a CommentCategories: Family Security
PPP – An Overview
February 10, 2009 · Leave a Comment
PPP – An Overview
Point to Point links are physical or logical direct connections between two endpoints. These connections are often dial-up or T-1 /E-1 connections. These connections allow the exchange of bits between two end devices, but do not manage the flow of data. Imagine two people sending a file via a dial-up modem. Now imagine that the file in question is a large 100KB data file. A file that large on dial up is likely to take forever and the chances of there being no transmission errors during the entire duration of the transmission is very small. Without a framing protocol the entire file would have to resent every time there was a single bit error on the line. With framing, the missing bit can be detected and a single frame, or chunk, of the file can be re-transmitted to replace frame containing the errored bit.
Synchronous Data Link Protocol was developed by IBM in 1975 and was designed to carry SNA (IBM proprietary) protocols. HDLC was the follow on protocol developed by the International Organization for Standardization (ISO). HDLC lacked the ability to identify the contained data type and was later modified by Cisco to include a type field used to designate the upper layer protocols within the frame. Cisco’s HDLC is not compatible with standard HDLC.
Point to Point Protocol (PPP) (RFC 1661) is today’s standardized framing protocol of choice. PPP includes provisions for carrying numerous upper layer protocols and PPP further included provisions for an OSI Layer 2 authentication. The lower the layer of the OSI model that authentication takes place, the more secure the system. As an analogy think about the means used to authenticate a caller on your phone. You might have caller ID, or you may ask the caller’s identity directly after greetings are exchanged. Either way, your process (dinner perhaps) was interrupted, your phone rang, and a connection was established between an unknown remote entity and yourself. Now, imagine requiring people to authenticate before they could ring your phone, thereby eliminating the unwanted evening caller. Often computer systems authenticate at the Application Layer after a TCP connection has been established. This can allow an unauthenticated user to disrupt your CPU and potentially gain unwanted access to your PC. PPP can require authentication prior to establishing any upper layer communications.
The secret to this authentication lies in the fact that PPP is made of two families of protocols, Link Control Protocol (LCP) and Network Core Protocol (NCP). LCP establishes and defines the Layer 2 connection, while NCP carries the upper layer protocols.
Prior to link establishment, both ends of the PPP link must send LCP packets and may require authentication. The LCP packets negotiate such things as authentication requirements, encapsulation format, packet size, errors and link termination. Once the parameters of the link have been established, NCP packets choose and configure at least one network layer protocol. If PPP has been configured to require authentication – typically thru PAP, CHAP, or EAP – authentication success messages must be passed on the LCP link prior to passing of NCP packets.
→ Leave a CommentCategories: Network Protocols · Secure Network Protocols · Uncategorized
Tagged: Authentication, CHAP, PAP, PPP

