From 2809573182c8b80554dd974ab5b26717ddb03abc Mon Sep 17 00:00:00 2001 From: Thomas Hendrickson Date: Wed, 13 Apr 2022 15:32:54 -0400 Subject: [PATCH 1/3] detect eon --- technologies/eyesofnetwork-panel-detect.yaml | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 technologies/eyesofnetwork-panel-detect.yaml diff --git a/technologies/eyesofnetwork-panel-detect.yaml b/technologies/eyesofnetwork-panel-detect.yaml new file mode 100644 index 0000000000..761ec88190 --- /dev/null +++ b/technologies/eyesofnetwork-panel-detect.yaml @@ -0,0 +1,24 @@ +id: eyesofnetwork-panel-detect + +info: + name: EyesOfNetwork Detect + author: praetorian-thendrickson + severity: high + description: EyesOfNetwork detection + tags: tech,cisa + reference: + - https://www.eyesofnetwork.com/en + +requests: + - method: GET + path: + - "{{BaseURL}}/css/eonweb.css" + matchers-condition: and + matchers: + - type: word + part: body + words: + - "EyesOfNetwork" + - type: status + status: + - 200 \ No newline at end of file From 9dbabf366ea2c074d48d011f38838181aa564dd3 Mon Sep 17 00:00:00 2001 From: Thomas Hendrickson Date: Wed, 13 Apr 2022 15:37:30 -0400 Subject: [PATCH 2/3] template fix --- technologies/eyesofnetwork-panel-detect.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/technologies/eyesofnetwork-panel-detect.yaml b/technologies/eyesofnetwork-panel-detect.yaml index 761ec88190..803eecf01f 100644 --- a/technologies/eyesofnetwork-panel-detect.yaml +++ b/technologies/eyesofnetwork-panel-detect.yaml @@ -3,11 +3,10 @@ id: eyesofnetwork-panel-detect info: name: EyesOfNetwork Detect author: praetorian-thendrickson - severity: high + severity: info description: EyesOfNetwork detection tags: tech,cisa - reference: - - https://www.eyesofnetwork.com/en + reference: https://www.eyesofnetwork.com/en requests: - method: GET From 3fc63a28a19129c437b49b7803cf9a22ca1fa223 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Thu, 14 Apr 2022 02:59:39 +0400 Subject: [PATCH 3/3] Update and rename eyesofnetwork-panel-detect.yaml to eyesofnetwork-detect.yaml --- ...k-panel-detect.yaml => eyesofnetwork-detect.yaml} | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) rename technologies/{eyesofnetwork-panel-detect.yaml => eyesofnetwork-detect.yaml} (69%) diff --git a/technologies/eyesofnetwork-panel-detect.yaml b/technologies/eyesofnetwork-detect.yaml similarity index 69% rename from technologies/eyesofnetwork-panel-detect.yaml rename to technologies/eyesofnetwork-detect.yaml index 803eecf01f..cc4ac8e7bf 100644 --- a/technologies/eyesofnetwork-panel-detect.yaml +++ b/technologies/eyesofnetwork-detect.yaml @@ -1,23 +1,25 @@ -id: eyesofnetwork-panel-detect +id: eyesofnetwork-detect info: name: EyesOfNetwork Detect author: praetorian-thendrickson severity: info description: EyesOfNetwork detection - tags: tech,cisa reference: https://www.eyesofnetwork.com/en + tags: tech,cisa,eyesofnetwork requests: - method: GET path: - - "{{BaseURL}}/css/eonweb.css" + - "{{BaseURL}}/login.php" + matchers-condition: and matchers: - type: word part: body words: - - "EyesOfNetwork" + - "EyesOfNetwork" + - type: status status: - - 200 \ No newline at end of file + - 200