2024-10-04 06:44:03 +00:00
|
|
|
id: arcgis-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: ArcGIS - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
ArcGIS products was detected.
|
|
|
|
reference:
|
|
|
|
- https://enterprise.arcgis.com/en/
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
max-request: 5
|
2024-10-04 06:49:25 +00:00
|
|
|
shodan-query: http.title:"ArcGIS"
|
2024-10-04 06:44:03 +00:00
|
|
|
tags: tech,arcgis,detect
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/portal/sharing/rest"
|
|
|
|
- "{{BaseURL}}/portal/portalhelp/en/rest/"
|
|
|
|
- "{{BaseURL}}/arcgis/rest/services"
|
|
|
|
- "{{BaseURL}}/server/rest/services"
|
|
|
|
- "{{BaseURL}}/arcgis/"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
|
|
|
- 'contains_any(to_lower(body), "<title>arcgis portal directory", "search arcgis enterprise help", "<title>arcgis</title>", "arcgis rest services directory", "<title>arcgis hub</title>")'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '(?i)©\s+([0-9]+)\s+Esri\.'
|
2024-10-04 06:49:25 +00:00
|
|
|
- '<b>Current\s+Version:\s+<\/b>([0-9.]+)'
|
2024-10-04 11:44:54 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402201b1077cae609b42a66da67136326dee88df1e209c7d7cee0c11c4840a860bcbc02204b410aea43b8f1873227083345da8bf6c91559d232609083e8e86abbacad7750:922c64590222798bb761d5b6d8e72950
|