Course Overview:

TechNow has worked worldwide enterprise infrastructures for over 30 years and has developed demos and labs to exemplify the techniques required to demonstrate technologies that effectively support CTI.  This course integrates well with our courses TN-575: Open Source Network Security Monitoring and TN-865: Wireshark Network Traffic and Security Analysis .

TechNow develops Cyber Ranges and makes them available for conferences in support of annual meetings for Cyber Threat Response Teams.  Developing scenarios and reacting to them appropriately is a big part of the value in understanding the contexts required to comprehend valuable CTI.   As with many advanced TechNow security courses, there is a large hands-on ratio.  This course helps Cyber Protection Teams (CPT), Defensive Cyber Operations (DCO), and Mission Defense Teams (MDT) to collect, analyze and apply targeted cyber intelligence to defensive operations in order to proactively act on and tune response to attacks by cyber adversaries.  CPT, DCO, and MDT can take preemptive action by utilizing CTI, understanding CTI tools, techniques and procedures (TTPs) needed to generate and consume timely and relevant intelligence to improve resilience and prevention.

This course focuses on the collection, classification, and exploitation of knowledge about adversaries and their TTPs. .  MDT puts us close the mission and helps define the internal context to be analyzed against the CTI.  TechNow pushes the student to truly understand how to think about and use CTI to make a difference.

Attendees to TN-905: Cyber Threat Intelligence Analysis will receive TechNow approved course materials and expert instruction.

Date/Locations:

No Events

Course Duration: 5 days

Course Objectives:

  • Learn to comprehend and develop complex scenarios
  • Identify and create intelligence requirements through practices such as threat modeling
  • Utilize threat modeling to drive intelligence handling and practices 
  • Breakdown tactical, operational, and strategic-level threat intelligence
  • Generate threat intelligence to detect, respond to, and defeat focused and targeted threats
  • How to collect adversary information creating better value CTI
  • How to filter and qualify external sources, mitigating low integrity intelligence
  • Create Indicators of Compromise (IOCs) in formats such as YARA, OpenIOC, and STIX
  • Move security maturity past IOCs into understanding and countering the behavioral tradecraft of threats
  • Breaking down threats mapped against their tradecraft to tweak IOCs
  • Establish structured analytical techniques to be successful in any security role
  • Learn and apply structured principles in support of CTI and how to communicate that to any security role.

Course Prerequisites:

Comments

Latest comments from students


 

Liked the class?  Then let everyone know!

TechNow provides a wide variety of skills based computer training and testing.  With our Headquarters in San Antonio, TX, we have provided services including computer training around the United States to many individuals and corporations.

Our products and services are designed for those who are seeking to expand their knowledge base, whether with one class or a series of classes to gain certification in specific areas of training.

Our talented and knowledgeable instructors enjoy teaching and sharing their skills; allowing you to expand and learn essential computer skills.

 

This is a list of some of our Products and Services

Hardware, Software, and Consulting

Classroom in a Box

Authorized Testing Center

Customized Training

in   
 

Course Overview:

CT-395: CompTIA CySA+ Cybersecurity Analyst is for IT professionals looking to gain IT security analyst skills, and for those following the recommended skills pathway to achieve cybersecurity mastery. It provides a bridge between CompTIA Security+ (CT-325) and CompTIA Advanced Security Practitioner (CASP,CT-425), thus completing a certification path within the CompTIA family of certifications. As attackers have learned to evade traditional signature-based solutions, an analytics-based approach has become extremely important. CySA+ applies behavioral analytics to the IT security market to improve the overall state of security. The CompTIA Cybersecurity Analyst (CySA+) certification verifies that successful candidates have the knowledge and skills required to configure and use threat detection tools, perform data analysis and interpret the results to identify vulnerabilities, threats and risks to an organization, with the end goal of securing and protecting applications and systems within an organization. Let us help you bridge this gap, and leave you prepared for the certification exam (CS0-002).

TechNow is a CompTIA partner uses official CompTIA CySA+ curriculum.

Dates/Locations:

Date/Time Event
09/08/2025 - 09/12/2025
08:00 -16:00
CT-395: CySA+ Cybersecurity Analyst
TechNow, Inc, San Antonio TX
12/01/2025 - 12/05/2025
08:00 -16:00
CT-395: CySA+ Cybersecurity Analyst
TechNow, Inc, San Antonio TX

Duration: 5 Days

Course Objectives:

  • Threat Management
  • Vulnerability Management
  • Cyber Incident Response
  • Security Architecture and Tool Sets

Prerequisites: 

While there is no required prerequisite, the CompTIA CySA+ certification is intended to follow CT-325: Security+ or equivalent experience.  It is recommended for CompTIA CySA+ candidates to have the following:

  • 3-4 years of hands-on information security or related experience
  • Network+, Security+, or equivalent knowledge.

Comments

Latest comments from students


 

Liked the class?  Then let everyone know!

    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:

    TechNow’s TN-911: Cyber Threat Intelligence (CTI) Analysis and 800-172 Updates Seminar, is a one day seminar that covers the objectives of TechNow’s TN-905: Cyber Threat Intelligence Analysis five day course in a one day seminar format plus some other security enhancements of 800-172.  Upon request, this seminar can be presented in multi-day format based upon the depth of knowledge required. The NIST PUB 800-172 security enhancement update to 800-171 regarding 03.11.1 Risk Assessment, introduces the security enhancements of a Threat Awareness Program, Threat Hunting, and Predictive Cyber Analytics.  TN-911 distills the TN-905 CTI five day course and aligns it to assessing compliance with 800-172.  For the seminar, selected course labs are converted to demos, and the important points and outcomes of topics are presented. The TN-911 CTI Seminar discusses the applicability of the 800-172 security enhancements to the organization being assessed, and how to think about the the appropriate strength of the controls related to the organizations criticality of the information and the risk involved for contracted work with the DoD.

    TechNow’s TN-911: Cyber Threat Intelligence Analysis Seminar addresses significant changes that have been made to SP 800-172 in transitioning to Revision 3, regarding new enhanced security requirements based on (1) the latest threat intelligence and (2) empirical data from cyber-attacks.  With the intent of addressing CUI that may be associated with a critical program or a high value asset.

    Those programs and assets are potential targets for advanced persistent threat (APT).  Cyber Threat Intelligence supports the required functions of NIST 800-172 of Penetration Resistant Architecture (PRA), Damage Limiting Operations (DLO) and Cyber Resiliency (CRS).

    Regarding 800-172 This seminar includes:

    • 3.2.1E Awareness Training (rev 3 – Advanced Literacy and  Awareness Training)
    • 3.11.6E Supply Chain Risk Management SCRM (rev 3 withdrawn, moved to other controls)
    • 3.11.7E SCRM Planning (rev 3 withdrawn, moved to other controls)
    • 3.12.1E Penetration Testing
    • 800-172, 3.11 Risk Assessment
      • 03.11.01E Threat Awareness Program
      • 03.11.02E Threat Hunting
      • 03.11.03E Predictive Cyber Analytics.

    TN-911 CTI Seminar directly discusses 3.11 topics:

        03.11.01E Threat Awareness Program:

        Share threat information, including threat events of 03.11.01E is specifically covered as:

    • Create Indicators of Compromise (IOCs) using STIX
    • Understand a solution for collecting, storing, distributing and sharing cyber security indicators and threats about cyber security incidents analysis and malware analysis.
    • How to assess an environment to validate:
      • Support for day-to-day operations to share structured threat information efficiently.
      • Confirming the presence of curated, frequently updated feeds, and the automation of enrichment   workflow
      • Contextualization of intelligence with internal data to prioritize alerts and improve detection
      • Updated threat hunting based upon inbound Threat Intelligence

        03.11.02E Threat Hunting:

        Introduction to Threat Hunting practices to effectively search for indicators of compromise and to detect, track, and disrupt threats that evade existing controls.

    • How to assess an environment to validate:
    • A formalized process is being followed for Threat Hunting
      • Phases of trigger (incident or CTI), SIEM utilization, and response
    • Integration of machine learning to provide proactive, automated, and scalable Threat Hunting
    • Leveraging threat intelligence for proactive threat hunting by querying historical logs for indicators of compromise (IOCs) from feeds to identify:
    •  Dormant threats
    •  Advance Persistent Threats (APT)

        03.11.03E Predictive Cyber Analytics

        Introduction leveraging data, machine learning, and real-time analysis with automation to anticipate threats before they occur.

    • How to assess an environment to validate:
      • Data aggregation from network logs, user activities, system logs, and external threat intelligence feeds into a centralized platform like a SIEM
    • Use of machine learning algorithms to identify patterns, uncover correlations, and spot anomalies in real-time
    • Integration with incident response workflows
    • Staff skill competency level and integration into Predictive Cyber Analytics to mitigate advanced adversarial techniques against machine learning such as:
      • Attacks of Evasion, Poisoning, and Model Tampering
      • Utilization of exercises or Red Teaming to validate practices and effectiveness of Predictive Cyber Analytics.

        3.2.1E Awareness Training (rev 3 – Advanced Literacy and  Awareness Training)

    •       Validate that training addresses APT

        3.11.6E Supply Chain Risk Management SCRM (rev 3 withdrawn, moved to other controls)

          Validate cybersecurity supply chain risk management C-SCRM:

    • Cross-functional team responsible for supply chain risk management (SCRM) and C-SCRM
    • Validating standard risk management with respect to supply chain
      • FARM (Frame, Assess, Respond, and Monitor)
      • Tasks outlined in NIST Pub 800-161

        3.11.7E SCRM Planning (rev 3 withdrawn, moved to other controls)

    • This is discussed in topic 3.11.6E

        3.12.1E Penetration Testing

            Validate the organization is progressing through standardized Penetration Testing Protocols.

    • Evaluate Penetration Test reports for completeness and scope.

    Attendees to TN-911: Cyber Threat Intelligence (CTI) Analysis and 800-172 Seminar will receive TechNow approved course materials and expert instruction.

    Seminar Duration: 1 day (more upon request)

    Seminar Objectives:

    • Learn to comprehend and develop complex scenarios
    • Identify and create intelligence requirements through practices such as threat modeling
    • Utilize threat modeling to drive intelligence handling and practices 
    • Breakdown tactical, operational, and strategic-level threat intelligence
    • Generate threat intelligence to detect, respond to, and defeat focused and targeted threats
    • How to collect adversary information creating better value CTI
    • How to filter and qualify external sources, mitigating low integrity intelligence
    • Create Indicators of Compromise (IOCs) in STIX
    • Move security maturity past IOCs into understanding and countering the behavioral tradecraft of threats
    • Breaking down threats mapped against their tradecraft to tweak IOCs
    • Establish structured analytical techniques to be successful in any security role
    • Learn and apply structured principles in support of CTI and how to communicate that to any security role.

    Seminar Prerequisites: