This interim report summarizes the progress made on a project to develop a Java-based intrusion detection system tool. The tool will monitor network traffic by capturing packets from the host machine interface using the Jpcap library. Work accomplished so far includes researching IDS and honeypot technologies, learning to use third party Java libraries, developing a GUI to list interfaces and select one for packet capture, capturing live packet streams, port scanning the selected interface, and storing captured packets to a file. Future work includes improving the GUI, connecting to a NoSQL database, analyzing log files, and implementing honeypots and testing with JUnit. The goal is to create a complete IDS with functionality like interface selection, packet capture, port blocking rules