mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
13 lines
367 B
YAML
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"
|