Macie job not able to find mobile no. in s3 bucket

0

I created a Macie Job for identifying mobile numbers(+91 based) and used all the AWS managed identifiers in the job, yet the job was not able to find/highlight the mobile numbers in the data. Any reason for the same?

AWS
질문됨 일 년 전257회 조회
1개 답변
1
수락된 답변

The Macie job will identify sensitive data depending on the identifier that has been used here. For eg: Lets assume that the mobile numbers are of a particular geographic location (India) , then you will have to validate whether the managed identifiers used are for Indian phone numbers are not. If there are no such identifiers in the search list of Managed Identifiers then you will have to create a custom managed identifier instead of using managed ones. You can use regex pattern to match the pattern the +91 based mobile numbers, then the job will be able to precisely create findings . For eg. Create a custom identifier for +91 mobile number ^((+91)?|91)?[789][0-9]{9}, and attach this custom data identifier instead of AWS managed identifier and run the job.

profile pictureAWS
답변함 일 년 전

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

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

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

관련 콘텐츠