You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Everyone,
I would love some help with my template. At the moment it works great with URLs but when I try to use IPs I get an empty responce. Any help would be amazing!
Thank you in advance
id: k8s-detect
info:
name: k8s Cluster - Detect
author: MethodSecurity
severity: info
description: Checks common k8s fingerprints to identify a k8s cluster
reference: https://kubernetes.io/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
tags: exposure,api,k8s
requests:
- method: GET
path:
- "{{BaseURL}}/api"
- "{{BaseURL}}/livez"
- "{{BaseURL}}/version"
matchers:
- type: word
words:
- "Kubernetes-Pf-Flowschema-Uid"
- "Kubernetes-Pf-Prioritylevel-Uid"
part: header
condition: and
extractors:
- type: regex
name: "Status"
part: response
group: 1
regex:
- "HTTP/1.1 ([0-9]{3})"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey Everyone,
I would love some help with my template. At the moment it works great with URLs but when I try to use IPs I get an empty responce. Any help would be amazing!
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions