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

New API Proposal - IoT SIM Fraud Prevention #103

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
| **Field** | Description | |
| ----------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
| API family name | Device Area Restriction Mgmt | |
| API family owner | China Telecom | |
| API summary | This API allows enterprise customers to bind area to the card, when the area is not match with the bind information, operator will block the network, when the area is match, resume the network. <br><br>Input:<br>1. Device: The developer can choose to provide the below specified device identifiers: ipv4Address, ipv6Address, phoneNumber,networkAccessIdentifier.<br>2. BindInfo: Such as bind area<br><br>Output:<br>1. bind operation status, success or fail | |
| Technical viability | This API parses the Radius and CHF messages of the accessed SIM card to get the IMEI and region information of the card, and determines whether it matches the binding information, if not match, send the network blocked command to oss. | |
| Commercial viability | The API is suitable for organizations that need to secure and comply with IoT devicesl such as financial institutions, sensor data transfer. | |
| YAML code available? | NO. | |
| Validated in lab/productive environments? | YES<br>The API has been validated in China Telecom IOT Connection Management Platform. | |
| Validated with real customers? | YES | |
| Validated with operators? | YES<br>China Telecom has verified it in China Telecom IOT connection management platform. | |
| Supporters in API Backlog Working Group | | |
| | | |
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
| **Field** | Description |
| ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| API family name | Device Area Restriction Mgmt |
| API family owner | China Telecom |
| API summary | This API allows enterprise customers to query risk control information related to IoT SIM cards, such as region restriction. With this information, enterprises can assess the security and reliability of IoT cards, helping to assess security, detect, and prevent possible fraud.<br><br>Input:<br>1. Device: The developer can choose to provide the below specified device identifiers: ipv4Address, ipv6Address, phoneNumber,networkAccessIdentifier.<br><br>Output:<br>1. Card arealimit status |
| Technical viability | This API parses the Radius and CHF messages of the accessed SIM card to get the IMEI and region information of the card, and determines whether it matches the preset binding information. |
| Commercial viability | The API is suitable for organizations that need to secure and comply with IoT devicesl such as financial institutions, sensor data transfer. |
| YAML code available? | NO. |
| Validated in lab/productive environments? | YES<br>The API has been validated in China Telecom IOT Connection Management Platform. |
| Validated with real customers? | YES |
| Validated with operators? | YES<br>China Telecom has verified it in China Telecom IOT connection management platform. |
| Supporters in API Backlog Working Group | |
Loading