:rainbowCrow: on Nostr: This is admittedly ugly but if you are in a situation like me where you don't have ...
This is admittedly ugly but if you are in a situation like me where you don't have visibility beyond Splunk and want to see what VS Code extensions are in your environment, this is working well for me today:index=wineventlog_security sourcetype=XmlWinEventLog EventCode=4688 code extensions<br>| stats count BY host, Process_Command_Line<br>| rex field=Process_Command_Line "\\\extensions\\\(?<extension>[^\\\\ \"]+)"<br>| stats values(extension) AS extensions BY host, user<br>| rename host AS "Host", user AS "User", extensions AS "VS Code Extensions"
Obviously you'll need to change the index, etc. to match your environment.
Published at
2026-05-29 17:25:26 UTCEvent JSON
{
"id": "df5f9aa6cca6b210e95d057ef097ea5916030654284355ca5c548d3822873ade",
"pubkey": "86b397086a130510861dd58f255fadeee1c47815185fa3bb628a06b4d6af31ac",
"created_at": 1780075526,
"kind": 1,
"tags": [
[
"proxy",
"https://infosec.exchange/@cR0w/116659029704263317",
"web"
],
[
"proxy",
"https://infosec.exchange/users/cR0w/statuses/116659029704263317",
"activitypub"
],
[
"L",
"pink.momostr"
],
[
"l",
"pink.momostr.activitypub:https://infosec.exchange/users/cR0w/statuses/116659029704263317",
"pink.momostr"
],
[
"-"
]
],
"content": "This is admittedly ugly but if you are in a situation like me where you don't have visibility beyond Splunk and want to see what VS Code extensions are in your environment, this is working well for me today:index=wineventlog_security sourcetype=XmlWinEventLog EventCode=4688 code extensions\u003cbr\u003e| stats count BY host, Process_Command_Line\u003cbr\u003e| rex field=Process_Command_Line \"\\\\\\extensions\\\\\\(?\u0026lt;extension\u0026gt;[^\\\\\\\\ \\\"]+)\"\u003cbr\u003e| stats values(extension) AS extensions BY host, user\u003cbr\u003e| rename host AS \"Host\", user AS \"User\", extensions AS \"VS Code Extensions\"\n\n\n\nObviously you'll need to change the index, etc. to match your environment.",
"sig": "771c1b864aa22e44a463d53ab12ccdfe973e558cde2dfb93ebf26fbfcf422433c7afc29e1210dc2ae11bc06a837c456511342ccb18c411174f0241cda340a682"
}