Skip to content
View k4otix's full-sized avatar

Block or report k4otix

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. kustology kustology Public

    The study of KQL. Parsing, semantic intelligence, and analyzers for robust query development.

    Python 1

  2. ATT&CK Enterprise IDs and names onel... ATT&CK Enterprise IDs and names oneliner (no deprecated/revoked techniques)
    1
    curl https://raw.githubusercontent.com/mitre/cti/master/enterprise-attack/enterprise-attack.json | jq -r '[.objects[] | select(.type == "attack-pattern") | select(.revoked != true) | select(.x_mitre_deprecated != true) | {"attack_id": .external_references[0].external_id, "name": .name}] | sort | .[] | (.attack_id + "," + .name)' > enterprise_techniques.txt
  3. Ansible filter plugin hostname <-> IP Ansible filter plugin hostname <-> IP
    1
    import socket
    2
    from ansible.errors import AnsibleError
    3
    
                  
    4
    
                  
    5
    class FilterModule(object):
  4. linkedin/sigma-rules linkedin/sigma-rules Public

    4 2