This document describes a proposed hybrid intrusion detection model that uses feature selection and machine learning algorithms with misuse detection. The model first selects important features from the NSL-KDD dataset and generates rules based on the behaviors of those features using J48 and CART algorithms. These rules are then used to build an intrusion detection framework that is tested on the NSL-KDD dataset, achieving an accuracy of 88.23%, outperforming other models that require prior learning of attacks. The proposed model works on the concept of misuse detection and can detect intrusions based on feature behaviors without any previous training.