Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Add rule to alert on known cryptomining ports in VPC flow logs" #978

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions global_helpers/panther_iocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,43 +348,6 @@
"zer0day.ru",
}

# https://github.com/falcosecurity/rules/blob/64e2adb309b7e07953691eeb53347d28e361b0e3/rules/falco-sandbox_rules.yaml#L1367-L1374
CRYPTO_MINING_PORTS = {
3333,
3334,
3335,
3336,
3357,
4444,
5555,
5556,
5588,
5730,
6099,
6641,
6642,
6666,
7777,
7778,
8000,
8001,
8008,
8080,
8118,
8333,
8888,
8899,
9332,
9999,
10300, # stratum
10343, # stratum ssl
14433,
14444,
18080, # monero p2p mainnet
18081, # monero rpc mainnet
45560,
45700,
}

# IOC Helper functions:
def ioc_match(indicators: list, known_iocs: set) -> list:
Expand Down
1 change: 0 additions & 1 deletion packs/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ PackDefinition:
- AWS.Redshift.Cluster.Logging
- AWS.Redshift.Cluster.SnapshotRetention
- AWS.Redshift.Cluster.VersionUpgrade
- AWS.VPC.CryptoPorts
- AWS.VPC.FlowLogs
# AWS DataModels
- Standard.AWS.ALB
Expand Down
31 changes: 0 additions & 31 deletions rules/aws_vpc_flow_rules/aws_vpc_crypto_ports.py

This file was deleted.

53 changes: 0 additions & 53 deletions rules/aws_vpc_flow_rules/aws_vpc_crypto_ports.yml

This file was deleted.