Skip to content
View sei-dupdyke's full-sized avatar
🤔
🤔
  • CMU > SEI > CERT
  • Pittsburgh, PA US

Highlights

  • Pro
Block or Report

Block or report sei-dupdyke

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. celestialelites/security-zeitgeist celestialelites/security-zeitgeist Public

    An optimistic list of where to find security information

    4

  2. cmu-sei/GHOSTS cmu-sei/GHOSTS Public

    GHOSTS is a realistic user simulation framework for cyber simulation, training, and exercise

    C# 418 59

  3. cmu-sei/GHOSTS-SPECTRE cmu-sei/GHOSTS-SPECTRE Public archive

    SPECTRE enables GHOSTS clients to have and build individual preferences over time.

    C# 19 3

  4. determine_optimal_elbow.py determine_optimal_elbow.py
    1
    import pandas as pd
    2
    
                  
    3
    
                  
    4
    def determine_optimal_elbow(vals):
    5
        elbow_data = pd.DataFrame(columns=['index', 'k', 'delta'])
  5. cmu-sei/GHOSTS-ANIMATOR cmu-sei/GHOSTS-ANIMATOR Public archive

    GHOSTS Animator is a library and API for generating realistic NPCs for training and exercise.

    C# 24 6

  6. cmu-sei/SEER cmu-sei/SEER Public

    SEER is a platform for assessing the performance of cybersecurity training and exercise participants.

    JavaScript 7