1. Tổng quan về OPNsense

Giới thiệu OPNsense là một nền tảng tường lửa (firewall) và định tuyến (routing) mã nguồn mở, được xây dựng dựa trên hệ điều hành FreeBSD Hệ thống được thiết kế với mục tiêu: Tính năng OPNsense cung cấp nhiều tính năng cao cấp tương đương firewall thương mại. Các tính năng nổi bật: Các […]

Continue Reading

Sử dụng httpConnection để kiểm thử giải pháp bảo mật

Công cụ này mình nhờ chatgpt và dựa trên một số tình huống trong quá trình làm việc thực tế. B1:chạy c2_server.exe trên máy attacker, sau khi chạy xong thì server sẽ start dịch vụ web trên port 8000 B2:mở trình duyệt web để truy cập vào http://ip_attacker:8000 (sử dụng phần này để control victim […]

Continue Reading

Giả chứng chỉ số trên file thực thi

B1: Sử dụng code powershell sau đây để tạo file hello.exe $code = @”using System;public class HelloWorld {public static void Main() {Console.WriteLine(“Hello World”);Console.ReadLine();}}“@ Add-Type -TypeDefinition $code -OutputAssembly “hello.exe” -OutputType ConsoleApplication B2: chạy thử hello.exe để xem kết quả B3: Tạo certificate giả mạo “Microsoft Corporation” bằng code powershell sau đây # Định nghĩa thông tin […]

Continue Reading

CÀI ĐẶT SERVER WORKLOAD PROTECTION CHO AIX

1. Tương thích 1.1. Yêu cầu tối thiểu AIX Tham khảo thêm: https://cloudone.trendmicro.com/docs/workload-security/system-requirements/ 1.2. Danh sách hỗ trợ AIX Tham khảo thêm: https://cloudone.trendmicro.com/docs/workload-security/agent-compatibility/ 1.3. Tính năng hỗ trợ Tham khảo thêm: https://cloudone.trendmicro.com/docs/workload-security/supported-features-by-platform/#aix 2. Khởi tạo máy chủ ảo hóa AIX trên IBM Cloud B1: Đăng nhập vào giao diện quản trị IBM Cloud > Power […]

Continue Reading