Summary of traffic signatures in JSON files in the geedge_docs/OM/attachments directory of the 2025 Geedge Networks leak. See net4people/bbs#519 (comment).
The table was produced with this shell command (and some additional manual tweaking):
(echo 'app_id,risk,app_name,category,subcategory'; Rscript tmp.r *.json | while IFS= read filename; do jq -c -f tmp.jq "$filename"; done | jq -r -s '. | sort_by(.rev,.app_id) | .[] | [.app_id,.risk,"[\(.app_name)](https://geedge-docs.haruue.com/geedge_docs/OM/attachments/\(.input_filename|sub(".*/"; "")|@uri))",.category,.subcategory] | @csv') | pandoc -f csv -t gfm --wrap=nonetmp.r contains: