DigitalCloud Technology Solutions

DigitalCloud Technology Solutions

Share

CISSP®-Certified Information Systems Security Professional, Networking Architect & Cybersecurity. Computer Technology & IT Consultancy Services.

10/12/2025

At SmartCLOUD Technology Solutions, we can assist you to verify the security posture of your organisation and to make sure that your organization iscompliant with spexific regulations such as cybersecurity global stanfatd and regulations.
For more info: call us on, +234 (0) 803 648 9925.

05/12/2024

It has been quite amazing for the successful completion of a certification program in cybersecurity with 3MTT.
,
Tower,
Bosun Tijani
,
.

Name: Olufemi Kabir Olanipekun 30/10/2024

https://docs.google.com/document/d/169aDu4lbMpcV0JEaKQerpUVPqtEryrY-b46AJQ3ME14/edit?tab=t.0

Name: Olufemi Kabir Olanipekun Name: Olufemi Kabir Olanipekun Course: Cybersecurity Cohort 2, Batch 4 Fellow ID: FE/23/27948789 WEEK 19 Reflection Task: Quick Impact Challenge Instruction: Question 1: Identify a Quick-Win Task: Choose a minor challenge or task that you can complete in 24 hours. It could be streamlining a rec...

Olufemi Kabie Olanipekun 05/10/2024

https://docs.google.com/document/d/17OAnCLzOFqtr_F7vg4ZOX1tkBgO_giCKYCjW-6RZlPk/edit?usp=sharing

Olufemi Kabie Olanipekun Name: Olufemi Kabir Olanipekun Course: Cybersecurity Cohort 2, Batch 4, Fellow ID: FE/23/27948789 Summary of what I learned from last week’s cybersecurity course, focusing on key concepts, practical applications, and some code ...

Photos from DigitalCloud Technology Solutions's post 03/10/2024

Name: Olufemi Kabir Olanipekun
Course: Cybersecurity
Cohort 2, Batch 4,
Fellow ID: FE/23/27948789

Summary of what I learned from last week’s cybersecurity course, focusing on key concepts, practical applications, and some code snippets.
Key Concepts Covered:
1. Network Security:
• Firewalls: Configuring and managing firewall rules to control incoming and outgoing network traffic.
• Intrusion Detection Systems (IDS): Implementing IDS to monitor network traffic for suspicious activities.
2. Cryptography:
• Symmetric and Asymmetric Encryption: Understanding the differences and using cases for each.
• Hash Functions: Using hash functions to ensure data integrity.
3. Security Information and Event Management (SIEM):
• Log Management: Collecting and analyzing logs from various sources to detect potential security incidents.
• Incident Response: Steps to take when a security breach is detected.
Practical Applications:
• Python for Cybersecurity:
• Writing scripts to automate security tasks such as scanning open ports and checking for vulnerabilities.
Code Snippets:
Here’s a simple Python script to scan for open ports on a given IP address:
Python
import socket

def scan_ports(ip):
open_ports = []
for port in range (1, 1025):
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
sock.settimeout(1)
result = sock.connect_ex((ip, port))
if result == 0:
open_ports.append(port)
sock.close()
return open_ports

ip_address = '192.168.1.1'
open_ports = scan_ports(ip_address)
print(f"Open ports on {ip_address}: {open_ports}")

Design Work:
Below is a basic network architecture diagram showing the placement of firewalls, IDS, and SIEM systems:
Network Architecture



Screenshots:
Above is a screenshot of Network architecture
Here are some screenshots from the course:
1. Firewall Configuration: Firewall Configuration
2. SIEM Dashboard: SIEM Dashboard
This summary encapsulates the core learnings and practical applications from last week’s cybersecurity course. Including code snippets and design work helps demonstrate the hands-on experience gained. If you have any specific questions or need further details, feel free to ask!

Want your business to be the top-listed Computer & Electronics Service in Abuja?
Click here to claim your Sponsored Listing.

Telephone

Address

Plot 313 Augustus Aikhomu Way
Abuja
900108