After you press "Request Registration" near the bottom of this form, within 30 seconds, status will be provided at the bottom of the form, you will also be contacted by phone for credit card information.

    Tech Now is pleased to have the opportunity to provide you training for "Windows Security Automation and Threat Hunting with PowerShell” at CheddarCon 2018!

    Scroll down to see the course description.

    First Name*

    Last Name*

    Your Email*

    Your Organization*

    Phone*

    Questions:

    After you press "Request Registration" on this form, within 30 seconds, status will be provided at the bottom of the form, you will also be contacted by phone for credit card information.

    Windows Security Automation and Threat Hunting with PowerShell Seminar

    Location: 400 W Wisconsin Ave, Milwaukee, WI 53203, USA

    Date: October 10, 2018 8:00am – 4:00pm

    Duration: 8 hours

    Audience: Cyber Security professionals and Windows administrators

    Attendees Environment: Laptops not required, but suggested to have better hands-on absorption of subject matter.

    Description:
    PowerShell is both a command-line shell and scripting language. Fight fires quickly using existing or custom PowerShell commands or scripts at the shell. PowerShell is made for Security Operations (SecOps) automation on Windows. This seminar does not require prior programming skills. The seminar focuses on PowerShell programming, giving a beginner skills to be productive in windows scripting to automate tasks and also remediate problems.

    Cyber Security is the objective of this seminar, and the PowerShell examples will demonstrate PowerShell capabilities that help lock down a Windows system and also report security status.

    Objectives:

    PowerShell Overview

    • Getting started running commands
    • Security cmdlets
    • Using and updating the built-in help
    • Execution policies
    • Fun tricks with the ISE graphical editor
    • Piping .NET and COM objects, not text
    • Using properties and methods of objects
    • Helping Linux admins feel more at home
    • Aliases, cmdlets, functions, modules, etc.

    PowerShell Utilities and Tips

    • Customizing your profile script
    • PowerShell remote command execution
    • Security setting across the network
    • File copy via PowerShell remoting
    • Capturing the output of commands
    • Parsing text files and logs with regex patterns
    • Parsing Security Logs
    • Searching remote event logs
    • Mounting the registry as a drive
    • Security settings in the Registry
    • Exporting data to CSV, HTML and JSON files
    • Running scripts as scheduled jobs
    • Continued Security Compliance
    • Pushing out scripts through Group Policy
    • Importing modules and dot-sourcing functions
    • http://www.PowerShellGallery.com

    PowerShell Scripting

    • PowerShell Scripting to implement Security Practices
    • Writing your own functions to automate security status and settings
    • Passing arguments into your scripts
    • Function parameters and returning output
    • Flow control: if-then, foreach, that make security decisions
    • How to pipe data in/out of your scripts for security compliance and reporting

    Attendees to this seminar, Windows Security Automation and Threat Hunting with PowerShell, will receive TechNow approved course materials and expert instruction.[/wr_text][/wr_column][/wr_row]

     

    Course Overview:

    PERL programmers need a clear roadmap for improving their skills. Intermediate PERL teaches a working knowledge of PERL's objects, references, and modules — all of which makes the language so versatile and effective. This class offers a thorough introduction to intermediate programming in PERL. Topics include packages and namespaces, references and scoping, manipulating complex data structures, writing and using modules, package implementation, and using CPAN.

    Attendees to P-315: Intermediate PERL Programming will receive TechNow approved course materials and expert instruction.

    Dates/Locations:

    No Events

    Duration: 5 Days

    Course Objectives:

    • Packages and namespaces
    • References and scoping
    • Manipulating complex data structures
    • Object-oriented programming
    • Writing and using modules
    • Testing PERL code
    • Contributing to CPAN

    Prerequisites:

     

    Comments

    Latest comments from students


    User: J Masters

    Instructor comments: Instructor kept it interesting and brought a wealth of knowledge to the classroom environment. Kept a good pace and provided relevant examples.


     

    Liked the class?  Then let everyone know!

     

    Course Overview:

    C-225: C++ Object Oriented Programming is a hands-on course that provides a complete introduction to the ANSI Standard C++ programming language, focusing on quickly developing the practical skills needed to create real-world solutions.  Our hands-on labs are designed to promote retention and challenge students to apply their skills to new situations.

    C++ is more than just C with classes.  It is a whole new language with a structure similar to C, but with significant differences to warrant a complete course to cover its features.

    Attendees to C-225: C++ Oriented Programming will receive TechNow approved course materials and expert instruction.

    Dates/Locations:

    No Events

    Duration: 5 Days

    Course Objectives:

    • Classes
    • Casting in C++
    • Constructors & Destructors
    • Class Methods & Data
    • Inheritance
    • Overloaded Functions
    • Virtual Functions
    • Overloaded Operators
    • Pure Virtual Functions
    • Exception Handling
    • References & Constants
    • Standard Template Library
    • New and Delete
    • STL Containers

    Prerequisites:

     

    Comments

    Latest comments from students


    User: christinehejnal

    Instructor comments: The material was made clear, however I don't agree that she shouldn't have catered towards the people not taking the exam.

    Facilities comments: The facilities were cold and very noisy, I found it hard to concentrate.


    User: mamacker1

    Instructor comments: Informative instructor. Definitely not monotone. I'd recommend it to my sister if I had one.


    Liked the class?  Then let everyone know!

    Course Overview:

    This is an introductory course into the Python scripting language.  This class uses a hands-on approach in teaching the Python language.  This course builds the prerequisite skills for TechNow's P-345: Python for Pentration Testers course.  Getting comfortable with Python is important to understanding how Python can be utilitized for offensive measures.

    This course is hands-on with the instructor walking the students through many short examples to exemplify an objective.  Dexterity with the language comes through many small code examples to produce the desired result.  Students have fun acquiring points for all the code examples they get correct.  We must be having fun because TechNow is always amazed at how competitive students are in trying to acquire the most points!  

    The instructor will focus on the level that each student is currently at, and ensure the student absorbs the subject matter.  Programming is not a daily tasking of administrators or offensive operators and TechNow understands that.  As an instructor led course TechNow is very successful in making Python accessible to those who do not live eat and breath programming.  If a student's ultimate goal is to attend a course like TechNow's P-345: Python for Pentration Testers course, then not being bogged down in the Python language is critical, and this course (P-325: Python Programming) meets that objective.

    Recently we have introduced Raspberry Pi's and multiple sensors to the P-325: Python Programming course.  This enables the student to actually see productive results from their coding skills in the physical world!  Some examples that students create programs for are: Motion detectors, distance, temperature, cameras and keypads.

    Attendees to P-325: Python Programming will receive TechNow approved course materials and expert instruction.

    Dates/Locations:

    No Events

    Duration: 5 Days

    Course Objectives:

    • How Python Runs Programs
    • Introducing Python Object Types
      • Numeric Types
      • Dynamic Typing
    • Variables
    • Regular Expressions
    • Strings
    • Conditionals
      • if Tests and Syntax Rules
    • Lists and Dictionaries
    • Tuples and Files
    • Introducing Python Statements
    • Assignments, Expressions, and Prints
    • while and for Loops
    • Iterations and Comprehensions
    • Documentation
    • Function Basics
    • Built-In Functions
    • Scopes
    • Arguments
    • Modules
    • Module Packages and Importing
    • Classes and OOP
    • Operator Overloading
    • Recursion
    • Exception Coding Details
    • Exception Objects
    • Unicode and Byte Strings
    • Working with Raspberry Pi
      • Writing code for sensors

    Prerequisites:

    • Experience with some form of programming is preferred

     

    Comments

    Latest comments from students


    User: slewis8435

    Instructor comments: Very good instructor - he was excited about the material, very knowledgeable, and explained things clearly.

    Facilities comments: The facilities were fine - plenty of room for each student to set up an extra computer and have room for note taking


    User: nathan.karras

    Instructor comments: Instructor was extremely knowledgeable in programming and scripting. He encouraged students to explore and ask questions. He would work with individuals to troubleshoot lab problems sets. Would highly recommend as an instructor.

    Facilities comments: Room got a little warn. Instructor purchased fans to cool things off for the class. Projector had over scan.


    Liked the class?  Then let everyone know!

     

    Course Overview:

    The C-215: Introduction to C Programming course is a hands-on course providing a complete introduction to the ANSI C programming language, focusing on quickly developing the practical skills needed to create real-world solutions.  Our hands-on labs are designed to promote retention and challenge students to apply their skills to new situations.

    Attendees to C-215: Introduction to C Programming will receive TechNow approved course materials and expert instruction.

    Dates/Locations:

    No Events

    Duration: 5 days

    Course Objectives:

    • What is C?
    • Basics of Program Writing
    • Style
    • Basic Declarations & Expressions
    • Arrays, Qualifiers & Reading Numbers
    • Decision & Control Statements
    • Programming Process
    • More Controls Statements
    • Variable Scope & Functions
    • C Preprocessor
    • Bit Operations
    • Advanced Types
    • Simple Pointers
    • File Input/Output
    • Debugging & Optimization
    • Floating Point

    Prerequisites:

    Before attending this course, you should be able to use basic UNIX commands and have previous programming experience language, or have taken our Introduction to Computer Progamming class.

     

    Comments

    Latest comments from students


    User: jangles1337

    Instructor comments: Pretty knowledgeable on a number of things. Could have had a better in depth understanding of the material.

    Facilities comments: Was a hotel so it was pretty noisy some times.


    User: ldorsey

    Instructor comments: Great guy full of knowledge


     

    Liked the class?  Then let everyone know!