This document discusses feature selection for intrusion detection systems. It analyzes the KDD 99 intrusion detection dataset and selects features relevant for detecting specific attacks. It performs experiments with manual feature selection, automatic feature selection, and no feature selection. For detecting Remote to Local (R2L) attacks, it selects 15 features from the KDD 99 dataset. It uses a random forest classifier on the reduced feature sets. The results show that manual feature selection achieves the highest detection rates for most attacks compared to automatic feature selection and using all features. In particular, it achieves rates of 73.33% for FTP write attacks and 99.96% for guess password attacks.