capa-rules/nursery/check-for-outgoing-call-in-dotnet-on-android.yml
2023-11-24 11:51:37 +01:00

13 lines
367 B
YAML

rule:
meta:
name: check for outgoing call in .NET on Android
namespace: host-interaction
authors:
- michael.hunhoff@mandiant.com
scopes:
static: function
dynamic: unsupported # requires property
features:
- and:
- property/read: Android.Content.Intent::Action
- string: "android.intent.action.NEW_OUTGOING_CALL"