NCATComp410 / comp410_fall_2024

COMP410fFall 2024 semester class project
MIT License
0 stars 0 forks source link

Detect AU_MEDICARE #7

Open fw1012 opened 1 week ago

fw1012 commented 1 week ago

Description

An AU_MEDICARE is assigned by the Australian government to a cardholder. The cardholder will then receive medical notes/expenses under Australia's Medicare system. It is important to detect and protect AU_MEDICARE so fraudulent activity doesn't occur as well as ensuring private personal information is secure and won't be leaked.

For more information, please click here to read about the PII.

Detection Steps

The PII AU_MEDICARE can be detected by a pattern match, context and checksum. It is located above the name on the card. It can be verified by systems like Medicare Australia or Third-Party Services. The AU_MEDICARE is a card number that is 10 digits and made up of the following parts:

Read more here. Click here to see the validation code.

naomirross commented 1 week ago

How does the Australian government assign an AU_MEDICARE number?

ToriJ25 commented 1 week ago

How does the Australian government assign an AU_MEDICARE number?

Great question Naomi. Australian citizens, permanent residents, and some temporary residents with specific visas have to apply through the Medicare program and then assigned a medicare number and a card.

claesmk commented 1 week ago

Looks good - nice research on the details

fw1012 commented 6 days ago

Looks good - nice research on the details

Thank you!

ToriJ25 commented 4 days ago

Looks good - nice research on the details

Thank you!