arzuyorusec.hashnode.dev·Oct 29, 2024Introduction to Forensics and Incident Response - Cyberexam Lab Writeuphttps://learn.cyberexam.io/cyber-academy/digital-forensics/introduction-to-forensics-and-incident-response/quiz-for-lab Mission Statement Identify the suspicious activity in Linux systems. Connect with ssh on port 22. Run the commands; chmod 400 key...Discusscyberexam
arzuyorusec.hashnode.dev·Oct 28, 2024WordPress TakeOver InvestigationLab link: https://learn.cyberexam.io/challenges/blue-team/incident-response/wordpress-takeover-investigation Mission Statement An advesary attacked a web server. The logs from the server after the attack are given to us. Analyze the data collected a...Discuss·28 readscyberexam
Imran Shaikhlearnwithimran.hashnode.dev·Oct 17, 2024Log Analyzer and Report GeneratorWrite a Bash script that automates the process of analyzing log files and generating a daily summary report. The script should perform the following steps: Input: The script should take the path to the log file as a command-line argument. Error Cou...Discussshell script
Faizan Shaikhfaizanshaikh.hashnode.dev·Oct 14, 2024Day 10 Task: Log Analyzer and Report GeneratorBash script that accomplishes the task of analyzing log files and generating a daily summary report. The script will: Accept the path to the log file as a command-line argument. Count the number of error messages containing "ERROR" or "Failed". Id...Discuss·75 readsDevops
小狼netsavvy.hashnode.dev·Aug 13, 2024Unlocking the secrets of cybersecurity: easily spotting a crawler in disguiseSynopsis In the vast realm of the Internet, hundreds of millions of web pages and data flow through unseen channels every day. However, with the growing importance of data, cyber security has become a key challenge that every website operator must fa...Discusscrawler detection
Sachin Yalagudkarsachin1313.hashnode.dev·Aug 4, 2024Automatically Detect Abusive IPs and Bots in 'NGINX / APACHE' Logs Using Bash ScriptIntroduction Monitoring NGINX and APACHE web servers logs for abusive IPs and excessive hits of bots is crucial for maintaining the security and performance of your web server. Manually checking logs can be time-consuming and error-prone. Automating ...Discuss·27 readsAbuseIPDB
Sahil Mhatreequinox.hashnode.dev·Jul 15, 2024How to Automate Log File Analysis Using Bash ScriptThe script below will generate a summary of: Date of analysis Log file name Total lines processed Total error count Top 5 error messages with their occurrence count List of critical events with line numbers Code: #!/bin/bash # Check if exact...DiscussBash
Prakhar tripathiprakhartripathi.hashnode.dev·Jun 1, 2024Log Parsing Tools Compared: Choosing Between Grep, Awk, and SedLog parsing is an essential task in system administration, monitoring, and data analysis. It helps in identifying issues, understanding system behavior, and gaining insights from log files. In this blog, we will explore the popular log parsing comman...Discuss·42 readslog analysis
Cloud Tunedcloudtuned.hashnode.dev·Mar 5, 2024Implementing a Log Analysis Solution with Apache KafkaImplementing a Log Analysis Solution with Apache Kafka In today's data-driven world, the ability to analyze logs efficiently is crucial for maintaining system reliability, troubleshooting issues, and gaining insights into application performance. Apa...Discusskafka