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
demandé il y a un an257 vues
1 réponse
1
Réponse acceptée

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
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions