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 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

| **Field** | Description | |
| ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- |
| API family name | IoT SIM Fraud Prevention Bind | |
| API family owner | China Telecom | |
| API summary | This API allows enterprise customers to bind imei or area to the card, when the imei or area is not match with the bind information, operator will block the network, when the imei or 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. BindType: Such as arealimit or imeibind<br>3. BindInfo: Such as bind imei or 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 | IoT SIM Fraud Prevention Query | |
| API family owner | China Telecom | |
| API summary | This API allows enterprise customers to query risk control information related to IoT SIM cards, such as machine-card binding, 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>2. Query Type: Such as arealimit or imeibind<br><br>Output:<br>1. Card arealimit or imeibind 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