Alert When New Software is Installed

0

Is there a way to determine if new software gets installed on an EC2, then get alerted about it? I know config gives a timeline of inventory changes, but not exactly what I'm looking for. Any ideas?

1개 답변
1
수락된 답변

Hello.

As you know, you can use AWS Config rules to notify you when unauthorized software is installed.
However, I think this rule would be difficult to handle if you want to be notified when new software is installed.
https://docs.aws.amazon.com/config/latest/developerguide/ec2-managedinstance-applications-required.html

If you use Amazon Inspector, it may be possible to notify you when software is installed.
https://docs.aws.amazon.com/inspector/latest/user/scanning-ec2.html

  • When you launch a new EC2 instance.
  • When you install new software on an existing EC2 instance (Linux and Mac).
  • When Amazon Inspector adds a new common vulnerabilities and exposures (CVE) item to its database, and that CVE is relevant to your EC2 instance (Linux and Mac).
profile picture
전문가
답변함 3달 전
profile picture
전문가
검토됨 2달 전
profile pictureAWS
전문가
검토됨 3달 전
  • I tried to create an event bridge rule:

    { "source": ["aws.inspector"], "detail-type": ["Inspector Assessment Run State Change"], "detail": { "state": ["COMPLETED"] } }

    Downloaded/installed docker on my linux 2 instance, but didn't seem to trigger the rule. Any ideas?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠