Security

This section contains posts related to Security.

Unit 42 Wireshark Quiz, January 2023

title: “Unit 42 Wireshark Quiz, January 2023” date: 2025-06-11T12:32:26+03:00 section: “security” categories: [“security”] title: Wireshark Malware Analysis date: 2025-02-7 author: Nicos draft: false tags: Quiz Question Review the pcap and answer the following questions for this month’s Unit 42 Wireshark quiz: When did the malicious traffic start in UTC? based on the first DNS interaction we can see the ip 192.168.1.27 What is the victim’s IP address? by visiting the statistics part of wireshark and going to the conversation section and selecting ipv4 you can see that ip addr 192.
Read more

Sql Injection

title: “Sql Injection” date: 2025-06-11T12:32:26+03:00 section: “security” categories: [“security”] title: SQL Injection 💉 date: 2024-12-09 draft: false tags: 1. What is SQL? SQL is a standardized (ANSI in 1986, ISO in 1987) programming language which is used for managing relational databases and performing various operations on the data in them. Example SQL table containing employee data; the name of the table is ‘employees’: userid first_name last_name department salary($) auth_tan 32147 Paulina Traves Accounting 46.
Read more