Cyber Security Certification Training
Viswa Online Trainings is one of the world’s leading online IT training providers. We deliver a comprehensive catalog of courses and online training for freshers and working professionals to help them achieve their career goals and experience our best services.
Learners : 1080
Duration : 30 Days
About Course
Our Cyber Security was designed to help learners develop a deeper understanding of modern information and system protection technology and methods. The learning outcome is simple: We hope learners will develop a lifelong passion and appreciation for cyber security, which we are certain will help in future endeavors. Students, developers, managers, engineers, and even private citizens will benefit from this learning experience. Specially customized interviews with industry partners were included to help connect the cyber security concepts to live business experiences. Enroll now and get certified in it.
Cyber Security Training Course Syllabus
✔ Introduction to Basics of information security.
✔ CIA Triad
✔ Terminologies and understanding of the terminologies
✔ Types of Hackers
✔ Phases of Hacking
✔ Types of security Testing
✔ Introduction to Web Applications.
✔ Understanding Web Application Architecture.
✔ HTTP Protocol Basics.
✔ Computer networks
✔ HTTP Attack Vectors
✔ HTTPS vs HTTP.
✔ Introduction to VAPT.
✔ Introduction to Application Security.
✔ Application Security Risks.
✔ Global Standards/Frameworks
✔ SANS Top 25 Software Errors
✔ WASC
✔ NIST
✔ OWASP
✔ What is OWASP
✔ Significant OWASP Projects
✔ OWASP Top 10
✔ The ‘OWASP Top 10’ for WebAppSec
✔ A1-Broken Access Control
✔ A2-cryptoGraphic Failures
✔ A3-Injection
✔ A4-InSecure DesignXML External Entities (XXE)
✔ A5-Security Misconfiguration
✔ A6-Vulnerable and Outdated Components
✔ A7-Identification and Authentication Failures.
✔ A8-Software and Data Integrity Failures
✔ A9-Security Logging and Monitoring Failures.
✔ A10- Server-Side Request Forgery(SSRF)
✔ Countermeasures of OWASP Top 10 2021
✔ CSRF
✔ Understanding the vulnerability
✔ Discovering the vulnerability
✔ Attacking the Issue
✔ Impact & Countermeasure
✔ XXS
✔ Understanding the vulnerability
✔ Discovering the vulnerability
✔ Attacking the Issue
✔ Impact & Countermeasure
✔ Clickjacking
✔ Understanding the vulnerability
✔ Discovering the vulnerability
✔ Attacking the Issue
✔ Impact & Countermeasure
✔ CORS
✔ Understanding the vulnerability
✔ Discovering the vulnerability
✔ Attacking the Issue
✔ Impact & Countermeasure
✔ IDOR
✔ Web Application Scanners
✔ Nessus
✔ Acunetix
✔ WebInspect
✔ Profiling the Scans
✔ Interpreting Scanner Reports
✔ Open-source Tools and Testing Methodologies.
✔ Cryptography
✔ OWASP TOP 10 Mobile
✔ OWASP TOP 10 API
✔ Thick client application penetration testing approach
Live Instructor Based Training With Software |
Lifetime access and 24×7 support |
Certification Oriented content |
Hands-On complete Real-time training |
Get a certificate on course completion |
Flexible Schedules |
Live Recorded Videos Access |
Study Material Provided |
Cyber Security Training - Upcoming Batches
7th NOV 2022
8 AM IST
Coming Soon
AM IST
5th NOV 2022
8 AM IST
Coming Soon
AM IST
Don't find suitable time ?
CHOOSE YOUR OWN COMFORTABLE LEARNING EXPERIENCE
Live Virtual Training
-
Schedule your sessions at your comfortable timings.
-
Instructor-led training, Real-time projects
-
Certification Guidance.
Self-Paced Learning
-
Complete set of live-online training sessions recorded videos.
-
Learn technology at your own pace.
-
Get access for lifetime.
Corporate Training
-
Learn As A Full Day Schedule With Discussions, Exercises,
-
Practical Use Cases
-
Design Your Own Syllabus Based
Cyber Security Training FAQ'S
Cryptography aids to secure information from third parties who are called adversaries. It allows only the sender and the recipient to access the data securely.
Get ahead in your career by learning AWS through VISWA Online Trainings
Traceroute is a network diagnostic tool. It helps track the route taken by a packet that is sent across the IP network. It shows the IP addresses of all the routers it pinged between the source and the destination.
Uses:
- It shows the time taken by the packet for each hop during the transmission.
- When the packet is lost during the transmission, the traceroute will identify where the point of failure is.
HTTP response codes indicate a server’s response when a client makes a request to the server. It shows whether an HTTP request is completed or not.
1xx: Informational
The request is received, and the process is continuing. Some example codes are:
- 100 (continue)
- 101 (switching protocol)
- 102 (processing)
- 103 (early hints)
2xx: Success
The action is received, understood, and accepted successfully. A few example codes for this are:
- 200 (OK)
- 202 (accepted)
- 205 (reset content)
- 208 (already reported)
3xx: Redirection
To complete the request, further action is required to take place. Example codes:
- 300 (multiple choice)
- 302 (found)
- 308 (permanent redirect)
4xx: Client Error
The request has incorrect syntax, or it is not fulfilled. Here are the example codes for this:
- 400 (bad request)
- 403 (forbidden)
- 404 (not found)
5xx: Server Error
The server fails to complete a valid request. Example codes for this are:
500 (internal server error)
502 (bad gateway)
511 (network authentication required)
CIA Triad is a security model to ensure IT security. CIA stands for confidentiality, integrity, and availability.
- Confidentiality: To protect sensitive information from unauthorized access.
- Integrity: To protect data from deletion or modification by an unintended person.
- Availability: To confirm the availability of the data whenever needed.
A port scan helps you determine the ports that are open, listening, or closed on a network. Administrators use this to test network security and the system’s firewall strength. For hackers, it is a popular reconnaissance tool to identify the weak point to break into a system.
Some of the common basic port scanning techniques are:
- UDP
- Ping scan
- TCP connect
- TCP half-open
- Stealth scanning